Home
last modified time | relevance | path

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

/drivers/rtc/
A Drtc-88pm80x.c79 unsigned long next_time; in rtc_next_alarm_time() local
90 next_time = rtc_tm_to_time64(next); in rtc_next_alarm_time()
92 if (next_time < now_time) { in rtc_next_alarm_time()
94 next_time += 60 * 60 * 24; in rtc_next_alarm_time()
95 rtc_time64_to_tm(next_time, next); in rtc_next_alarm_time()
/drivers/net/ethernet/engleder/
A Dtsnep_selftests.c217 u64 next_time; in check_gate() local
236 index = get_operation(curr, system_time, &next_time); in check_gate()
250 index = get_operation(prev, system_time, &next_time); in check_gate()
251 next_time = curr->start_time; in check_gate()
270 next_time = curr->start_time; in check_gate()
275 if (gc_time != (next_time & 0xFFFFFFFF)) { in check_gate()
277 gc_time, next_time); in check_gate()
/drivers/scsi/fcoe/
A Dfcoe_ctlr.c2696 unsigned long next_time; in fcoe_ctlr_vn_age() local
2717 } else if (time_before(deadline, next_time)) in fcoe_ctlr_vn_age()
2718 next_time = deadline; in fcoe_ctlr_vn_age()
2722 return next_time; in fcoe_ctlr_vn_age()
3075 unsigned long next_time; in fcoe_ctlr_vn_timeout() local
3110 if (time_after_eq(jiffies, next_time)) { in fcoe_ctlr_vn_timeout()
3116 fip->port_ka_time = next_time; in fcoe_ctlr_vn_timeout()
3121 next_time = fcoe_ctlr_vn_age(fip); in fcoe_ctlr_vn_timeout()
3130 if (time_before(fip->port_ka_time, next_time)) in fcoe_ctlr_vn_timeout()
3131 next_time = fip->port_ka_time; in fcoe_ctlr_vn_timeout()
[all …]
/drivers/net/ethernet/cavium/liquidio/
A Drequest_manager.c496 u64 next_time; in __check_db_timeout() local
509 next_time = iq->last_db_time + iq->db_timeout; in __check_db_timeout()
510 if (!time_after(jiffies, (unsigned long)next_time)) in __check_db_timeout()
/drivers/scsi/arcmsr/
A Darcmsr_hba.c3940 unsigned int next_time; in arcmsr_set_iop_datetime() local
4023 next_time = ARCMSR_HOURS; in arcmsr_set_iop_datetime()
4025 next_time = ARCMSR_MINUTES; in arcmsr_set_iop_datetime()
4026 mod_timer(&pacb->refresh_timer, jiffies + msecs_to_jiffies(next_time)); in arcmsr_set_iop_datetime()
/drivers/scsi/lpfc/
A Dlpfc_sli.c1023 unsigned long next_time; in lpfc_handle_rrq_active() local
1028 next_time = jiffies + secs_to_jiffies(phba->fc_ratov + 1); in lpfc_handle_rrq_active()
1034 else if (time_before(rrq->rrq_stop_time, next_time)) in lpfc_handle_rrq_active()
1035 next_time = rrq->rrq_stop_time; in lpfc_handle_rrq_active()
1040 mod_timer(&phba->rrq_tmr, next_time); in lpfc_handle_rrq_active()

Completed in 55 milliseconds