Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c401 child_cgroup_fd = create_and_get_cgroup(CHILD_CGROUP); in test_cg_storage_multi()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dcgroup_helpers.h13 int create_and_get_cgroup(const char *path);
Dcgroup_helpers.c218 int create_and_get_cgroup(const char *path) in create_and_get_cgroup() function
302 cg_fd = create_and_get_cgroup(path); in cgroup_setup_and_join()
Dtest_progs.c226 fd = create_and_get_cgroup(path); in test__join_cgroup()
/kernel/linux/linux-5.10/samples/bpf/
Dtest_current_task_under_cgroup_user.c60 cg2 = create_and_get_cgroup(CGROUP_PATH); in main()
Dhbm.c180 cg1 = create_and_get_cgroup(cg_dir); in run_bpf_prog()