_cl 315 drivers/md/bcache/closure.h #define continue_at(_cl, _fn, _wq) \ _cl 317 drivers/md/bcache/closure.h set_closure_fn(_cl, _fn, _wq); \ _cl 318 drivers/md/bcache/closure.h closure_sub(_cl, CLOSURE_RUNNING + 1); \ _cl 329 drivers/md/bcache/closure.h #define closure_return(_cl) continue_at((_cl), NULL, NULL) _cl 341 drivers/md/bcache/closure.h #define continue_at_nobarrier(_cl, _fn, _wq) \ _cl 343 drivers/md/bcache/closure.h set_closure_fn(_cl, _fn, _wq); \ _cl 344 drivers/md/bcache/closure.h closure_queue(_cl); \ _cl 357 drivers/md/bcache/closure.h #define closure_return_with_destructor(_cl, _destructor) \ _cl 359 drivers/md/bcache/closure.h set_closure_fn(_cl, _destructor, NULL); \ _cl 360 drivers/md/bcache/closure.h closure_sub(_cl, CLOSURE_RUNNING - CLOSURE_DESTRUCTOR + 1); \