Home
last modified time | relevance | path

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

/kernel/bpf/
Dmemalloc.c643 void notrace bpf_mem_cache_free(struct bpf_mem_alloc *ma, void *ptr) in bpf_mem_cache_free() function
Dhashtab.c871 bpf_mem_cache_free(&htab->pcpu_ma, l->ptr_to_pptr); in htab_elem_free()
873 bpf_mem_cache_free(&htab->ma, l); in htab_elem_free()
1026 bpf_mem_cache_free(&htab->ma, l_new); in alloc_htab_elem()