_destructor       357 drivers/md/bcache/closure.h #define closure_return_with_destructor(_cl, _destructor)		\
_destructor       359 drivers/md/bcache/closure.h 	set_closure_fn(_cl, _destructor, NULL);				\