Searched defs:bpf_map_alloc_percpu (Results 1 – 2 of 2) sorted by relevance
458 void __percpu *bpf_map_alloc_percpu(const struct bpf_map *map, size_t size, in bpf_map_alloc_percpu() function
2311 #define bpf_map_alloc_percpu(_map, _size, _align, _flags) \ macro