Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_mem_alloc.h37 void bpf_mem_alloc_set_dtor(struct bpf_mem_alloc *ma,
/linux/kernel/bpf/
H A Dmemalloc.c1025 void bpf_mem_alloc_set_dtor(struct bpf_mem_alloc *ma, void (*dtor)(void *obj, void *ctx), in bpf_mem_alloc_set_dtor() function
H A Dhashtab.c521 bpf_mem_alloc_set_dtor(ma, dtor, htab_dtor_ctx_free, hrec); in htab_set_dtor()