Searched refs:check_expected_map_ids (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | fd_array.c | 132 static bool check_expected_map_ids(int prog_fd, int expected, __u32 *map_ids, __u32 *nr_map_ids) in check_expected_map_ids() function 159 check_expected_map_ids(prog_fd, 1, map_ids, &nr_map_ids); in check_fd_array_cnt__no_fd_array() 185 if (!check_expected_map_ids(prog_fd, 3, map_ids, &nr_map_ids)) in check_fd_array_cnt__fd_array_ok() 224 if (!check_expected_map_ids(prog_fd, 3, map_ids, &nr_map_ids)) in check_fd_array_cnt__duplicated_maps() 260 if (!check_expected_map_ids(prog_fd, 1, map_ids, &nr_map_ids)) in check_fd_array_cnt__referenced_maps_in_fd_array()
|