Home
last modified time | relevance | path

Searched refs:get_cgroup_id (Results 1 – 6 of 6) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c113 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_egress_only()
118 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_egress_only()
136 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_egress_only()
141 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_egress_only()
191 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_isolated()
202 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_isolated()
233 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_isolated()
244 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_isolated()
304 key = get_cgroup_id(PARENT_CGROUP); in test_shared()
312 key = get_cgroup_id(CHILD_CGROUP); in test_shared()
[all …]
Dsock_fields.c340 parent_cg_id = get_cgroup_id(PARENT_CGROUP); in serial_test_sock_fields()
347 child_cg_id = get_cgroup_id(CHILD_CGROUP); in serial_test_sock_fields()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_skb_cgroup_id_user.c123 expected_ids[0] = get_cgroup_id("/.."); /* root cgroup */ in check_ancestor_cgroup_ids()
124 expected_ids[1] = get_cgroup_id(""); in check_ancestor_cgroup_ids()
125 expected_ids[2] = get_cgroup_id(CGROUP_PATH); in check_ancestor_cgroup_ids()
Dcgroup_helpers.h15 unsigned long long get_cgroup_id(const char *path);
Dget_cgroup_id_user.c129 ucgid = get_cgroup_id(TEST_CGROUP); in main()
Dcgroup_helpers.c253 unsigned long long get_cgroup_id(const char *path) in get_cgroup_id() function