Searched refs:bpf_mem_alloc_destroy (Results 1 – 4 of 4) sorted by relevance
26 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma);
838 bpf_mem_alloc_destroy(&smap->selem_ma); in bpf_local_storage_map_alloc()916 bpf_mem_alloc_destroy(&smap->selem_ma); in bpf_local_storage_map_free()917 bpf_mem_alloc_destroy(&smap->storage_ma); in bpf_local_storage_map_free()
609 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_alloc()610 bpf_mem_alloc_destroy(&htab->ma); in htab_map_alloc()1574 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_free()1575 bpf_mem_alloc_destroy(&htab->ma); in htab_map_free()
677 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma) in bpf_mem_alloc_destroy() function