Home
last modified time | relevance | path

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

/Linux-v5.15/fs/dlm/
Dmidcomms.c168 wait_queue_head_t shutdown_wait; member
319 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()
Dlowcomms.c95 wait_queue_head_t shutdown_wait; /* wait for graceful shutdown */ member
239 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()
/Linux-v5.15/sound/usb/
Dusbaudio.h36 wait_queue_head_t shutdown_wait; member
Dcard.c622 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()
/Linux-v5.15/drivers/scsi/bnx2fc/
Dbnx2fc.h245 wait_queue_head_t shutdown_wait; member
Dbnx2fc_fcoe.c977 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()
Dbnx2fc_tgt.c561 wake_up_interruptible(&hba->shutdown_wait); in bnx2fc_rport_event_handler()