Lines Matching refs:stopped
1692 (!device->stopped)) { in dasd_int_handler()
1881 if (device->stopped && in __dasd_device_start_head()
1882 !(!(device->stopped & ~(DASD_STOPPED_DC_WAIT | DASD_UNRESUMED_PM)) in __dasd_device_start_head()
1905 if (device->stopped & ~(DASD_STOPPED_DC_WAIT | in __dasd_device_check_path_events()
2020 device->stopped |= bits; in dasd_device_set_stop_bits()
2026 device->stopped &= ~bits; in dasd_device_remove_stop_bits()
2027 if (!device->stopped) in dasd_device_remove_stop_bits()
2162 if (device->stopped & ~DASD_STOPPED_PENDING && in _dasd_sleep_on()
2176 generic_waitq, !(device->stopped)); in _dasd_sleep_on()
2183 wait_event(generic_waitq, !(device->stopped)); in _dasd_sleep_on()
2250 if (device->stopped & ~DASD_STOPPED_PENDING && in _dasd_sleep_on_queue()
2261 generic_waitq, !device->stopped); in _dasd_sleep_on_queue()
2268 wait_event(generic_waitq, !(device->stopped)); in _dasd_sleep_on_queue()
2536 if (basedev->stopped) in __dasd_process_request_queue()
2722 if (block->base->stopped & ~DASD_STOPPED_PENDING && in __dasd_block_start_head()
2731 if (block->base->stopped) in __dasd_block_start_head()
3487 if (device->stopped & DASD_UNRESUMED_PM) { in dasd_generic_path_operational()
3496 if (!device->stopped) in dasd_generic_path_operational()
3701 if (device->discipline->restore && !(device->stopped)) in dasd_generic_restore_device()
3703 if (rc || device->stopped) in dasd_generic_restore_device()
3708 device->stopped |= DASD_UNRESUMED_PM; in dasd_generic_restore_device()