Searched refs:lapic_error_time_threshold (Results 1 – 1 of 1) sorted by relevance
82 static uint64_t lapic_error_time_threshold = 0; variable668 if (lapic_error_time_threshold == 0 && cpu_number() == 0) { in lapic_configure()669 nanoseconds_to_absolutetime(NSEC_PER_SEC >> 2, &lapic_error_time_threshold); in lapic_configure()965 if ((abstime - lapic_last_master_error) < lapic_error_time_threshold) { in lapic_interrupt()