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.c958 bpf_mem_cache_free(&htab->pcpu_ma, l->ptr_to_pptr);
959 bpf_mem_cache_free(&htab->ma, l); in htab_put_fd_value()
1129 bpf_mem_cache_free(&htab->ma, l_new); in alloc_htab_elem()
1577 * therefore, it is OK to invoke bpf_mem_cache_free() directly. in delete_all_elements()
3084 bpf_mem_cache_free(&rhtab->ma, elem);
H A Dmemalloc.c941 void notrace bpf_mem_cache_free(struct bpf_mem_alloc *ma, void *ptr) in bpf_mem_cache_free() function