Home
last modified time | relevance | path

Searched refs:time_now (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/md/
A Ddm-ps-historical-service-time.c369 u64 time_now, struct path_selector *ps) in hst_compare() argument
397 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) || in hst_compare()
422 if (stale2 < time_now) in hst_compare()
426 if (stale1 < time_now) in hst_compare()
436 u64 time_now = sched_clock(); in hst_select_path() local
445 if (!best || (hst_compare(pi, best, time_now, ps) < 0)) in hst_select_path()
/linux/drivers/char/tpm/
A Dtpm_tis_spi_cr50.c79 unsigned long time_now = jiffies; in cr50_ensure_access_delay() local
88 if (time_in_range_open(time_now, phy->last_access, allowed_access)) { in cr50_ensure_access_delay()
89 unsigned long remaining, timeout = allowed_access - time_now; in cr50_ensure_access_delay()
/linux/arch/x86/kvm/
A Dtrace.h1224 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time),
1225 TP_ARGS(vcpu_id, timer_index, time_now, exp_time),
1230 __field(u64, time_now)
1237 __entry->time_now = time_now;
1242 __entry->vcpu_id, __entry->timer_index, __entry->time_now,
1250 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 count),
1251 TP_ARGS(vcpu_id, timer_index, time_now, count),
1256 __field(u64, time_now)
1263 __entry->time_now = time_now;
1268 __entry->vcpu_id, __entry->timer_index, __entry->time_now,
A Dhyperv.c600 u64 time_now; in stimer_start() local
608 if (time_now >= stimer->exp_time) { in stimer_start()
611 div64_u64_rem(time_now - stimer->exp_time, in stimer_start()
614 time_now + (stimer->count - remainder); in stimer_start()
622 time_now, stimer->exp_time); in stimer_start()
626 100 * (stimer->exp_time - time_now)), in stimer_start()
631 if (time_now >= stimer->count) { in stimer_start()
644 time_now, stimer->count); in stimer_start()
833 u64 time_now, exp_time; in kvm_hv_process_stimers() local
846 time_now = in kvm_hv_process_stimers()
[all …]
/linux/drivers/rtc/
A Drtc-sun6i.c513 unsigned long time_now = 0; in sun6i_rtc_setalarm() local
525 time_now = rtc_tm_to_time64(&tm_now); in sun6i_rtc_setalarm()
526 if (time_set <= time_now) { in sun6i_rtc_setalarm()
531 time_gap = time_set - time_now; in sun6i_rtc_setalarm()
/linux/drivers/scsi/aacraid/
A Dcommsup.c1704 unsigned long time_now, flagv = 0; in aac_check_health() local
1727 time_now = jiffies/HZ; in aac_check_health()
1759 if ((time_now - time_last) > aif_timeout) { in aac_check_health()
2070 u32 time_now, time_last; in wakeup_fibctx_threads() local
2075 time_now = jiffies/HZ; in wakeup_fibctx_threads()
2109 if ((time_now - time_last) > aif_timeout) { in wakeup_fibctx_threads()
/linux/net/netfilter/
A Dnf_conntrack_standalone.c105 u_int64_t time_now; member
156 st->time_now = ktime_get_real_ns(); in ct_seq_start()
234 delta_time = st->time_now - tstamp->start; in ct_show_delta_time()
/linux/drivers/media/common/siano/
A Dsmscoreapi.c1483 unsigned long time_now = jiffies_to_msecs(jiffies); in smscore_onresponse() local
1486 last_sample_time = time_now; in smscore_onresponse()
1488 if (time_now - last_sample_time > 10000) { in smscore_onresponse()
1491 (time_now - last_sample_time))); in smscore_onresponse()
1493 last_sample_time = time_now; in smscore_onresponse()
/linux/drivers/net/ethernet/netronome/nfp/abm/
A Dqdisc.c83 static void __nfp_abm_stats_update(struct nfp_abm_link *alink, u64 time_now) in __nfp_abm_stats_update() argument
85 alink->last_stats_update = time_now; in __nfp_abm_stats_update()
/linux/drivers/net/ethernet/sfc/
A Dptp.c2147 struct timespec64 time_now; in efx_phc_settime() local
2150 rc = efx_phc_gettime(ptp, &time_now); in efx_phc_settime()
2154 delta = timespec64_sub(*e_ts, time_now); in efx_phc_settime()

Completed in 47 milliseconds