Searched refs:wwan_wq (Results 1 – 1 of 1) sorted by relevance
38 static struct workqueue_struct *wwan_wq; variable377 queue_work(wwan_wq, &port->del_work); in wwan_hwsim_debugfs_portdestroy_write()422 queue_work(wwan_wq, &dev->del_work); in wwan_hwsim_debugfs_devdestroy_write()512 wwan_wq = alloc_workqueue("wwan_wq", 0, 0); in wwan_hwsim_init()513 if (!wwan_wq) in wwan_hwsim_init()535 flush_workqueue(wwan_wq); /* Wait deletion works completion */ in wwan_hwsim_init()539 destroy_workqueue(wwan_wq); in wwan_hwsim_init()548 flush_workqueue(wwan_wq); /* Wait deletion works completion */ in wwan_hwsim_exit()551 destroy_workqueue(wwan_wq); in wwan_hwsim_exit()