closure_sub        48 drivers/md/bcache/closure.c EXPORT_SYMBOL(closure_sub);
closure_sub        76 drivers/md/bcache/closure.c 		closure_sub(cl, CLOSURE_WAITING + 1);
closure_sub       169 drivers/md/bcache/closure.h void closure_sub(struct closure *cl, int v);
closure_sub       318 drivers/md/bcache/closure.h 	closure_sub(_cl, CLOSURE_RUNNING + 1);				\
closure_sub       360 drivers/md/bcache/closure.h 	closure_sub(_cl, CLOSURE_RUNNING - CLOSURE_DESTRUCTOR + 1);	\