Searched refs:map_batch_verify (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/map_tests/ |
| A D | htab_map_batch_ops.c | 40 static void map_batch_verify(int *visited, __u32 max_entries, in map_batch_verify() function 139 map_batch_verify(visited, max_entries, keys, values, is_pcpu); in __test_map_lookup_and_delete_batch() 187 map_batch_verify(visited, max_entries, keys, values, is_pcpu); in __test_map_lookup_and_delete_batch() 251 map_batch_verify(visited, max_entries, keys, values, is_pcpu); in __test_map_lookup_and_delete_batch()
|
| A D | lpm_trie_map_batch_ops.c | 43 static void map_batch_verify(int *visited, __u32 max_entries, in map_batch_verify() function 99 map_batch_verify(visited, max_entries, keys, values); in test_lpm_trie_map_batch_ops() 124 map_batch_verify(visited, max_entries, keys, values); in test_lpm_trie_map_batch_ops()
|
| A D | array_map_batch_ops.c | 39 static void map_batch_verify(int *visited, __u32 max_entries, int *keys, in map_batch_verify() function 108 map_batch_verify(visited, max_entries, keys, values, is_pcpu); in __test_map_lookup_and_update_batch() 136 map_batch_verify(visited, max_entries, keys, values, is_pcpu); in __test_map_lookup_and_update_batch()
|
Completed in 6 milliseconds