Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dmemalloc.c106 void *dtor_ctx; member
272 c->dtor((void *)pos + LLIST_NODE_SZ, c->dtor_ctx); in free_all()
689 ma->dtor_ctx_free(ma->dtor_ctx); in free_mem_alloc_no_barrier()
1033 ma->dtor_ctx = ctx; in bpf_mem_alloc_set_dtor()
1039 c->dtor_ctx = ctx; in bpf_mem_alloc_set_dtor()
1048 c->dtor_ctx = ctx; in bpf_mem_alloc_set_dtor()
/linux/include/linux/
H A Dbpf_mem_alloc.h18 void *dtor_ctx; member