Searched defs:cgroup_subsys (Results 1 – 1 of 1) sorted by relevance
447 struct cgroup_subsys { struct448 struct cgroup_subsys_state *(*create)(struct cgroup *cgrp); argument458 int (*populate)(struct cgroup_subsys *ss, struct cgroup *cgrp); argument459 void (*post_clone)(struct cgroup *cgrp);460 void (*bind)(struct cgroup *root);462 int subsys_id;463 int active;464 int disabled;465 int early_init;470 bool use_id;[all …]