Searched defs:cgroup_subsys (Results 1 – 1 of 1) sorted by relevance
453 struct cgroup_subsys { struct454 struct cgroup_subsys_state *(*create)(struct cgroup *cgrp); argument463 int (*populate)(struct cgroup_subsys *ss, struct cgroup *cgrp); argument464 void (*post_clone)(struct cgroup *cgrp);465 void (*bind)(struct cgroup *root);467 int subsys_id;468 int active;469 int disabled;470 int early_init;475 bool use_id;[all …]