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