Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dcgroup_attach_multi.c97 cg1 = create_and_get_cgroup("/cg1"); in test_cgroup_attach_multi()
100 cg2 = create_and_get_cgroup("/cg1/cg2"); in test_cgroup_attach_multi()
103 cg3 = create_and_get_cgroup("/cg1/cg2/cg3"); in test_cgroup_attach_multi()
106 cg4 = create_and_get_cgroup("/cg1/cg2/cg3/cg4"); in test_cgroup_attach_multi()
109 cg5 = create_and_get_cgroup("/cg1/cg2/cg3/cg4/cg5"); in test_cgroup_attach_multi()
Dcgroup_attach_autodetach.c44 cg = create_and_get_cgroup("/cg_autodetach"); in test_cgroup_attach_autodetach()
Dcgroup_link.c56 cgs[i].fd = create_and_get_cgroup(cgs[i].path); in test_cgroup_link()
Dcg_storage_multi.c377 child_cgroup_fd = create_and_get_cgroup(CHILD_CGROUP); in test_cg_storage_multi()
/tools/testing/selftests/bpf/
Dcgroup_helpers.h14 int create_and_get_cgroup(const char *path);
Dcgroup_helpers.c226 int create_and_get_cgroup(const char *path) in create_and_get_cgroup() function
310 cg_fd = create_and_get_cgroup(path); in cgroup_setup_and_join()
Dtest_progs.c249 fd = create_and_get_cgroup(path); in test__join_cgroup()