Searched refs:bpf_mem_alloc_destroy (Results 1 – 4 of 4) sorted by relevance
34 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma);
808 bpf_mem_alloc_destroy(&smap->selem_ma); in bpf_local_storage_map_alloc()886 bpf_mem_alloc_destroy(&smap->selem_ma); in bpf_local_storage_map_free()887 bpf_mem_alloc_destroy(&smap->storage_ma); in bpf_local_storage_map_free()
613 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_alloc()614 bpf_mem_alloc_destroy(&htab->ma); in htab_map_alloc()1567 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_free()1568 bpf_mem_alloc_destroy(&htab->ma); in htab_map_free()
745 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma) in bpf_mem_alloc_destroy() function
Completed in 34 milliseconds