Home
last modified time | relevance | path

Searched refs:bpf_mem_cache_free (Results 1 – 4 of 4) 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 Dlpm_trie.c450 bpf_mem_cache_free(&trie->ma, new_node); in trie_update_elem()
H A Dhashtab.c955 bpf_mem_cache_free(&htab->pcpu_ma, l->ptr_to_pptr); in htab_elem_free()
956 bpf_mem_cache_free(&htab->ma, l); in htab_elem_free()
1126 bpf_mem_cache_free(&htab->ma, l_new); in alloc_htab_elem()
H A Dmemalloc.c941 void notrace bpf_mem_cache_free(struct bpf_mem_alloc *ma, void *ptr) in bpf_mem_cache_free() function