Searched refs:shutdown_waitq (Results 1 – 1 of 1) sorted by relevance
97 static wait_queue_head_t shutdown_waitq; variable2085 if (waitqueue_active(&shutdown_waitq)) in dasd_device_tasklet()2086 wake_up(&shutdown_waitq); in dasd_device_tasklet()2815 if (waitqueue_active(&shutdown_waitq)) in dasd_block_tasklet()2816 wake_up(&shutdown_waitq); in dasd_block_tasklet()3633 rc = wait_event_interruptible(shutdown_waitq, in dasd_generic_set_offline()4066 wait_event(shutdown_waitq, _wait_for_empty_queues(device)); in dasd_generic_shutdown()4077 init_waitqueue_head(&shutdown_waitq); in dasd_init()