Searched refs:bpf_mem_alloc_init (Results 1 - 6 of 6) sorted by path

/linux-master/include/linux/
H A Dbpf_mem_alloc.h29 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu);
/linux-master/kernel/bpf/
H A Dbpf_local_storage.c802 err = bpf_mem_alloc_init(&smap->selem_ma, smap->elem_size, false);
806 err = bpf_mem_alloc_init(&smap->storage_ma, sizeof(struct bpf_local_storage), false);
H A Dcore.c3055 ret = bpf_mem_alloc_init(&bpf_global_ma, 0, false);
H A Dcpumask.c474 ret = bpf_mem_alloc_init(&bpf_cpumask_ma, sizeof(struct bpf_cpumask), false);
H A Dhashtab.c589 err = bpf_mem_alloc_init(&htab->ma, htab->elem_size, false);
593 err = bpf_mem_alloc_init(&htab->pcpu_ma,
H A Dmemalloc.c513 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) function

Completed in 267 milliseconds