Searched refs:bpf_mem_alloc_destroy (Results 1 – 4 of 4) sorted by relevance
36 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma);
665 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_alloc()666 bpf_mem_alloc_destroy(&htab->ma); in htab_map_alloc()1647 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_free()1648 bpf_mem_alloc_destroy(&htab->ma); in htab_map_free()
652 bpf_mem_alloc_destroy(&trie->ma); in trie_free()
736 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma) in bpf_mem_alloc_destroy() function