Searched refs:time_now (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/x86/kvm/ |
D | hyperv.c | 490 u64 time_now; in stimer_start() local 493 time_now = get_time_ref_counter(stimer_to_vcpu(stimer)->kvm); in stimer_start() 498 if (time_now >= stimer->exp_time) { in stimer_start() 501 div64_u64_rem(time_now - stimer->exp_time, in stimer_start() 504 time_now + (stimer->count - remainder); in stimer_start() 507 stimer->exp_time = time_now + stimer->count; in stimer_start() 512 time_now, stimer->exp_time); in stimer_start() 516 100 * (stimer->exp_time - time_now)), in stimer_start() 521 if (time_now >= stimer->count) { in stimer_start() 534 time_now, stimer->count); in stimer_start() [all …]
|
D | trace.h | 1184 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time), 1185 TP_ARGS(vcpu_id, timer_index, time_now, exp_time), 1190 __field(u64, time_now) 1197 __entry->time_now = time_now; 1202 __entry->vcpu_id, __entry->timer_index, __entry->time_now, 1210 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 count), 1211 TP_ARGS(vcpu_id, timer_index, time_now, count), 1216 __field(u64, time_now) 1223 __entry->time_now = time_now; 1228 __entry->vcpu_id, __entry->timer_index, __entry->time_now,
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-sun6i.c | 379 unsigned long time_now = 0; in sun6i_rtc_setalarm() local 391 rtc_tm_to_time(&tm_now, &time_now); in sun6i_rtc_setalarm() 392 if (time_set <= time_now) { in sun6i_rtc_setalarm() 397 time_gap = time_set - time_now; in sun6i_rtc_setalarm()
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_standalone.c | 98 u_int64_t time_now; member 149 st->time_now = ktime_get_real_ns(); in ct_seq_start() 227 delta_time = st->time_now - tstamp->start; in ct_show_delta_time()
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | commsup.c | 1737 unsigned long time_now, flagv = 0; in aac_check_health() local 1760 time_now = jiffies/HZ; in aac_check_health() 1792 if ((time_now - time_last) > aif_timeout) { in aac_check_health() 2093 u32 time_now, time_last; in wakeup_fibctx_threads() local 2098 time_now = jiffies/HZ; in wakeup_fibctx_threads() 2132 if ((time_now - time_last) > aif_timeout) { in wakeup_fibctx_threads()
|
/Linux-v4.19/drivers/media/common/siano/ |
D | smscoreapi.c | 1495 unsigned long time_now = jiffies_to_msecs(jiffies); in smscore_onresponse() local 1498 last_sample_time = time_now; in smscore_onresponse() 1500 if (time_now - last_sample_time > 10000) { in smscore_onresponse() 1503 (time_now - last_sample_time))); in smscore_onresponse() 1505 last_sample_time = time_now; in smscore_onresponse()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ptp.c | 2119 struct timespec64 time_now; in efx_phc_settime() local 2122 rc = efx_phc_gettime(ptp, &time_now); in efx_phc_settime() 2126 delta = timespec64_sub(*e_ts, time_now); in efx_phc_settime()
|