Home
last modified time | relevance | path

Searched refs:bpf_mem_alloc_destroy (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dbpf_mem_alloc.h36 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma);
/linux/kernel/bpf/
H A Dhashtab.c665 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_alloc()
666 bpf_mem_alloc_destroy(&htab->ma); in htab_map_alloc()
1643 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_free()
1644 bpf_mem_alloc_destroy(&htab->ma); in htab_map_free()
H A Dlpm_trie.c652 bpf_mem_alloc_destroy(&trie->ma); in trie_free()
H A Dmemalloc.c749 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma) in bpf_mem_alloc_destroy() function