time_now          460 arch/x86/kvm/hyperv.c 	u64 time_now;
time_now          463 arch/x86/kvm/hyperv.c 	time_now = get_time_ref_counter(stimer_to_vcpu(stimer)->kvm);
time_now          468 arch/x86/kvm/hyperv.c 			if (time_now >= stimer->exp_time) {
time_now          471 arch/x86/kvm/hyperv.c 				div64_u64_rem(time_now - stimer->exp_time,
time_now          474 arch/x86/kvm/hyperv.c 					time_now + (stimer->count - remainder);
time_now          477 arch/x86/kvm/hyperv.c 			stimer->exp_time = time_now + stimer->count;
time_now          482 arch/x86/kvm/hyperv.c 					time_now, stimer->exp_time);
time_now          486 arch/x86/kvm/hyperv.c 					   100 * (stimer->exp_time - time_now)),
time_now          491 arch/x86/kvm/hyperv.c 	if (time_now >= stimer->count) {
time_now          504 arch/x86/kvm/hyperv.c 					   time_now, stimer->count);
time_now          507 arch/x86/kvm/hyperv.c 		      ktime_add_ns(ktime_now, 100 * (stimer->count - time_now)),
time_now          676 arch/x86/kvm/hyperv.c 	u64 time_now, exp_time;
time_now          686 arch/x86/kvm/hyperv.c 					time_now =
time_now          688 arch/x86/kvm/hyperv.c 					if (time_now >= exp_time)
time_now         1178 arch/x86/kvm/trace.h 	TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time),
time_now         1179 arch/x86/kvm/trace.h 	TP_ARGS(vcpu_id, timer_index, time_now, exp_time),
time_now         1184 arch/x86/kvm/trace.h 		__field(u64, time_now)
time_now         1191 arch/x86/kvm/trace.h 		__entry->time_now = time_now;
time_now         1196 arch/x86/kvm/trace.h 		  __entry->vcpu_id, __entry->timer_index, __entry->time_now,
time_now         1204 arch/x86/kvm/trace.h 	TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 count),
time_now         1205 arch/x86/kvm/trace.h 	TP_ARGS(vcpu_id, timer_index, time_now, count),
time_now         1210 arch/x86/kvm/trace.h 		__field(u64, time_now)
time_now         1217 arch/x86/kvm/trace.h 		__entry->time_now = time_now;
time_now         1222 arch/x86/kvm/trace.h 		  __entry->vcpu_id, __entry->timer_index, __entry->time_now,
time_now         1487 drivers/media/common/siano/smscoreapi.c 	unsigned long time_now = jiffies_to_msecs(jiffies);
time_now         1490 drivers/media/common/siano/smscoreapi.c 		last_sample_time = time_now;
time_now         1492 drivers/media/common/siano/smscoreapi.c 	if (time_now - last_sample_time > 10000) {
time_now         1495 drivers/media/common/siano/smscoreapi.c 				(time_now - last_sample_time)));
time_now         1497 drivers/media/common/siano/smscoreapi.c 		last_sample_time = time_now;
time_now           83 drivers/net/ethernet/netronome/nfp/abm/qdisc.c static void __nfp_abm_stats_update(struct nfp_abm_link *alink, u64 time_now)
time_now           85 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 	alink->last_stats_update = time_now;
time_now         2149 drivers/net/ethernet/sfc/ptp.c 	struct timespec64 time_now;
time_now         2152 drivers/net/ethernet/sfc/ptp.c 	rc = efx_phc_gettime(ptp, &time_now);
time_now         2156 drivers/net/ethernet/sfc/ptp.c 	delta = timespec64_sub(*e_ts, time_now);
time_now          513 drivers/rtc/rtc-sun6i.c 	unsigned long time_now = 0;
time_now          525 drivers/rtc/rtc-sun6i.c 	rtc_tm_to_time(&tm_now, &time_now);
time_now          526 drivers/rtc/rtc-sun6i.c 	if (time_set <= time_now) {
time_now          531 drivers/rtc/rtc-sun6i.c 	time_gap = time_set - time_now;
time_now         1724 drivers/scsi/aacraid/commsup.c 	unsigned long time_now, flagv = 0;
time_now         1747 drivers/scsi/aacraid/commsup.c 	time_now = jiffies/HZ;
time_now         1779 drivers/scsi/aacraid/commsup.c 			if ((time_now - time_last) > aif_timeout) {
time_now         2080 drivers/scsi/aacraid/commsup.c 	u32 time_now, time_last;
time_now         2085 drivers/scsi/aacraid/commsup.c 	time_now = jiffies/HZ;
time_now         2119 drivers/scsi/aacraid/commsup.c 			if ((time_now - time_last) > aif_timeout) {
time_now          102 net/netfilter/nf_conntrack_standalone.c 	u_int64_t time_now;
time_now          153 net/netfilter/nf_conntrack_standalone.c 	st->time_now = ktime_get_real_ns();
time_now          231 net/netfilter/nf_conntrack_standalone.c 		delta_time = st->time_now - tstamp->start;