Searched refs:bpf_map_alloc_percpu (Results 1 – 1 of 1) sorted by relevance
2320 void __percpu *bpf_map_alloc_percpu(const struct bpf_map *map, size_t size,2333 #define bpf_map_alloc_percpu(_map, _size, _align, _flags) \ macro2343 map->elem_count = bpf_map_alloc_percpu(map, size, align, flags); in bpf_map_init_elem_count()