Home
last modified time | relevance | path

Searched refs:recovery_phase (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/s390/cio/
Ddevice.c46 static int recovery_phase; variable
1258 if (recovery_phase < ARRAY_SIZE(recovery_delay) - 1) in recovery_work_func()
1259 recovery_phase++; in recovery_work_func()
1261 recovery_delay[recovery_phase] * HZ); in recovery_work_func()
1285 if (!timer_pending(&recovery_timer) || (recovery_phase != 0)) { in ccw_device_schedule_recovery()
1286 recovery_phase = 0; in ccw_device_schedule_recovery()