Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
A Drequest.c591 continue_at(cl, cache_lookup, bcache_wq); in cache_lookup()
746 s->iop.wq = bcache_wq; in search_alloc()
872 continue_at_nobarrier(cl, cached_dev_read_error, bcache_wq); in cached_dev_read_done_bh()
874 continue_at_nobarrier(cl, cached_dev_read_done, bcache_wq); in cached_dev_read_done_bh()
1213 bcache_wq); in cached_dev_submit_bio()
1298 bcache_wq); in flash_dev_submit_bio()
A Dsuper.c52 struct workqueue_struct *bcache_wq; variable
2824 if (bcache_wq) in bcache_exit()
2825 destroy_workqueue(bcache_wq); in bcache_exit()
2889 bcache_wq = alloc_workqueue("bcache", WQ_MEM_RECLAIM, 0); in bcache_init()
2890 if (!bcache_wq) in bcache_init()
A Dbcache.h994 extern struct workqueue_struct *bcache_wq;

Completed in 13 milliseconds