Lines Matching defs:cgroup
157 struct cgroup *cgroup; member
392 struct cgroup { struct
394 struct cgroup_subsys_state self; argument
399 * The depth this cgroup is at. The root is at depth zero and each argument
425 * Each non-empty css_set associated with this cgroup contributes argument
439 int nr_threaded_children; /* # of live threaded child cgroups */ argument
441 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
442 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
443 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
446 struct cgroup_file psi_files[NR_PSI_RESOURCES]; argument
461 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
463 struct cgroup_root *root; argument
467 * cgroup. Protected by css_set_lock. argument
472 * On the default hierarchy, a css_set for a cgroup with some argument
487 struct cgroup *dom_cgrp; argument
488 struct cgroup *old_dom_cgrp; /* used while enabling threaded */ argument
491 struct cgroup_rstat_cpu __percpu *rstat_cpu; argument
494 /* cgroup basic resource statistics */ argument
495 struct cgroup_base_stat last_bstat; argument
496 struct cgroup_base_stat bstat; argument
516 struct cgroup_bpf bpf; argument
518 /* If there is block congestion on this cgroup. */ argument
522 struct cgroup_freezer_state freezer; argument
529 struct cgroup *ancestors[]; argument
807 struct cgroup *cgroup; /* v2 */ member