Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Drequest.c579 continue_at(cl, cache_lookup, bcache_wq); in cache_lookup()
663 s->iop.wq = bcache_wq; in search_alloc()
769 continue_at_nobarrier(cl, cached_dev_read_error, bcache_wq); in cached_dev_read_done_bh()
771 continue_at_nobarrier(cl, cached_dev_read_done, bcache_wq); in cached_dev_read_done_bh()
975 bcache_wq); in cached_dev_make_request()
1086 bcache_wq); in flash_dev_make_request()
Dbcache.h903 extern struct workqueue_struct *bcache_wq;
Dsuper.c58 struct workqueue_struct *bcache_wq; variable
2108 if (bcache_wq) in bcache_exit()
2109 destroy_workqueue(bcache_wq); in bcache_exit()
2134 if (!(bcache_wq = create_workqueue("bcache")) || in bcache_init()