Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dcgroup_helpers.h25 int join_cgroup(const char *relative_path);
H A Dcgroup_helpers.c285 int join_cgroup(const char *relative_path) in join_cgroup() function
500 if (join_cgroup(path)) { in cgroup_setup_and_join()
H A Dtest_progs.c650 if (join_cgroup(path)) { in test__join_cgroup()
/linux/tools/testing/selftests/bpf/prog_tests/
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_attach_autodetach.c48 if (CHECK_FAIL(join_cgroup("/cg_autodetach"))) in serial_test_cgroup_attach_autodetach()
H A Dcgroup_link.c61 err = join_cgroup(cgs[last_cg].path); in serial_test_cgroup_link()
H A Diters.c220 err = join_cgroup(cgrp_path); in subtest_css_task_iters()
H A Dcgroup_attach_multi.c113 if (CHECK_FAIL(join_cgroup("/cg1/cg2/cg3/cg4/cg5"))) in serial_test_cgroup_attach_multi()
H A Dcgroup_iter.c282 err = join_cgroup(cg_path[CHILD2]); in test_walk_self_only_css_task()
H A Dcg_storage_multi.c63 if (join_cgroup(cgroup_path)) in connect_send()
/linux/samples/bpf/
H A Dhbm.c184 if (join_cgroup(cg_dir)) { in run_bpf_prog()