Home
last modified time | relevance | path

Searched refs:shutdown_wait (Results 1 – 6 of 6) 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
291 init_waitqueue_head(&con->shutdown_wait); in dlm_con_init()
821 ret = wait_event_timeout(con->shutdown_wait, !con->sock, in shutdown_connection()
1507 wake_up(&con->shutdown_wait); in process_recv_sockets()
/linux/sound/usb/
H A Dcard.c776 init_waitqueue_head(&chip->shutdown_wait); in snd_usb_audio_create()
1108 wait_event(chip->shutdown_wait, in __usb_audio_disconnect()
1179 wake_up(&chip->shutdown_wait); in snd_usb_lock_shutdown()
1189 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_fcoe.c966 init_waitqueue_head(&hba->shutdown_wait); in bnx2fc_indicate_netevent()
971 wait_event_interruptible(hba->shutdown_wait, in bnx2fc_indicate_netevent()
1413 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()