Searched refs:next_time (Results 1 – 6 of 6) sorted by relevance
93 unsigned long next_time; in rtc_next_alarm_time() local104 rtc_tm_to_time(next, &next_time); in rtc_next_alarm_time()106 if (next_time < now_time) { in rtc_next_alarm_time()108 next_time += 60 * 60 * 24; in rtc_next_alarm_time()109 rtc_time_to_tm(next_time, next); in rtc_next_alarm_time()
89 unsigned long next_time; in rtc_next_alarm_time() local100 rtc_tm_to_time(next, &next_time); in rtc_next_alarm_time()102 if (next_time < now_time) { in rtc_next_alarm_time()104 next_time += 60 * 60 * 24; in rtc_next_alarm_time()105 rtc_time_to_tm(next_time, next); in rtc_next_alarm_time()
2712 unsigned long next_time; in fcoe_ctlr_vn_age() local2715 next_time = jiffies + msecs_to_jiffies(FIP_VN_BEACON_INT * 10); in fcoe_ctlr_vn_age()2733 } else if (time_before(deadline, next_time)) in fcoe_ctlr_vn_age()2734 next_time = deadline; in fcoe_ctlr_vn_age()2738 return next_time; in fcoe_ctlr_vn_age()3096 unsigned long next_time; in fcoe_ctlr_vn_timeout() local3106 next_time = jiffies + msecs_to_jiffies(FIP_VN_PROBE_WAIT); in fcoe_ctlr_vn_timeout()3112 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()3123 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()3130 next_time = fip->sol_time + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()[all …]
506 u64 next_time; in __check_db_timeout() local519 next_time = iq->last_db_time + iq->db_timeout; in __check_db_timeout()520 if (!time_after(jiffies, (unsigned long)next_time)) in __check_db_timeout()
193 unsigned long next_time = 0; in ap_handle_timer() local206 next_time = jiffies + HZ; in ap_handle_timer()208 next_time = jiffies + ap->max_inactivity; in ap_handle_timer()213 next_time = sta->last_rx + ap->max_inactivity; in ap_handle_timer()218 next_time = jiffies + ap->max_inactivity; in ap_handle_timer()221 if (next_time) { in ap_handle_timer()222 sta->timer.expires = next_time; in ap_handle_timer()
706 unsigned long next_time; in lpfc_handle_rrq_active() local712 next_time = jiffies + msecs_to_jiffies(1000 * (phba->fc_ratov + 1)); in lpfc_handle_rrq_active()717 else if (time_before(rrq->rrq_stop_time, next_time)) in lpfc_handle_rrq_active()718 next_time = rrq->rrq_stop_time; in lpfc_handle_rrq_active()723 mod_timer(&phba->rrq_tmr, next_time); in lpfc_handle_rrq_active()