Searched refs:cgroup_node (Results 1 – 1 of 1) sorted by relevance
206 static INLINE void* read_full_cgroup_path(struct kernfs_node* cgroup_node, in read_full_cgroup_path() argument220 BPF_CORE_READ(cgroup_node, name)); in read_full_cgroup_path()221 if (!cgroup_node) in read_full_cgroup_path()223 if (cgroup_node == cgroup_root_node) in read_full_cgroup_path()229 cgroup_node = BPF_CORE_READ(cgroup_node, parent); in read_full_cgroup_path()
Completed in 5 milliseconds