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

/linux-master/drivers/rtc/
H A Drtc-88pm80x.c79 unsigned long next_time; local
90 next_time = rtc_tm_to_time64(next);
92 if (next_time < now_time) {
94 next_time += 60 * 60 * 24;
95 rtc_time64_to_tm(next_time, next);
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c217 u64 next_time; local
236 index = get_operation(curr, system_time, &next_time);
250 index = get_operation(prev, system_time, &next_time);
251 next_time = curr->start_time;
270 next_time = curr->start_time;
275 if (gc_time != (next_time & 0xFFFFFFFF)) {
277 gc_time, next_time);
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2696 unsigned long next_time; local
2699 next_time = jiffies + msecs_to_jiffies(FIP_VN_BEACON_INT * 10);
2717 } else if (time_before(deadline, next_time))
2718 next_time = deadline;
2722 return next_time;
3075 unsigned long next_time; local
3085 next_time = jiffies + msecs_to_jiffies(FIP_VN_PROBE_WAIT);
3091 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT);
3102 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT);
3109 next_time
[all...]
/linux-master/net/sched/
H A Dsch_hfsc.c1379 u64 next_time = 0; local
1383 next_time = cl->cl_e;
1385 if (next_time == 0 || next_time > q->root.cl_cfmin)
1386 next_time = q->root.cl_cfmin;
1388 if (next_time)
1389 qdisc_watchdog_schedule(&q->watchdog, next_time);
/linux-master/net/wireless/
H A Dmlme.c1012 unsigned long timeout, next_time = 0; local
1070 next_time = timeout - jiffies;
1072 next_time = min(next_time, timeout - jiffies);
1081 next_time);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Drequest_manager.c496 u64 next_time; local
509 next_time = iq->last_db_time + iq->db_timeout;
510 if (!time_after(jiffies, (unsigned long)next_time))
/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c3937 unsigned int next_time; local
4020 next_time = ARCMSR_HOURS;
4022 next_time = ARCMSR_MINUTES;
4023 mod_timer(&pacb->refresh_timer, jiffies + msecs_to_jiffies(next_time));
/linux-master/net/ipv4/
H A Dnexthop.c631 static void nh_res_time_set_deadline(unsigned long next_time, argument
634 if (time_before(next_time, *deadline))
635 *deadline = next_time;
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3473 next_time = int(query.value(0))
3475 if target_time > next_time:
3482 if target_time >= next_time:
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c1023 unsigned long next_time; local
1029 next_time = jiffies + msecs_to_jiffies(1000 * (phba->fc_ratov + 1));
1034 else if (time_before(rrq->rrq_stop_time, next_time))
1035 next_time = rrq->rrq_stop_time;
1040 mod_timer(&phba->rrq_tmr, next_time);

Completed in 394 milliseconds