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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dhpet.c342 static struct rtc_time hpet_alarm_time; variable in typeref:struct:rtc_time
426 hpet_alarm_time.tm_hour = hrs;
427 hpet_alarm_time.tm_min = min;
428 hpet_alarm_time.tm_sec = sec;
515 (curr_time.tm_sec == hpet_alarm_time.tm_sec) &&
516 (curr_time.tm_min == hpet_alarm_time.tm_min) &&
517 (curr_time.tm_hour == hpet_alarm_time.tm_hour))

Completed in 73 milliseconds