Searched refs:bpf_map_alloc_percpu (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | cpumap.c | 446 rcpu->bulkq = bpf_map_alloc_percpu(map, sizeof(*rcpu->bulkq), in __cpu_map_entry_alloc()
|
| H A D | arraymap.c | 39 ptr = bpf_map_alloc_percpu(&array->map, array->elem_size, 8, in bpf_array_alloc_percpu()
|
| H A D | syscall.c | 576 void __percpu *bpf_map_alloc_percpu(const struct bpf_map *map, size_t size, in bpf_map_alloc_percpu() function
|
| /linux/include/linux/ |
| H A D | bpf.h | 2667 void __percpu *bpf_map_alloc_percpu(const struct bpf_map *map, size_t size, 2682 #define bpf_map_alloc_percpu(_map, _size, _align, _flags) \ macro 2703 map->elem_count = bpf_map_alloc_percpu(map, size, align, flags); in bpf_map_init_elem_count()
|