Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Dmidcomms.c172 wait_queue_head_t shutdown_wait; member
330 wake_up(&node->shutdown_wait); in midcomms_node_reset()
364 init_waitqueue_head(&node->shutdown_wait); in dlm_midcomms_addr()
493 wake_up(&node->shutdown_wait); in dlm_pas_fin_ack_rcv()
674 wake_up(&node->shutdown_wait); in dlm_midcomms_receive_buffer_3_2()
803 wake_up(&node->shutdown_wait); in dlm_midcomms_receive_buffer_3_1()
1207 wake_up(&node->shutdown_wait); in dlm_act_fin_ack_rcv()
1334 ret = wait_event_timeout(node->shutdown_wait, in dlm_midcomms_version_wait()
1384 ret = wait_event_timeout(node->shutdown_wait, in midcomms_shutdown()
1431 wake_up(&node->shutdown_wait); in dlm_midcomms_close()
H A Dlowcomms.c104 wait_queue_head_t shutdown_wait; member
288 init_waitqueue_head(&con->shutdown_wait); in dlm_con_init()
818 ret = wait_event_timeout(con->shutdown_wait, !con->sock, in shutdown_connection()
1504 wake_up(&con->shutdown_wait); in process_recv_sockets()
/openbmc/linux/sound/usb/
H A Dusbaudio.h36 wait_queue_head_t shutdown_wait; member
H A Dcard.c636 init_waitqueue_head(&chip->shutdown_wait); in snd_usb_audio_create()
964 wait_event(chip->shutdown_wait, in usb_audio_disconnect()
1024 wake_up(&chip->shutdown_wait); in snd_usb_lock_shutdown()
1033 wake_up(&chip->shutdown_wait); in snd_usb_unlock_shutdown()
/openbmc/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.c561 wake_up_interruptible(&hba->shutdown_wait); in bnx2fc_rport_event_handler()