Searched defs:cgroup_subsys (Results 1 – 2 of 2) sorted by relevance
625 struct cgroup_subsys { struct646 void (*bind)(struct cgroup_subsys_state *root_css); argument648 bool early_init:1;661 bool implicit_on_dfl:1;673 bool threaded:1;676 int id;677 const char *name;680 const char *legacy_name;686 struct idr css_idr;692 struct list_head cfts;[all …]
129 struct cgroup_subsys *cgroup_subsys[] = { variable
Completed in 16 milliseconds