Searched refs:fastreboot_onpanic_uptime (Results 1 – 3 of 3) sorted by relevance
185 extern clock_t fastreboot_onpanic_uptime;
163 clock_t fastreboot_onpanic_uptime = LONG_MAX; variable1441 if (fastreboot_onpanic_uptime == LONG_MAX) in fastboot_post_startup()1442 fastreboot_onpanic_uptime = SEC_TO_TICK(10 * 60); in fastboot_post_startup()
298 (panic_lbolt - lbolt_at_boot) > fastreboot_onpanic_uptime) { in mdboot()