Lines Matching defs:cgroup
157 struct cgroup *cgroup; member
378 struct cgroup { struct
380 struct cgroup_subsys_state self; argument
385 * The depth this cgroup is at. The root is at depth zero and each argument
411 * Each non-empty css_set associated with this cgroup contributes argument
425 int nr_threaded_children; /* # of live threaded child cgroups */ argument
427 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
428 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
429 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
432 struct cgroup_file psi_files[NR_PSI_RESOURCES]; argument
447 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
449 struct cgroup_root *root; argument
453 * cgroup. Protected by css_set_lock. argument
458 * On the default hierarchy, a css_set for a cgroup with some argument
473 struct cgroup *dom_cgrp; argument
474 struct cgroup *old_dom_cgrp; /* used while enabling threaded */ argument
477 struct cgroup_rstat_cpu __percpu *rstat_cpu; argument
480 /* cgroup basic resource statistics */ argument
481 struct cgroup_base_stat last_bstat; argument
482 struct cgroup_base_stat bstat; argument
502 struct cgroup_bpf bpf; argument
504 /* If there is block congestion on this cgroup. */ argument
508 struct cgroup_freezer_state freezer; argument
515 struct cgroup *ancestors[]; argument
791 struct cgroup *cgroup; /* v2 */ member