Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c39 #define format_cgroup_path_pid(buf, path, pid) \ macro
44 format_cgroup_path_pid(buf, path, getpid())
47 format_cgroup_path_pid(buf, path, getppid())
430 format_cgroup_path_pid(cgroup_path, relative_path, pid); in remove_cgroup_pid()