Searched defs:cgroup_subsys (Results 1 – 2 of 2) sorted by relevance
706 struct cgroup_subsys { struct729 void (*bind)(struct cgroup_subsys_state *root_css); argument731 bool early_init:1;744 bool implicit_on_dfl:1;756 bool threaded:1;759 int id;760 const char *name;763 const char *legacy_name;769 struct idr css_idr;775 struct list_head cfts;[all …]
131 struct cgroup_subsys *cgroup_subsys[] = { variable
Completed in 18 milliseconds