Home
last modified time | relevance | path

Searched refs:bcache_wq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/bcache/
H A Drequest.c605 continue_at(cl, cache_lookup, bcache_wq); in CLOSURE_CALLBACK()
759 s->iop.wq = bcache_wq; in search_alloc()
885 continue_at_nobarrier(cl, cached_dev_read_error, bcache_wq); in CLOSURE_CALLBACK()
887 continue_at_nobarrier(cl, cached_dev_read_done, bcache_wq); in CLOSURE_CALLBACK()
1217 bcache_wq); in cached_dev_submit_bio()
1303 bcache_wq); in flash_dev_submit_bio()
H A Dsuper.c51 struct workqueue_struct *bcache_wq; variable
2849 if (bcache_wq) in bcache_exit()
2850 destroy_workqueue(bcache_wq); in bcache_exit()
2914 bcache_wq = alloc_workqueue("bcache", WQ_MEM_RECLAIM | WQ_PERCPU, 0); in bcache_init()
2915 if (!bcache_wq) in bcache_init()
H A Dbcache.h1012 extern struct workqueue_struct *bcache_wq;