Searched refs:panic_restart_timeout (Results 1 – 3 of 3) sorted by relevance
275 extern uint64_t panic_restart_timeout;282 if (panic_restart_timeout) { in panic_set_restart_timeout()283 absolutetime_to_nanoseconds(panic_restart_timeout, &nstime); in panic_set_restart_timeout()290 nanoseconds_to_absolutetime(((uint64_t)new_value) * NSEC_PER_SEC, &panic_restart_timeout); in panic_set_restart_timeout()888 SYSCTL_PROC(_machdep_misc, OID_AUTO, panic_restart_timeout,
86 extern uint64_t panic_restart_timeout;936 nanoseconds_to_absolutetime(prt * NSEC_PER_SEC, &panic_restart_timeout); in ml_init_lock_timeout()
668 uint64_t panic_restart_timeout = ~(0ULL); variable