Searched refs:bpf_mem_alloc_destroy (Results 1 – 3 of 3) 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()1649 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_free()1650 bpf_mem_alloc_destroy(&htab->ma); in htab_map_free()2903 bpf_mem_alloc_destroy(&rhtab->ma); in rhtab_map_free()
736 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma) in bpf_mem_alloc_destroy() function