Searched refs:shutdown_wait (Results 1 – 7 of 7) sorted by relevance
171 wait_queue_head_t shutdown_wait; member328 wake_up(&node->shutdown_wait); in midcomms_node_reset()349 init_waitqueue_head(&node->shutdown_wait); in nodeid2node()466 wake_up(&node->shutdown_wait); in dlm_pas_fin_ack_rcv()660 wake_up(&node->shutdown_wait); in dlm_midcomms_version_check_3_2()830 wake_up(&node->shutdown_wait); in dlm_midcomms_version_check_3_1()1267 wake_up(&node->shutdown_wait); in dlm_act_fin_ack_rcv()1398 ret = wait_event_timeout(node->shutdown_wait, in dlm_midcomms_version_wait()1448 ret = wait_event_timeout(node->shutdown_wait, in midcomms_shutdown()1502 wake_up(&node->shutdown_wait); in dlm_midcomms_close()
104 wait_queue_head_t shutdown_wait; member288 init_waitqueue_head(&con->shutdown_wait); in dlm_con_init()823 ret = wait_event_timeout(con->shutdown_wait, !con->sock, in shutdown_connection()1536 wake_up(&con->shutdown_wait); in process_recv_sockets()
36 wait_queue_head_t shutdown_wait; member
630 init_waitqueue_head(&chip->shutdown_wait); in snd_usb_audio_create()957 wait_event(chip->shutdown_wait, in usb_audio_disconnect()1016 wake_up(&chip->shutdown_wait); in snd_usb_lock_shutdown()1025 wake_up(&chip->shutdown_wait); in snd_usb_unlock_shutdown()
243 wait_queue_head_t shutdown_wait; member
969 init_waitqueue_head(&hba->shutdown_wait); in bnx2fc_indicate_netevent()974 wait_event_interruptible(hba->shutdown_wait, in bnx2fc_indicate_netevent()1417 init_waitqueue_head(&hba->shutdown_wait); in bnx2fc_hba_create()
561 wake_up_interruptible(&hba->shutdown_wait); in bnx2fc_rport_event_handler()
Completed in 34 milliseconds