Searched refs:rnbd_clt_wq (Results 1 – 1 of 1) sorted by relevance
28 static struct workqueue_struct *rnbd_clt_wq; variable1796 queue_work(rnbd_clt_wq, &dev->unmap_on_rmmod_work); in rnbd_destroy_sessions()1801 flush_workqueue(rnbd_clt_wq); in rnbd_destroy_sessions()1828 rnbd_clt_wq = alloc_workqueue("rnbd_clt_wq", 0, 0); in rnbd_client_init()1829 if (!rnbd_clt_wq) { in rnbd_client_init()1844 destroy_workqueue(rnbd_clt_wq); in rnbd_client_exit()