Searched refs:bpf_mem_cache_free (Results 1 - 4 of 4) sorted by path

/linux-master/include/linux/
H A Dbpf_mem_alloc.h43 void bpf_mem_cache_free(struct bpf_mem_alloc *ma, void *ptr);
/linux-master/kernel/bpf/
H A Dbpf_local_storage.c92 * only does bpf_mem_cache_free when there is
176 bpf_mem_cache_free(&smap->storage_ma, local_storage);
240 * bpf_mem_cache_free will be able to reuse selem
244 bpf_mem_cache_free(&smap->selem_ma, selem);
H A Dhashtab.c897 bpf_mem_cache_free(&htab->pcpu_ma, l->ptr_to_pptr);
898 bpf_mem_cache_free(&htab->ma, l);
1054 bpf_mem_cache_free(&htab->ma, l_new);
1484 * since bpf_mem_cache_free() relies on that.
H A Dmemalloc.c636 * bpf_mem_cache_free() for all remaining elements and they can be in
953 void notrace bpf_mem_cache_free(struct bpf_mem_alloc *ma, void *ptr) function

Completed in 263 milliseconds