bcache_wq         986 drivers/md/bcache/bcache.h extern struct workqueue_struct *bcache_wq;
bcache_wq         602 drivers/md/bcache/request.c 		continue_at(cl, cache_lookup, bcache_wq);
bcache_wq         755 drivers/md/bcache/request.c 	s->iop.wq		= bcache_wq;
bcache_wq         881 drivers/md/bcache/request.c 		continue_at_nobarrier(cl, cached_dev_read_error, bcache_wq);
bcache_wq         883 drivers/md/bcache/request.c 		continue_at_nobarrier(cl, cached_dev_read_done, bcache_wq);
bcache_wq        1225 drivers/md/bcache/request.c 					      bcache_wq);
bcache_wq        1344 drivers/md/bcache/request.c 				      bcache_wq);
bcache_wq          50 drivers/md/bcache/super.c struct workqueue_struct *bcache_wq;
bcache_wq        2640 drivers/md/bcache/super.c 	if (bcache_wq)
bcache_wq        2641 drivers/md/bcache/super.c 		destroy_workqueue(bcache_wq);
bcache_wq        2699 drivers/md/bcache/super.c 	bcache_wq = alloc_workqueue("bcache", WQ_MEM_RECLAIM, 0);
bcache_wq        2700 drivers/md/bcache/super.c 	if (!bcache_wq)