Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dfd_array.c55 static bool map_exists(__u32 id) in map_exists() function
191 if (!ASSERT_EQ(map_exists(map_ids[0]), true, "map_ids[0] should exist")) in check_fd_array_cnt__fd_array_ok()
193 if (!ASSERT_EQ(map_exists(map_ids[1]), true, "map_ids[1] should exist")) in check_fd_array_cnt__fd_array_ok()
230 if (!ASSERT_EQ(map_exists(map_ids[0]), true, "map should exist")) in check_fd_array_cnt__duplicated_maps()
232 if (!ASSERT_EQ(map_exists(map_ids[1]), true, "map should exist")) in check_fd_array_cnt__duplicated_maps()
265 if (!ASSERT_EQ(map_exists(map_ids[0]), true, "map should exist")) in check_fd_array_cnt__referenced_maps_in_fd_array()