Searched refs:lapic_error_time_threshold (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dlapic_native.c85 static uint64_t lapic_error_time_threshold = 0; variable
508 if (lapic_error_time_threshold == 0 && cpu_number() == 0) {
509 nanoseconds_to_absolutetime(NSEC_PER_SEC >> 2, &lapic_error_time_threshold);
760 * occur within "lapic_error_time_threshold" absolute
779 if ((abstime - lapic_last_master_error) < lapic_error_time_threshold) {

Completed in 20 milliseconds