Lines Matching defs:cgroup
144 struct cgroup *cgroup; member
360 struct cgroup { struct
362 struct cgroup_subsys_state self; argument
367 * The depth this cgroup is at. The root is at depth zero and each argument
393 * Each non-empty css_set associated with this cgroup contributes argument
407 int nr_threaded_children; /* # of live threaded child cgroups */ argument
409 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
410 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
411 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
426 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
428 struct cgroup_root *root; argument
432 * cgroup. Protected by css_set_lock. argument
437 * On the default hierarchy, a css_set for a cgroup with some argument
452 struct cgroup *dom_cgrp; argument
453 struct cgroup *old_dom_cgrp; /* used while enabling threaded */ argument
456 struct cgroup_rstat_cpu __percpu *rstat_cpu; argument
459 /* cgroup basic resource statistics */ argument
460 struct cgroup_base_stat last_bstat; argument
461 struct cgroup_base_stat bstat; argument
481 struct cgroup_bpf bpf; argument
483 /* If there is block congestion on this cgroup. */ argument
487 struct cgroup_freezer_state freezer; argument
494 * A cgroup_root represents the root of a cgroup hierarchy, and may be argument
762 struct cgroup *cgroup; /* v2 */ member