Searched refs:shutdown_wait (Results 1 – 7 of 7) sorted by relevance
168 wait_queue_head_t shutdown_wait; member319 wake_up(&node->shutdown_wait); in midcomms_node_reset()340 init_waitqueue_head(&node->shutdown_wait); in nodeid2node()460 wake_up(&node->shutdown_wait); in dlm_pas_fin_ack_rcv()514 wake_up(&node->shutdown_wait); in dlm_midcomms_receive_buffer()1176 wake_up(&node->shutdown_wait); in dlm_act_fin_ack_rcv()1180 wake_up(&node->shutdown_wait); in dlm_act_fin_ack_rcv()1349 ret = wait_event_timeout(node->shutdown_wait, in midcomms_shutdown()1404 wake_up(&node->shutdown_wait); in dlm_midcomms_close()
95 wait_queue_head_t shutdown_wait; /* wait for graceful shutdown */ member239 init_waitqueue_head(&con->shutdown_wait); in dlm_con_init()851 ret = wait_event_timeout(con->shutdown_wait, in shutdown_connection()975 wake_up(&con->shutdown_wait); in receive_from_sock()1447 wake_up(&con->shutdown_wait); in send_to_sock()
36 wait_queue_head_t shutdown_wait; member
622 init_waitqueue_head(&chip->shutdown_wait); in snd_usb_audio_create()919 wait_event(chip->shutdown_wait, in usb_audio_disconnect()978 wake_up(&chip->shutdown_wait); in snd_usb_lock_shutdown()987 wake_up(&chip->shutdown_wait); in snd_usb_unlock_shutdown()
245 wait_queue_head_t shutdown_wait; member
977 init_waitqueue_head(&hba->shutdown_wait); in bnx2fc_indicate_netevent()982 wait_event_interruptible(hba->shutdown_wait, in bnx2fc_indicate_netevent()1425 init_waitqueue_head(&hba->shutdown_wait); in bnx2fc_hba_create()
561 wake_up_interruptible(&hba->shutdown_wait); in bnx2fc_rport_event_handler()
Completed in 29 milliseconds