Searched defs:cgroup_subsys (Results 1 – 2 of 2) sorted by relevance
706 struct cgroup_subsys { struct730 void (*bind)(struct cgroup_subsys_state *root_css); argument732 bool early_init:1;745 bool implicit_on_dfl:1;757 bool threaded:1;760 int id;761 const char *name;764 const char *legacy_name;770 struct idr css_idr;776 struct list_head cfts;[all …]
131 struct cgroup_subsys *cgroup_subsys[] = { variable