Home
last modified time | relevance | path

Searched refs:time_now (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kvm/
A Dtrace.h1356 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time),
1357 TP_ARGS(vcpu_id, timer_index, time_now, exp_time),
1362 __field(u64, time_now)
1369 __entry->time_now = time_now;
1374 __entry->vcpu_id, __entry->timer_index, __entry->time_now,
1382 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 count),
1383 TP_ARGS(vcpu_id, timer_index, time_now, count),
1388 __field(u64, time_now)
1395 __entry->time_now = time_now;
1400 __entry->vcpu_id, __entry->timer_index, __entry->time_now,
A Dhyperv.c636 u64 time_now; in stimer_start() local
644 if (time_now >= stimer->exp_time) { in stimer_start()
647 div64_u64_rem(time_now - stimer->exp_time, in stimer_start()
650 time_now + (stimer->count - remainder); in stimer_start()
658 time_now, stimer->exp_time); in stimer_start()
662 100 * (stimer->exp_time - time_now)), in stimer_start()
667 if (time_now >= stimer->count) { in stimer_start()
680 time_now, stimer->count); in stimer_start()
871 u64 time_now, exp_time; in kvm_hv_process_stimers() local
884 time_now = in kvm_hv_process_stimers()
[all …]

Completed in 12 milliseconds