Searched refs:panic_restart_timeout (Results 1 – 3 of 3) sorted by relevance
274 extern uint64_t panic_restart_timeout;281 if (panic_restart_timeout) { in panic_set_restart_timeout()282 absolutetime_to_nanoseconds(panic_restart_timeout, &nstime); in panic_set_restart_timeout()289 nanoseconds_to_absolutetime(((uint64_t)new_value) * NSEC_PER_SEC, &panic_restart_timeout); in panic_set_restart_timeout()887 SYSCTL_PROC(_machdep_misc, OID_AUTO, panic_restart_timeout,
85 extern uint64_t panic_restart_timeout;959 nanoseconds_to_absolutetime(prt * NSEC_PER_SEC, &panic_restart_timeout); in ml_init_lock_timeout()
671 uint64_t panic_restart_timeout = ~(0ULL); variable