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

/linux-master/drivers/s390/block/
H A Ddasd.c78 static wait_queue_head_t shutdown_waitq; variable
2171 if (waitqueue_active(&shutdown_waitq))
2172 wake_up(&shutdown_waitq);
2924 if (waitqueue_active(&shutdown_waitq))
2925 wake_up(&shutdown_waitq);
3632 rc = wait_event_interruptible(shutdown_waitq,
4056 wait_event(shutdown_waitq, _wait_for_empty_queues(device));
4067 init_waitqueue_head(&shutdown_waitq);

Completed in 221 milliseconds