Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/usb/
H A Dusbaudio.h38 wait_queue_head_t shutdown_wait; member
H A Dcard.c788 init_waitqueue_head(&chip->shutdown_wait); in snd_usb_audio_create()
1081 wait_event(chip->shutdown_wait, in usb_audio_disconnect()
1140 wake_up(&chip->shutdown_wait); in snd_usb_lock_shutdown()
1149 wake_up(&chip->shutdown_wait); in snd_usb_unlock_shutdown()
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dlowcomms.c92 wait_queue_head_t shutdown_wait; /* wait for graceful shutdown */ member
202 init_waitqueue_head(&con->shutdown_wait); in nodeid2con()
631 ret = wait_event_timeout(con->shutdown_wait, in shutdown_connection()
757 wake_up(&con->shutdown_wait); in receive_from_sock()
857 init_waitqueue_head(&othercon->shutdown_wait); in accept_from_sock()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcyclades.h158 struct completion shutdown_wait; member
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A Dbnx2fc.h246 wait_queue_head_t shutdown_wait; member
H A 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()
H A Dbnx2fc_tgt.c561 wake_up_interruptible(&hba->shutdown_wait); in bnx2fc_rport_event_handler()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dcyclades.c1141 complete(&info->shutdown_wait); in cyz_handle_cmd()
1731 wait_for_completion_interruptible(&info->shutdown_wait); in cy_do_close()
3074 init_completion(&info->shutdown_wait); in cy_init_card()