Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Drequest.c585 continue_at(cl, cache_lookup, bcache_wq); in cache_lookup()
672 s->iop.wq = bcache_wq; in search_alloc()
778 continue_at_nobarrier(cl, cached_dev_read_error, bcache_wq); in cached_dev_read_done_bh()
780 continue_at_nobarrier(cl, cached_dev_read_done, bcache_wq); in cached_dev_read_done_bh()
985 bcache_wq); in cached_dev_make_request()
1099 bcache_wq); in flash_dev_make_request()
Dbcache.h885 extern struct workqueue_struct *bcache_wq;
Dsuper.c58 struct workqueue_struct *bcache_wq; variable
2074 if (bcache_wq) in bcache_exit()
2075 destroy_workqueue(bcache_wq); in bcache_exit()
2100 if (!(bcache_wq = create_workqueue("bcache")) || in bcache_init()