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

/drivers/rtc/
H A Drtc-88pm860x.c88 unsigned long next_time; local
99 rtc_tm_to_time(next, &next_time);
101 if (next_time < now_time) {
103 next_time += 60 * 60 * 24;
104 rtc_time_to_tm(next_time, next);
/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2486 unsigned long next_time; local
2489 next_time = jiffies + msecs_to_jiffies(FIP_VN_BEACON_INT * 10);
2503 } else if (time_before(deadline, next_time))
2504 next_time = deadline;
2507 return next_time;
2645 unsigned long next_time; local
2654 next_time = jiffies + msecs_to_jiffies(FIP_VN_PROBE_WAIT);
2659 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT);
2669 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT);
2676 next_time
[all...]
/drivers/net/wireless/hostap/
H A Dhostap_ap.c187 unsigned long next_time = 0; local
200 next_time = jiffies + HZ;
202 next_time = jiffies + ap->max_inactivity;
207 next_time = sta->last_rx + ap->max_inactivity;
212 next_time = jiffies + ap->max_inactivity;
215 if (next_time) {
216 sta->timer.expires = next_time;
/drivers/scsi/lpfc/
H A Dlpfc_sli.c615 unsigned long next_time; local
621 next_time = jiffies + HZ * (phba->fc_ratov + 1);
626 else if (time_before(rrq->rrq_stop_time, next_time))
627 next_time = rrq->rrq_stop_time;
631 mod_timer(&phba->rrq_tmr, next_time);
728 unsigned long next_time; local
736 next_time = jiffies + HZ * (phba->fc_ratov * 2);
745 mod_timer(&phba->rrq_tmr, next_time);

Completed in 95 milliseconds