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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhpet.c991 static unsigned long hpet_pie_limit; variable
1055 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
1133 hpet_pie_limit = DEFAULT_RTC_INT_FREQ / freq;
1139 hpet_pie_limit = 0;
1163 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
1206 ++hpet_pie_count >= hpet_pie_limit) {

Completed in 31 milliseconds