Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dtest_current_task_under_cgroup_user.c70 if (join_cgroup(CGROUP_PATH)) in main()
89 if (join_cgroup("/")) in main()
H A Dhbm.c184 if (join_cgroup(cg_dir)) { in run_bpf_prog()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dcgroup_helpers.h24 int join_cgroup(const char *relative_path);
H A Dcgroup_helpers.c272 int join_cgroup(const char *relative_path) in join_cgroup() function
468 if (join_cgroup(path)) { in cgroup_setup_and_join()
H A Dtest_progs.c527 if (join_cgroup(path)) { in test__join_cgroup()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_autodetach.c48 if (CHECK_FAIL(join_cgroup("/cg_autodetach"))) in serial_test_cgroup_attach_autodetach()
H A Dcgroup_tcp_skb.c77 err = join_cgroup(CGROUP_TCP_SKB_PATH); in talk_to_cgroup()
124 err = join_cgroup(CGROUP_TCP_SKB_PATH); in talk_to_outside()
H A Dcgroup_link.c61 err = join_cgroup(cgs[last_cg].path); in serial_test_cgroup_link()
H A Dcgroup_attach_multi.c113 if (CHECK_FAIL(join_cgroup("/cg1/cg2/cg3/cg4/cg5"))) in serial_test_cgroup_attach_multi()
H A Dlsm_cgroup.c275 if (!ASSERT_OK(join_cgroup("/sock_policy_empty"), "join root cgroup")) in test_lsm_cgroup_functional()
H A Dcg_storage_multi.c63 if (join_cgroup(cgroup_path)) in connect_send()