Home
last modified time | relevance | path

Searched refs:shutdown_wait (Results 1 – 7 of 7) sorted by relevance

/linux/fs/dlm/
H A Dmidcomms.c172 wait_queue_head_t shutdown_wait; member
329 wake_up(&node->shutdown_wait); in midcomms_node_reset()
363 init_waitqueue_head(&node->shutdown_wait); in dlm_midcomms_addr()
491 wake_up(&node->shutdown_wait); in dlm_pas_fin_ack_rcv()
672 wake_up(&node->shutdown_wait); in dlm_midcomms_receive_buffer_3_2()
801 wake_up(&node->shutdown_wait); in dlm_midcomms_receive_buffer_3_1()
1202 wake_up(&node->shutdown_wait); in dlm_act_fin_ack_rcv()
1329 ret = wait_event_timeout(node->shutdown_wait, in dlm_midcomms_version_wait()
1379 ret = wait_event_timeout(node->shutdown_wait, in midcomms_shutdown()
1426 wake_up(&node->shutdown_wait); in dlm_midcomms_close()
H A Dlowcomms.c105 wait_queue_head_t shutdown_wait; member
290 init_waitqueue_head(&con->shutdown_wait); in dlm_con_init()
820 ret = wait_event_timeout(con->shutdown_wait, !con->sock, in shutdown_connection()
1506 wake_up(&con->shutdown_wait); in process_recv_sockets()
/linux/sound/usb/
H A Dcard.c642 init_waitqueue_head(&chip->shutdown_wait); in snd_usb_audio_create()
970 wait_event(chip->shutdown_wait, in usb_audio_disconnect()
1030 wake_up(&chip->shutdown_wait); in snd_usb_lock_shutdown()
1039 wake_up(&chip->shutdown_wait); in snd_usb_unlock_shutdown()
H A Dusbaudio.h45 wait_queue_head_t shutdown_wait; member
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc.h243 wait_queue_head_t shutdown_wait; member
H A Dbnx2fc_fcoe.c966 init_waitqueue_head(&hba->shutdown_wait); in bnx2fc_indicate_netevent()
971 wait_event_interruptible(hba->shutdown_wait, in bnx2fc_indicate_netevent()
1414 init_waitqueue_head(&hba->shutdown_wait); in bnx2fc_hba_create()
H A Dbnx2fc_tgt.c559 wake_up_interruptible(&hba->shutdown_wait); in bnx2fc_rport_event_handler()