Lines Matching defs:cgroup
165 struct cgroup *cgroup; member
452 struct cgroup { struct
454 struct cgroup_subsys_state self; argument
459 * The depth this cgroup is at. The root is at depth zero and each argument
485 * Each non-empty css_set associated with this cgroup contributes argument
499 int nr_threaded_children; /* # of live threaded child cgroups */ argument
501 /* sequence number for cgroup.kill, serialized by css_set_lock. */ argument
504 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
505 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
506 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
509 struct cgroup_file psi_files[NR_PSI_RESOURCES]; argument
524 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
527 * Keep track of total number of dying CSSes at and below this cgroup. argument
532 struct cgroup_root *root; argument
536 * cgroup. Protected by css_set_lock. argument
541 * On the default hierarchy, a css_set for a cgroup with some argument
556 struct cgroup *dom_cgrp; argument
557 struct cgroup *old_dom_cgrp; /* used while enabling threaded */ argument
560 struct cgroup_rstat_cpu __percpu *rstat_cpu; argument
571 * A singly-linked list of cgroup structures to be rstat flushed. argument
575 struct cgroup *rstat_flush_next; argument
578 struct cgroup_base_stat last_bstat; argument
579 struct cgroup_base_stat bstat; argument
599 struct cgroup_bpf bpf; argument
602 struct cgroup_freezer_state freezer; argument
609 * Used to store KMI-compliant extensions to struct cgroup. argument
616 struct cgroup *ancestors[]; argument
902 struct cgroup *cgroup; /* v2 */ member