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

/linux-master/fs/dlm/
H A Dmidcomms.c172 wait_queue_head_t shutdown_wait; member in struct:midcomms_node
330 wake_up(&node->shutdown_wait);
364 init_waitqueue_head(&node->shutdown_wait);
493 wake_up(&node->shutdown_wait);
674 wake_up(&node->shutdown_wait);
803 wake_up(&node->shutdown_wait);
1207 wake_up(&node->shutdown_wait);
1334 ret = wait_event_timeout(node->shutdown_wait,
1374 * done in shutdown_wait to enter DLM_CLOSED.
1384 ret = wait_event_timeout(node->shutdown_wait,
[all...]
H A Dlowcomms.c105 wait_queue_head_t shutdown_wait; member in struct:connection
291 init_waitqueue_head(&con->shutdown_wait);
820 ret = wait_event_timeout(con->shutdown_wait, !con->sock,
1512 wake_up(&con->shutdown_wait);
/linux-master/sound/usb/
H A Dusbaudio.h36 wait_queue_head_t shutdown_wait; member in struct:snd_usb_audio
H A Dcard.c630 init_waitqueue_head(&chip->shutdown_wait);
958 wait_event(chip->shutdown_wait,
1018 wake_up(&chip->shutdown_wait);
1027 wake_up(&chip->shutdown_wait);
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc.h243 wait_queue_head_t shutdown_wait; member in struct:bnx2fc_hba
H A Dbnx2fc_fcoe.c966 init_waitqueue_head(&hba->shutdown_wait);
971 wait_event_interruptible(hba->shutdown_wait,
1414 init_waitqueue_head(&hba->shutdown_wait);
H A Dbnx2fc_tgt.c561 wake_up_interruptible(&hba->shutdown_wait);

Completed in 234 milliseconds