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

/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c186 static void _map_in_map_batch_ops(enum bpf_map_type outer_map_type, function
240 _map_in_map_batch_ops(BPF_MAP_TYPE_ARRAY_OF_MAPS, BPF_MAP_TYPE_ARRAY);
242 _map_in_map_batch_ops(BPF_MAP_TYPE_ARRAY_OF_MAPS, BPF_MAP_TYPE_HASH);
248 _map_in_map_batch_ops(BPF_MAP_TYPE_HASH_OF_MAPS, BPF_MAP_TYPE_ARRAY);
250 _map_in_map_batch_ops(BPF_MAP_TYPE_HASH_OF_MAPS, BPF_MAP_TYPE_HASH);

Completed in 105 milliseconds