Lines Matching defs:cgroup
121 struct cgroup *cgroup; member
317 struct cgroup { struct
319 struct cgroup_subsys_state self; argument
326 * ID 0 is not used, the ID of the root cgroup is always 1, and a argument
334 * The depth this cgroup is at. The root is at depth zero and each argument
355 * Each non-empty css_set associated with this cgroup contributes argument
369 int nr_threaded_children; /* # of live threaded child cgroups */ argument
371 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
372 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
373 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
388 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
390 struct cgroup_root *root; argument
394 * cgroup. Protected by css_set_lock. argument
399 * On the default hierarchy, a css_set for a cgroup with some argument
414 struct cgroup *dom_cgrp; argument
415 struct cgroup *old_dom_cgrp; /* used while enabling threaded */ argument
418 struct cgroup_rstat_cpu __percpu *rstat_cpu; argument
421 /* cgroup basic resource statistics */ argument
422 struct cgroup_base_stat pending_bstat; /* pending from children */ argument
423 struct cgroup_base_stat bstat; argument
440 struct cgroup_bpf bpf; argument
442 /* If there is block congestion on this cgroup. */ argument
450 * A cgroup_root represents the root of a cgroup hierarchy, and may be argument