Lines Matching defs:cgroup

164 	struct cgroup *cgroup;  member
412 struct cgroup { struct
414 struct cgroup_subsys_state self; argument
419 * The depth this cgroup is at. The root is at depth zero and each argument
445 * Each non-empty css_set associated with this cgroup contributes argument
459 int nr_threaded_children; /* # of live threaded child cgroups */ argument
461 /* sequence number for cgroup.kill, serialized by css_set_lock. */ argument
464 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
465 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
466 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
469 struct cgroup_file psi_files[NR_PSI_RESOURCES]; argument
484 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
487 * Keep track of total number of dying CSSes at and below this cgroup. argument
492 struct cgroup_root *root; argument
496 * cgroup. Protected by css_set_lock. argument
501 * On the default hierarchy, a css_set for a cgroup with some argument
516 struct cgroup *dom_cgrp; argument
517 struct cgroup *old_dom_cgrp; /* used while enabling threaded */ argument
520 struct cgroup_rstat_cpu __percpu *rstat_cpu; argument
531 * A singly-linked list of cgroup structures to be rstat flushed. argument
535 struct cgroup *rstat_flush_next; argument
538 struct cgroup_base_stat last_bstat; argument
539 struct cgroup_base_stat bstat; argument
559 struct cgroup_bpf bpf; argument
562 struct cgroup_freezer_state freezer; argument
569 struct cgroup *ancestors[]; argument
852 struct cgroup *cgroup; /* v2 */ member