Searched refs:bpf_map_kvcalloc (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bpf_local_storage.c | 815 smap->buckets = bpf_map_kvcalloc(&smap->map, nbuckets, in bpf_local_storage_map_alloc()
|
| H A D | syscall.c | 552 void *bpf_map_kvcalloc(struct bpf_map *map, size_t n, size_t size, in bpf_map_kvcalloc() function
|
| /linux/include/linux/ |
| H A D | bpf.h | 2505 void *bpf_map_kvcalloc(struct bpf_map *map, size_t n, size_t size, 2520 #define bpf_map_kvcalloc(_map, _n, _size, _flags) \ macro
|