Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dtest_cgrp2_attach2.c79 foo = create_and_get_cgroup(FOO); in test_foo_bar()
96 bar = create_and_get_cgroup(BAR); in test_foo_bar()
283 cg1 = create_and_get_cgroup("/cg1"); in test_multiprog()
286 cg2 = create_and_get_cgroup("/cg1/cg2"); in test_multiprog()
289 cg3 = create_and_get_cgroup("/cg1/cg2/cg3"); in test_multiprog()
292 cg4 = create_and_get_cgroup("/cg1/cg2/cg3/cg4"); in test_multiprog()
295 cg5 = create_and_get_cgroup("/cg1/cg2/cg3/cg4/cg5"); in test_multiprog()
Dtest_current_task_under_cgroup_user.c34 cg2 = create_and_get_cgroup(CGROUP_PATH); in main()
/Linux-v4.19/tools/testing/selftests/bpf/
Dcgroup_helpers.h12 int create_and_get_cgroup(const char *path);
Dtest_dev_cgroup.c45 cgroup_fd = create_and_get_cgroup(TEST_CGROUP); in main()
Dtest_cgroup_storage.c57 cgroup_fd = create_and_get_cgroup(TEST_CGROUP); in main()
Dtest_tcpbpf_user.c85 cg_fd = create_and_get_cgroup(cg_path); in main()
Dtest_skb_cgroup_id_user.c166 cgfd = create_and_get_cgroup(CGROUP_PATH); in main()
Dcgroup_helpers.c161 int create_and_get_cgroup(const char *path) in create_and_get_cgroup() function
Dget_cgroup_id_user.c66 cgroup_fd = create_and_get_cgroup(TEST_CGROUP); in main()
Dtest_socket_cookie.c208 cgfd = create_and_get_cgroup(CG_PATH); in main()
Dtest_sock.c460 cgfd = create_and_get_cgroup(CG_PATH); in main()
Dtest_sock_addr.c1377 cgfd = create_and_get_cgroup(CG_PATH); in main()
Dtest_sockmap.c1366 cg_fd = create_and_get_cgroup(CG_PATH); in __test_suite()