Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhpet.c1110 static struct rtc_time hpet_alarm_time; variable
1252 hpet_alarm_time.tm_hour = hrs; in hpet_set_alarm_time()
1253 hpet_alarm_time.tm_min = min; in hpet_set_alarm_time()
1254 hpet_alarm_time.tm_sec = sec; in hpet_set_alarm_time()
1348 (curr_time.tm_sec == hpet_alarm_time.tm_sec) && in hpet_rtc_interrupt()
1349 (curr_time.tm_min == hpet_alarm_time.tm_min) && in hpet_rtc_interrupt()
1350 (curr_time.tm_hour == hpet_alarm_time.tm_hour)) in hpet_rtc_interrupt()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhpet.c1222 static struct rtc_time hpet_alarm_time; variable
1364 hpet_alarm_time.tm_hour = hrs; in hpet_set_alarm_time()
1365 hpet_alarm_time.tm_min = min; in hpet_set_alarm_time()
1366 hpet_alarm_time.tm_sec = sec; in hpet_set_alarm_time()
1460 (curr_time.tm_sec == hpet_alarm_time.tm_sec) && in hpet_rtc_interrupt()
1461 (curr_time.tm_min == hpet_alarm_time.tm_min) && in hpet_rtc_interrupt()
1462 (curr_time.tm_hour == hpet_alarm_time.tm_hour)) in hpet_rtc_interrupt()

Completed in 5 milliseconds