Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhpet.c1115 static unsigned long hpet_pie_limit; variable
1180 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()
1268 hpet_pie_limit = DEFAULT_RTC_INT_FREQ / freq; in hpet_set_periodic_freq()
1276 hpet_pie_limit = 0; in hpet_set_periodic_freq()
1297 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()
1342 if (hpet_rtc_flags & RTC_PIE && ++hpet_pie_count >= hpet_pie_limit) { in hpet_rtc_interrupt()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhpet.c1227 static unsigned long hpet_pie_limit; variable
1292 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()
1380 hpet_pie_limit = DEFAULT_RTC_INT_FREQ / freq; in hpet_set_periodic_freq()
1388 hpet_pie_limit = 0; in hpet_set_periodic_freq()
1409 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()
1454 if (hpet_rtc_flags & RTC_PIE && ++hpet_pie_count >= hpet_pie_limit) { in hpet_rtc_interrupt()

Completed in 4 milliseconds