Searched refs:bpf_mem_alloc_destroy (Results 1 – 5 of 5) sorted by relevance
34 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma);
848 bpf_mem_alloc_destroy(&smap->selem_ma); in bpf_local_storage_map_alloc()925 bpf_mem_alloc_destroy(&smap->selem_ma); in bpf_local_storage_map_free()926 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()1582 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_free()1583 bpf_mem_alloc_destroy(&htab->ma); in htab_map_free()
649 bpf_mem_alloc_destroy(&trie->ma); in trie_free()
742 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma) in bpf_mem_alloc_destroy() function