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.h494 struct cgroup_root { struct
495 struct kernfs_root *kf_root;
498 unsigned int subsys_mask;
501 int hierarchy_id;
504 struct cgroup cgrp;
507 u64 cgrp_ancestor_id_storage;
510 atomic_t nr_cgrps;
513 wait_queue_head_t wait;
516 struct list_head root_list;
519 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