Lines Matching defs:cgroup
144 struct cgroup *cgroup; member
361 struct cgroup { struct
363 struct cgroup_subsys_state self; argument
368 * The depth this cgroup is at. The root is at depth zero and each argument
394 * Each non-empty css_set associated with this cgroup contributes argument
408 int nr_threaded_children; /* # of live threaded child cgroups */ argument
410 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
411 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
412 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
427 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
429 struct cgroup_root *root; argument
433 * cgroup. Protected by css_set_lock. argument
438 * On the default hierarchy, a css_set for a cgroup with some argument
453 struct cgroup *dom_cgrp; argument
454 struct cgroup *old_dom_cgrp; /* used while enabling threaded */ argument
457 struct cgroup_rstat_cpu __percpu *rstat_cpu; argument
460 /* cgroup basic resource statistics */ argument
461 struct cgroup_base_stat last_bstat; argument
462 struct cgroup_base_stat bstat; argument
482 struct cgroup_bpf bpf; argument
484 /* If there is block congestion on this cgroup. */ argument
488 struct cgroup_freezer_state freezer; argument
495 * A cgroup_root represents the root of a cgroup hierarchy, and may be argument
763 struct cgroup *cgroup; /* v2 */ member