Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dclosure.h414 #define closure_return_with_destructor(_cl, _destructor) \ macro
/linux/drivers/md/bcache/
H A Dbtree.c315 closure_return_with_destructor(cl, btree_node_write_unlock); in CLOSURE_CALLBACK()