Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/block/
Dnbd.c54 static struct workqueue_struct *nbd_del_wq; variable
279 queue_work(nbd_del_wq, &nbd->remove_work); in nbd_put()
2556 nbd_del_wq = alloc_workqueue("nbd-del", WQ_UNBOUND, 0); in nbd_init()
2557 if (!nbd_del_wq) { in nbd_init()
2563 destroy_workqueue(nbd_del_wq); in nbd_init()
2615 destroy_workqueue(nbd_del_wq); in nbd_cleanup()