Lines Matching defs:cgroup
140 struct cgroup *cgroup; member
356 struct cgroup { struct
358 struct cgroup_subsys_state self; argument
363 * The depth this cgroup is at. The root is at depth zero and each argument
389 * Each non-empty css_set associated with this cgroup contributes argument
403 int nr_threaded_children; /* # of live threaded child cgroups */ argument
405 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
406 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
407 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
422 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
424 struct cgroup_root *root; argument
428 * cgroup. Protected by css_set_lock. argument
433 * On the default hierarchy, a css_set for a cgroup with some argument
448 struct cgroup *dom_cgrp; argument
449 struct cgroup *old_dom_cgrp; /* used while enabling threaded */ argument
452 struct cgroup_rstat_cpu __percpu *rstat_cpu; argument
455 /* cgroup basic resource statistics */ argument
456 struct cgroup_base_stat last_bstat; argument
457 struct cgroup_base_stat bstat; argument
477 struct cgroup_bpf bpf; argument
479 /* If there is block congestion on this cgroup. */ argument
483 struct cgroup_freezer_state freezer; argument
490 * A cgroup_root represents the root of a cgroup hierarchy, and may be argument