Searched refs:hpet_alarm_time (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.c986 static struct rtc_time hpet_alarm_time; variable in typeref:struct:rtc_time
1117 hpet_alarm_time.tm_hour = hrs;
1118 hpet_alarm_time.tm_min = min;
1119 hpet_alarm_time.tm_sec = sec;
1212 (curr_time.tm_sec == hpet_alarm_time.tm_sec) &&
1213 (curr_time.tm_min == hpet_alarm_time.tm_min) &&
1214 (curr_time.tm_hour == hpet_alarm_time.tm_hour))

Completed in 26 milliseconds