Home
last modified time | relevance | path

Searched refs:cgroup_node (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h205 static INLINE void* read_full_cgroup_path(struct kernfs_node* cgroup_node, in read_full_cgroup_path() argument
219 BPF_CORE_READ(cgroup_node, name)); in read_full_cgroup_path()
220 if (!cgroup_node) in read_full_cgroup_path()
222 if (cgroup_node == cgroup_root_node) in read_full_cgroup_path()
228 cgroup_node = BPF_CORE_READ(cgroup_node, parent); in read_full_cgroup_path()