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()1643 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_free()1644 bpf_mem_alloc_destroy(&htab->ma); in htab_map_free()
652 bpf_mem_alloc_destroy(&trie->ma); in trie_free()
749 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma) in bpf_mem_alloc_destroy() function