Searched refs:bpf_map_alloc_pages (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/kernel/bpf/ |
D | arena.c | 282 ret = bpf_map_alloc_pages(map, GFP_KERNEL | __GFP_ZERO, NUMA_NO_NODE, 1, &page); in arena_vm_fault() 456 ret = bpf_map_alloc_pages(&arena->map, GFP_KERNEL | __GFP_ZERO, in arena_alloc_pages()
|
D | syscall.c | 483 int bpf_map_alloc_pages(const struct bpf_map *map, gfp_t gfp, int nid, in bpf_map_alloc_pages() function
|
/linux-6.12.1/include/linux/ |
D | bpf.h | 2290 int bpf_map_alloc_pages(const struct bpf_map *map, gfp_t gfp, int nid,
|