Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c13 #define OUTER_MAP_ENTRIES 10 macro
38 for (map_index = 0; map_index < OUTER_MAP_ENTRIES; map_index++) { in create_inner_maps()
73 sizeof(__u32), OUTER_MAP_ENTRIES, in create_outer_map()
126 int err, max_entries = OUTER_MAP_ENTRIES - !!has_holes; in fetch_and_validate()
139 for (i = 0; i < OUTER_MAP_ENTRIES; i++) { in fetch_and_validate()
191 __u32 max_entries = OUTER_MAP_ENTRIES - !!has_holes; in _map_in_map_batch_ops()
199 outer_map_keys = calloc(OUTER_MAP_ENTRIES, value_size); in _map_in_map_batch_ops()
200 inner_map_fds = calloc(OUTER_MAP_ENTRIES, value_size); in _map_in_map_batch_ops()
252 for (map_index = 0; map_index < OUTER_MAP_ENTRIES; map_index++) in _map_in_map_batch_ops()