Lines Matching refs:stopped
1694 (!device->stopped)) { in dasd_int_handler()
1877 if (device->stopped) { in __dasd_device_is_unusable()
1878 if (device->stopped & mask) { in __dasd_device_is_unusable()
1929 if (device->stopped & ~(DASD_STOPPED_DC_WAIT | in __dasd_device_check_path_events()
2044 device->stopped |= bits; in dasd_device_set_stop_bits()
2050 device->stopped &= ~bits; in dasd_device_remove_stop_bits()
2051 if (!device->stopped) in dasd_device_remove_stop_bits()
2186 if (device->stopped & ~DASD_STOPPED_PENDING && in _dasd_sleep_on()
2200 generic_waitq, !(device->stopped)); in _dasd_sleep_on()
2207 wait_event(generic_waitq, !(device->stopped)); in _dasd_sleep_on()
2274 if (device->stopped & ~DASD_STOPPED_PENDING && in _dasd_sleep_on_queue()
2285 generic_waitq, !device->stopped); in _dasd_sleep_on_queue()
2292 wait_event(generic_waitq, !(device->stopped)); in _dasd_sleep_on_queue()
2560 if (basedev->stopped) in __dasd_process_request_queue()
2746 if (block->base->stopped & ~DASD_STOPPED_PENDING && in __dasd_block_start_head()
2755 if (block->base->stopped) in __dasd_block_start_head()
3528 if (device->stopped & DASD_UNRESUMED_PM) { in dasd_generic_path_operational()
3537 if (!device->stopped) in dasd_generic_path_operational()
3742 if (device->discipline->restore && !(device->stopped)) in dasd_generic_restore_device()
3744 if (rc || device->stopped) in dasd_generic_restore_device()
3749 device->stopped |= DASD_UNRESUMED_PM; in dasd_generic_restore_device()