Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dcgroup-defs.h495 struct cgroup_root { struct
496 struct kernfs_root *kf_root;
499 unsigned int subsys_mask;
502 int hierarchy_id;
505 struct cgroup cgrp;
508 u64 cgrp_ancestor_id_storage;
511 atomic_t nr_cgrps;
514 wait_queue_head_t wait;
517 struct list_head root_list;
520 unsigned int flags;
[all …]
/kernel/linux/linux-5.10/tools/bpf/bpftool/
Dcgroup.c320 char *cgroup_root, *cgroup_alloced = NULL; in do_show_tree() local