Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_mem_alloc.h31 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu);
/linux/kernel/bpf/
H A Dlpm_trie.c603 err = bpf_mem_alloc_init(&trie->ma, leaf_size, false); in trie_alloc()
H A Dmemalloc.c502 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init() function
H A Dhashtab.c649 err = bpf_mem_alloc_init(&htab->ma, htab->elem_size, false); in htab_map_alloc()
653 err = bpf_mem_alloc_init(&htab->pcpu_ma, in htab_map_alloc()
2832 err = bpf_mem_alloc_init(&rhtab->ma, rhtab->elem_size, false);
H A Dcore.c3391 ret = bpf_mem_alloc_init(&bpf_global_ma, 0, false); in bpf_get_linfo_file_line()