Lines Matching defs:cgroup
167 struct cgroup *cgroup; member
414 struct cgroup { struct
416 struct cgroup_subsys_state self; argument
421 * The depth this cgroup is at. The root is at depth zero and each argument
447 * Each non-empty css_set associated with this cgroup contributes argument
461 int nr_threaded_children; /* # of live threaded child cgroups */ argument
463 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
464 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
465 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
468 struct cgroup_file psi_files[NR_PSI_RESOURCES]; argument
483 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
486 * Keep track of total number of dying CSSes at and below this cgroup. argument
491 struct cgroup_root *root; argument
495 * cgroup. Protected by css_set_lock. argument
500 * On the default hierarchy, a css_set for a cgroup with some argument
515 struct cgroup *dom_cgrp; argument
516 struct cgroup *old_dom_cgrp; /* used while enabling threaded */ argument
519 struct cgroup_rstat_cpu __percpu *rstat_cpu; argument
530 * A singly-linked list of cgroup structures to be rstat flushed. argument
534 struct cgroup *rstat_flush_next; argument
537 struct cgroup_base_stat last_bstat; argument
538 struct cgroup_base_stat bstat; argument
558 struct cgroup_bpf bpf; argument
561 struct cgroup_freezer_state freezer; argument
568 struct cgroup *ancestors[]; argument
850 struct cgroup *cgroup; /* v2 */ member