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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dlapic.c83 static uint64_t lapic_error_time_threshold = 0; variable
430 if (lapic_error_time_threshold == 0 && cpu_number() == 0) {
431 nanoseconds_to_absolutetime(NSEC_PER_SEC >> 2, &lapic_error_time_threshold);
596 * occur within "lapic_error_time_threshold" absolute
615 if ((abstime - lapic_last_master_error) < lapic_error_time_threshold) {

Completed in 17 milliseconds