Searched defs:is_pcpu (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/map_tests/ |
H A D | htab_map_batch_ops.c | 76 void __test_map_lookup_and_delete_batch(bool is_pcpu) in __test_map_lookup_and_delete_batch() argument 13 map_batch_update(int map_fd, __u32 max_entries, int *keys, void *values, bool is_pcpu) map_batch_update() argument 40 map_batch_verify(int *visited, __u32 max_entries, int *keys, void *values, bool is_pcpu) map_batch_verify() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
H A D | htab_map_batch_ops.c | 77 void __test_map_lookup_and_delete_batch(bool is_pcpu) in __test_map_lookup_and_delete_batch() argument 14 map_batch_update(int map_fd, __u32 max_entries, int *keys, void *values, bool is_pcpu) map_batch_update() argument 41 map_batch_verify(int *visited, __u32 max_entries, int *keys, void *values, bool is_pcpu) map_batch_verify() argument [all...] |
H A D | array_map_batch_ops.c | 70 static void __test_map_lookup_and_update_batch(bool is_pcpu) in __test_map_lookup_and_update_batch() argument 15 map_batch_update(int map_fd, __u32 max_entries, int *keys, __s64 *values, bool is_pcpu) map_batch_update() argument 40 map_batch_verify(int *visited, __u32 max_entries, int *keys, __s64 *values, bool is_pcpu) map_batch_verify() argument [all...] |
Completed in 2 milliseconds