Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/cgroup/
Dcgroup_util.c407 int dirfd_open_opath(const char *dir) in dirfd_open_opath() function
426 cgroup_fd = dirfd_open_opath(cgroup); in clone_into_cgroup_run_nowait()
584 cgroup_fd = dirfd_open_opath(cgroup); in clone_into_cgroup_run_wait()
Dcgroup_util.h61 extern int dirfd_open_opath(const char *dir);
Dtest_core.c200 cgroup_fd = dirfd_open_opath(cg_test_d); in test_cgcore_populated()