Searched refs:time_now (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/ |
| D | hyperv.c | 460 u64 time_now; in stimer_start() local 463 time_now = get_time_ref_counter(stimer_to_vcpu(stimer)->kvm); in stimer_start() 468 if (time_now >= stimer->exp_time) { in stimer_start() 471 div64_u64_rem(time_now - stimer->exp_time, in stimer_start() 474 time_now + (stimer->count - remainder); in stimer_start() 477 stimer->exp_time = time_now + stimer->count; in stimer_start() 482 time_now, stimer->exp_time); in stimer_start() 486 100 * (stimer->exp_time - time_now)), in stimer_start() 491 if (time_now >= stimer->count) { in stimer_start() 504 time_now, stimer->count); in stimer_start() [all …]
|
| D | trace.h | 1178 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time), 1179 TP_ARGS(vcpu_id, timer_index, time_now, exp_time), 1184 __field(u64, time_now) 1191 __entry->time_now = time_now; 1196 __entry->vcpu_id, __entry->timer_index, __entry->time_now, 1204 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 count), 1205 TP_ARGS(vcpu_id, timer_index, time_now, count), 1210 __field(u64, time_now) 1217 __entry->time_now = time_now; 1222 __entry->vcpu_id, __entry->timer_index, __entry->time_now,
|
| /Linux-v5.4/drivers/rtc/ |
| D | rtc-sun6i.c | 497 unsigned long time_now = 0; in sun6i_rtc_setalarm() local 509 rtc_tm_to_time(&tm_now, &time_now); in sun6i_rtc_setalarm() 510 if (time_set <= time_now) { in sun6i_rtc_setalarm() 515 time_gap = time_set - time_now; in sun6i_rtc_setalarm()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/drivers/scsi/aacraid/ |
| D | commsup.c | 1724 unsigned long time_now, flagv = 0; in aac_check_health() local 1747 time_now = jiffies/HZ; in aac_check_health() 1779 if ((time_now - time_last) > aif_timeout) { in aac_check_health() 2080 u32 time_now, time_last; in wakeup_fibctx_threads() local 2085 time_now = jiffies/HZ; in wakeup_fibctx_threads() 2119 if ((time_now - time_last) > aif_timeout) { in wakeup_fibctx_threads()
|
| /Linux-v5.4/drivers/media/common/siano/ |
| D | smscoreapi.c | 1487 unsigned long time_now = jiffies_to_msecs(jiffies); in smscore_onresponse() local 1490 last_sample_time = time_now; in smscore_onresponse() 1492 if (time_now - last_sample_time > 10000) { in smscore_onresponse() 1495 (time_now - last_sample_time))); in smscore_onresponse() 1497 last_sample_time = time_now; in smscore_onresponse()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/drivers/net/ethernet/sfc/ |
| D | ptp.c | 2117 struct timespec64 time_now; in efx_phc_settime() local 2120 rc = efx_phc_gettime(ptp, &time_now); in efx_phc_settime() 2124 delta = timespec64_sub(*e_ts, time_now); in efx_phc_settime()
|