Searched refs:bcache_wq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | request.c | 591 continue_at(cl, cache_lookup, bcache_wq); in cache_lookup() 744 s->iop.wq = bcache_wq; in search_alloc() 870 continue_at_nobarrier(cl, cached_dev_read_error, bcache_wq); in cached_dev_read_done_bh() 872 continue_at_nobarrier(cl, cached_dev_read_done, bcache_wq); in cached_dev_read_done_bh() 1216 bcache_wq); in cached_dev_submit_bio() 1302 bcache_wq); in flash_dev_submit_bio()
|
H A D | super.c | 51 struct workqueue_struct *bcache_wq; variable 2842 if (bcache_wq) in bcache_exit() 2843 destroy_workqueue(bcache_wq); in bcache_exit() 2907 bcache_wq = alloc_workqueue("bcache", WQ_MEM_RECLAIM, 0); in bcache_init() 2908 if (!bcache_wq) in bcache_init()
|
H A D | bcache.h | 1003 extern struct workqueue_struct *bcache_wq;
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | request.c | 591 continue_at(cl, cache_lookup, bcache_wq); in cache_lookup() 745 s->iop.wq = bcache_wq; in search_alloc() 871 continue_at_nobarrier(cl, cached_dev_read_error, bcache_wq); in cached_dev_read_done_bh() 873 continue_at_nobarrier(cl, cached_dev_read_done, bcache_wq); in cached_dev_read_done_bh() 1217 bcache_wq); in cached_dev_submit_bio() 1302 bcache_wq); in flash_dev_submit_bio()
|
H A D | super.c | 51 struct workqueue_struct *bcache_wq; variable 2815 if (bcache_wq) in bcache_exit() 2816 destroy_workqueue(bcache_wq); in bcache_exit() 2880 bcache_wq = alloc_workqueue("bcache", WQ_MEM_RECLAIM, 0); in bcache_init() 2881 if (!bcache_wq) in bcache_init()
|
H A D | bcache.h | 1002 extern struct workqueue_struct *bcache_wq;
|
Completed in 14 milliseconds