Lines Matching defs:cgroup
141 struct cgroup *cgroup; member
364 struct cgroup { struct
366 struct cgroup_subsys_state self; argument
371 * The depth this cgroup is at. The root is at depth zero and each argument
397 * Each non-empty css_set associated with this cgroup contributes argument
411 int nr_threaded_children; /* # of live threaded child cgroups */ argument
413 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
414 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
415 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
430 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
432 struct cgroup_root *root; argument
436 * cgroup. Protected by css_set_lock. argument
441 * On the default hierarchy, a css_set for a cgroup with some argument
456 struct cgroup *dom_cgrp; argument
457 struct cgroup *old_dom_cgrp; /* used while enabling threaded */ argument
460 struct cgroup_rstat_cpu __percpu *rstat_cpu; argument
463 /* cgroup basic resource statistics */ argument
464 struct cgroup_base_stat last_bstat; argument
465 struct cgroup_base_stat bstat; argument
485 struct cgroup_bpf bpf; argument
487 /* If there is block congestion on this cgroup. */ argument
491 struct cgroup_freezer_state freezer; argument
498 * A cgroup_root represents the root of a cgroup hierarchy, and may be argument