Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/s390/cio/
Ddevice.c47 static int recovery_phase; variable
1284 if (recovery_phase < ARRAY_SIZE(recovery_delay) - 1) in recovery_work_func()
1285 recovery_phase++; in recovery_work_func()
1287 recovery_delay[recovery_phase] * HZ); in recovery_work_func()
1311 if (!timer_pending(&recovery_timer) || (recovery_phase != 0)) { in ccw_device_schedule_recovery()
1312 recovery_phase = 0; in ccw_device_schedule_recovery()