Home
last modified time | relevance | path

Searched refs:bpf_mem_cache_free (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dbpf_mem_alloc.h52 void bpf_mem_cache_free(struct bpf_mem_alloc *ma, void *ptr);
/linux/kernel/bpf/
H A Dhashtab.c958 bpf_mem_cache_free(&htab->pcpu_ma, l->ptr_to_pptr); in htab_elem_free()
959 bpf_mem_cache_free(&htab->ma, l); in htab_elem_free()
1128 bpf_mem_cache_free(&htab->ma, l_new); in alloc_htab_elem()
3082 bpf_mem_cache_free(&rhtab->ma, elem); in rhtab_map_update_elem()
H A Dmemalloc.c941 void notrace bpf_mem_cache_free(struct bpf_mem_alloc *ma, void *ptr) in bpf_mem_cache_free() function