Home
last modified time | relevance | path

Searched refs:hpet_pie_limit (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/x86/kernel/
Dhpet.c1034 static unsigned long hpet_pie_limit; variable
1099 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()
1187 hpet_pie_limit = DEFAULT_RTC_INT_FREQ / freq; in hpet_set_periodic_freq()
1195 hpet_pie_limit = 0; in hpet_set_periodic_freq()
1216 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()
1257 if (hpet_rtc_flags & RTC_PIE && ++hpet_pie_count >= hpet_pie_limit) { in hpet_rtc_interrupt()