Searched refs:disconn_wq (Results 1 – 6 of 6) sorted by relevance
193 ret = wait_event_timeout(scifdev->disconn_wq, in scif_disconnect_node()208 wait_event_timeout(scifdev->disconn_wq, in scif_disconnect_node()
189 wait_queue_head_t disconn_wq; member
120 init_waitqueue_head(&scifdev->disconn_wq); in scif_setup_scifdev()
977 wake_up(&sdev->disconn_wq); in scif_node_remove_ack()
412 struct workqueue_struct *disconn_wq; member
3265 cm_core->disconn_wq = alloc_ordered_workqueue("iwdwq", in i40iw_setup_cm_core()3267 if (!cm_core->disconn_wq) in i40iw_setup_cm_core()3296 if (cm_core->disconn_wq) in i40iw_cleanup_cm_core()3297 destroy_workqueue(cm_core->disconn_wq); in i40iw_cleanup_cm_core()3468 queue_work(cm_core->disconn_wq, &work->work); in i40iw_cm_disconn()