Home
last modified time | relevance | path

Searched refs:next_time (Results 1 – 2 of 2) sorted by relevance

/drivers/rtc/
Drtc-sa1100.c65 unsigned long next_time; in rtc_next_alarm_time() local
76 rtc_tm_to_time(next, &next_time); in rtc_next_alarm_time()
78 if (next_time < now_time) { in rtc_next_alarm_time()
80 next_time += 60 * 60 * 24; in rtc_next_alarm_time()
81 rtc_time_to_tm(next_time, next); in rtc_next_alarm_time()
/drivers/net/wireless/hostap/
Dhostap_ap.c183 unsigned long next_time = 0; in ap_handle_timer() local
196 next_time = jiffies + HZ; in ap_handle_timer()
198 next_time = jiffies + ap->max_inactivity; in ap_handle_timer()
203 next_time = sta->last_rx + ap->max_inactivity; in ap_handle_timer()
208 next_time = jiffies + ap->max_inactivity; in ap_handle_timer()
211 if (next_time) { in ap_handle_timer()
212 sta->timer.expires = next_time; in ap_handle_timer()