Searched refs:is_pcpu (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/map_tests/ |
| A D | htab_map_batch_ops.c | 14 void *values, bool is_pcpu) in map_batch_update() argument 24 if (is_pcpu) in map_batch_update() 29 if (is_pcpu) in map_batch_update() 41 int *keys, void *values, bool is_pcpu) in map_batch_verify() argument 47 if (is_pcpu) in map_batch_verify() 53 if (is_pcpu) { in map_batch_verify() 76 void __test_map_lookup_and_delete_batch(bool is_pcpu) in __test_map_lookup_and_delete_batch() argument 88 .map_type = is_pcpu ? BPF_MAP_TYPE_PERCPU_HASH : in __test_map_lookup_and_delete_batch() 103 value_size = is_pcpu ? sizeof(value) : sizeof(int); in __test_map_lookup_and_delete_batch() 105 if (is_pcpu) in __test_map_lookup_and_delete_batch() [all …]
|
| A D | array_map_batch_ops.c | 15 __s64 *values, bool is_pcpu) in map_batch_update() argument 26 if (is_pcpu) { in map_batch_update() 40 __s64 *values, bool is_pcpu) in map_batch_verify() argument 47 if (is_pcpu) { in map_batch_verify() 69 static void __test_map_lookup_and_update_batch(bool is_pcpu) in __test_map_lookup_and_update_batch() argument 73 .map_type = is_pcpu ? BPF_MAP_TYPE_PERCPU_ARRAY : in __test_map_lookup_and_update_batch() 95 if (is_pcpu) in __test_map_lookup_and_update_batch() 107 map_batch_update(map_fd, max_entries, keys, values, is_pcpu); in __test_map_lookup_and_update_batch() 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