Home
last modified time | relevance | path

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

/linux-6.12.1/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 CLOSURE_CALLBACK()
486 queue_delayed_work(btree_io_wq, &b->work, 30 * HZ); in bch_btree_leaf_dirty()
2833 if (btree_io_wq) in bch_btree_exit()
2834 destroy_workqueue(btree_io_wq); in bch_btree_exit()
2839 btree_io_wq = alloc_workqueue("bch_btree_io", WQ_MEM_RECLAIM, 0); in bch_btree_init()
2840 if (!btree_io_wq) in bch_btree_init()