Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/bcache/
Dbtree.c102 static struct workqueue_struct *btree_io_wq; variable
313 queue_delayed_work(btree_io_wq, &b->work, 30 * HZ); in __btree_node_write_done()
486 queue_delayed_work(btree_io_wq, &b->work, 30 * HZ); in bch_btree_leaf_dirty()
2769 if (btree_io_wq) in bch_btree_exit()
2770 destroy_workqueue(btree_io_wq); in bch_btree_exit()
2775 btree_io_wq = alloc_workqueue("bch_btree_io", WQ_MEM_RECLAIM, 0); in bch_btree_init()
2776 if (!btree_io_wq) in bch_btree_init()