Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/
Dnbd.c54 static struct workqueue_struct *nbd_del_wq; variable
279 queue_work(nbd_del_wq, &nbd->remove_work); in nbd_put()
2512 nbd_del_wq = alloc_workqueue("nbd-del", WQ_UNBOUND, 0); in nbd_init()
2513 if (!nbd_del_wq) { in nbd_init()
2519 destroy_workqueue(nbd_del_wq); in nbd_init()
2571 destroy_workqueue(nbd_del_wq); in nbd_cleanup()