Lines Matching defs:cgroup_subsys
447 struct cgroup_subsys { struct
448 struct cgroup_subsys_state *(*create)(struct cgroup *cgrp); argument
458 int (*populate)(struct cgroup_subsys *ss, struct cgroup *cgrp); argument
459 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;
472 const char *name;
501 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _subsys; argument