Home
last modified time | relevance | path

Searched defs:cgroup (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dcgroup-defs.h121 struct cgroup *cgroup; member
319 struct cgroup { struct
321 struct cgroup_subsys_state self; argument
328 * ID 0 is not used, the ID of the root cgroup is always 1, and a argument
336 * The depth this cgroup is at. The root is at depth zero and each argument
362 * Each non-empty css_set associated with this cgroup contributes argument
376 int nr_threaded_children; /* # of live threaded child cgroups */ argument
378 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
379 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
380 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
[all …]