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);
668 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_alloc() 669 bpf_mem_alloc_destroy(&htab->ma); in htab_map_alloc() 1638 * during bpf_mem_alloc_destroy(). in htab_map_free() 1650 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_free() 1651 bpf_mem_alloc_destroy(&htab->ma); in htab_map_free() 2904 bpf_mem_alloc_destroy(&rhtab->ma);
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