Searched refs:check_default (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/bpf/progs/ |
| D | map_ptr_kern.c | 77 static inline int check_default(struct bpf_map *indirect, in check_default() function 154 VERIFY(check_default(&array->map, map)); in check_array() 185 VERIFY(check_default(&prog_array->map, map)); in check_prog_array() 202 VERIFY(check_default(&perf_event_array->map, map)); in check_perf_event_array() 219 VERIFY(check_default(&percpu_hash->map, map)); in check_percpu_hash() 236 VERIFY(check_default(&percpu_array->map, map)); in check_percpu_array() 276 VERIFY(check_default(&cgroup_array->map, map)); in check_cgroup_array() 293 VERIFY(check_default(&lru_hash->map, map)); in check_lru_hash() 310 VERIFY(check_default(&lru_percpu_hash->map, map)); in check_lru_percpu_hash() 370 VERIFY(check_default(&array_of_maps->map, map)); in check_array_of_maps() [all …]
|