Searched refs:time_now (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/md/
H A Ddm-ps-historical-service-time.c368 u64 time_now, struct path_selector *ps)
396 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) ||
421 if (stale2 < time_now)
425 if (stale1 < time_now)
435 u64 time_now = ktime_get_ns(); local
444 if (!best || (hst_compare(pi, best, time_now, ps) < 0))
367 hst_compare(struct path_info *pi1, struct path_info *pi2, u64 time_now, struct path_selector *ps) argument
/linux-master/tools/testing/selftests/netfilter/
H A Dnf_nat_edemux.sh114 time_now=$(date +%s)
118 delta=$((time_now - time_then))
/linux-master/drivers/char/tpm/
H A Dtpm_tis_spi_cr50.c82 unsigned long time_now = jiffies; local
91 if (time_in_range_open(time_now, phy->last_access, allowed_access)) {
92 unsigned long remaining, timeout = allowed_access - time_now;
/linux-master/arch/x86/kvm/
H A Dtrace.h1262 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time),
1263 TP_ARGS(vcpu_id, timer_index, time_now, exp_time),
1268 __field(u64, time_now)
1275 __entry->time_now = time_now;
1279 TP_printk("vcpu_id %d timer %d time_now %llu exp_time %llu",
1280 __entry->vcpu_id, __entry->timer_index, __entry->time_now,
1288 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 count),
1289 TP_ARGS(vcpu_id, timer_index, time_now, count),
1294 __field(u64, time_now)
[all...]
H A Dhyperv.c632 u64 time_now; local
635 time_now = get_time_ref_counter(hv_stimer_to_vcpu(stimer)->kvm);
640 if (time_now >= stimer->exp_time) {
643 div64_u64_rem(time_now - stimer->exp_time,
646 time_now + (stimer->count - remainder);
649 stimer->exp_time = time_now + stimer->count;
654 time_now, stimer->exp_time);
658 100 * (stimer->exp_time - time_now)),
663 if (time_now >= stimer->count) {
676 time_now, stime
867 u64 time_now, exp_time; local
[all...]
/linux-master/drivers/rtc/
H A Drtc-sun6i.c542 time64_t time_now; local
550 time_now = rtc_tm_to_time64(&tm_now);
551 if (time_set <= time_now) {
555 if ((time_set - time_now) > U32_MAX) {
560 counter_val = time_set - time_now;
/linux-master/net/netfilter/
H A Dnf_conntrack_standalone.c105 u_int64_t time_now; member in struct:ct_iter_state
156 st->time_now = ktime_get_real_ns();
234 delta_time = st->time_now - tstamp->start;
/linux-master/drivers/media/common/siano/
H A Dsmscoreapi.c1483 unsigned long time_now = jiffies_to_msecs(jiffies); local
1486 last_sample_time = time_now;
1488 if (time_now - last_sample_time > 10000) {
1491 (time_now - last_sample_time)));
1493 last_sample_time = time_now;
/linux-master/drivers/scsi/aacraid/
H A Dcommsup.c1704 unsigned long time_now, flagv = 0; local
1727 time_now = jiffies/HZ;
1759 if ((time_now - time_last) > aif_timeout) {
2070 u32 time_now, time_last; local
2075 time_now = jiffies/HZ;
2109 if ((time_now - time_last) > aif_timeout) {
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c83 static void __nfp_abm_stats_update(struct nfp_abm_link *alink, u64 time_now) argument
85 alink->last_stats_update = time_now;
/linux-master/drivers/net/ethernet/sfc/
H A Dptp.c2177 struct timespec64 time_now; local
2180 rc = efx_phc_gettime(ptp, &time_now);
2184 delta = timespec64_sub(*e_ts, time_now);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dptp.c2130 struct timespec64 time_now; local
2133 rc = efx_phc_gettime(ptp, &time_now);
2137 delta = timespec64_sub(*e_ts, time_now);

Completed in 181 milliseconds