Home
last modified time | relevance | path

Searched refs:bpf_mem_alloc_init (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Dbpf_mem_alloc.h17 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu);
/Linux-v6.1/kernel/bpf/
Dmemalloc.c357 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init() function
Dhashtab.c571 err = bpf_mem_alloc_init(&htab->ma, htab->elem_size, false); in htab_map_alloc()
575 err = bpf_mem_alloc_init(&htab->pcpu_ma, in htab_map_alloc()