Lines Matching defs:cgroup
162 struct cgroup *cgroup; member
397 struct cgroup { struct
399 struct cgroup_subsys_state self; argument
404 * The depth this cgroup is at. The root is at depth zero and each argument
430 * Each non-empty css_set associated with this cgroup contributes argument
444 int nr_threaded_children; /* # of live threaded child cgroups */ argument
446 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
447 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
448 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
451 struct cgroup_file psi_files[NR_PSI_RESOURCES]; argument
466 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
468 struct cgroup_root *root; argument
472 * cgroup. Protected by css_set_lock. argument
477 * On the default hierarchy, a css_set for a cgroup with some argument
492 struct cgroup *dom_cgrp; argument
493 struct cgroup *old_dom_cgrp; /* used while enabling threaded */ argument
496 struct cgroup_rstat_cpu __percpu *rstat_cpu; argument
507 * A singly-linked list of cgroup structures to be rstat flushed. argument
511 struct cgroup *rstat_flush_next; argument
514 struct cgroup_base_stat last_bstat; argument
515 struct cgroup_base_stat bstat; argument
535 struct cgroup_bpf bpf; argument
537 /* If there is block congestion on this cgroup. */ argument
541 struct cgroup_freezer_state freezer; argument
548 struct cgroup *ancestors[]; argument
827 struct cgroup *cgroup; /* v2 */ member