Searched refs:wwan_wq (Results 1 – 1 of 1) sorted by relevance
40 static struct workqueue_struct *wwan_wq; variable497 queue_work(wwan_wq, &port->del_work); in wwan_hwsim_debugfs_portdestroy_write()542 queue_work(wwan_wq, &dev->del_work); in wwan_hwsim_debugfs_devdestroy_write()645 wwan_wq = alloc_workqueue("wwan_wq", WQ_PERCPU, 0); in wwan_hwsim_init()646 if (!wwan_wq) in wwan_hwsim_init()668 flush_workqueue(wwan_wq); /* Wait deletion works completion */ in wwan_hwsim_init()672 destroy_workqueue(wwan_wq); in wwan_hwsim_init()681 flush_workqueue(wwan_wq); /* Wait deletion works completion */ in wwan_hwsim_exit()684 destroy_workqueue(wwan_wq); in wwan_hwsim_exit()