/kernel/linux/linux-5.10/drivers/md/ |
D | dm-historical-service-time.c | 365 u64 time_now, struct path_selector *ps) in hst_compare() argument 393 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) || in hst_compare() 418 if (stale2 < time_now) in hst_compare() 422 if (stale1 < time_now) in hst_compare() 432 u64 time_now = sched_clock(); in hst_select_path() local 441 if (!best || (hst_compare(pi, best, time_now, ps) < 0)) in hst_select_path()
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
D | tpm_tis_spi_cr50.c | 79 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()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
D | trace.h | 1172 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time), 1173 TP_ARGS(vcpu_id, timer_index, time_now, exp_time), 1178 __field(u64, time_now) 1185 __entry->time_now = time_now; 1190 __entry->vcpu_id, __entry->timer_index, __entry->time_now, 1198 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 count), 1199 TP_ARGS(vcpu_id, timer_index, time_now, count), 1204 __field(u64, time_now) 1211 __entry->time_now = time_now; 1216 __entry->vcpu_id, __entry->timer_index, __entry->time_now,
|
D | hyperv.c | 582 u64 time_now; in stimer_start() local 585 time_now = get_time_ref_counter(stimer_to_vcpu(stimer)->kvm); in stimer_start() 590 if (time_now >= stimer->exp_time) { in stimer_start() 593 div64_u64_rem(time_now - stimer->exp_time, in stimer_start() 596 time_now + (stimer->count - remainder); in stimer_start() 599 stimer->exp_time = time_now + stimer->count; in stimer_start() 604 time_now, stimer->exp_time); in stimer_start() 608 100 * (stimer->exp_time - time_now)), in stimer_start() 613 if (time_now >= stimer->count) { in stimer_start() 626 time_now, stimer->count); in stimer_start() [all …]
|
/kernel/linux/linux-5.10/drivers/rtc/ |
D | rtc-sun6i.c | 513 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()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_conntrack_standalone.c | 102 u_int64_t time_now; member 153 st->time_now = ktime_get_real_ns(); in ct_seq_start() 231 delta_time = st->time_now - tstamp->start; in ct_show_delta_time()
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
D | commsup.c | 1703 unsigned long time_now, flagv = 0; in aac_check_health() local 1726 time_now = jiffies/HZ; in aac_check_health() 1758 if ((time_now - time_last) > aif_timeout) { in aac_check_health() 2069 u32 time_now, time_last; in wakeup_fibctx_threads() local 2074 time_now = jiffies/HZ; in wakeup_fibctx_threads() 2108 if ((time_now - time_last) > aif_timeout) { in wakeup_fibctx_threads()
|
/kernel/linux/linux-5.10/drivers/media/common/siano/ |
D | smscoreapi.c | 1483 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/abm/ |
D | qdisc.c | 83 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | ptp.c | 2147 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()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 41755 + unsigned long long time_limit, time_now; 41757 + time_now = sched_clock(); 41758 + time_limit = time_now + HIGMAC_FLUSH_WAIT_TIME; 41764 + time_now = sched_clock(); 41765 + if (unlikely((long long)time_now -
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 334727 + unsigned long long time_limit, time_now; 334729 + time_now = sched_clock(); 334730 + time_limit = time_now + HIGMAC_FLUSH_WAIT_TIME; 334736 + time_now = sched_clock(); 334737 + if (unlikely((long long)time_now -
|