Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c411 int dirfd_open_opath(const char *dir) in dirfd_open_opath() function
430 cgroup_fd = dirfd_open_opath(cgroup); in clone_into_cgroup_run_nowait()
589 cgroup_fd = dirfd_open_opath(cgroup); in clone_into_cgroup_run_wait()
H A Dcgroup_util.h63 extern int dirfd_open_opath(const char *dir);
H A Dtest_core.c202 cgroup_fd = dirfd_open_opath(cg_test_d); in test_cgcore_populated()