Searched refs:bpf_mem_alloc_destroy (Results 1 – 3 of 3) sorted by relevance
18 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma);
518 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma) in bpf_mem_alloc_destroy() function
589 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_alloc()590 bpf_mem_alloc_destroy(&htab->ma); in htab_map_alloc()1514 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_free()1515 bpf_mem_alloc_destroy(&htab->ma); in htab_map_free()
Completed in 10 milliseconds