Searched refs:__create_map (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c545 static int __create_map(uint32_t type, uint32_t size_key, function
566 return __create_map(type, size_key, size_value, max_elem, 0);
1163 map_fds[14] = __create_map(BPF_MAP_TYPE_ARRAY, sizeof(int),
1173 map_fds[15] = __create_map(BPF_MAP_TYPE_ARRAY, sizeof(int),
1183 map_fds[16] = __create_map(BPF_MAP_TYPE_ARRAY, sizeof(int),
1199 map_fds[18] = __create_map(BPF_MAP_TYPE_PERF_EVENT_ARRAY,
1207 map_fds[19] = __create_map(BPF_MAP_TYPE_REUSEPORT_SOCKARRAY,

Completed in 200 milliseconds