Lines Matching refs:time_now
585 u64 time_now;
588 time_now = get_time_ref_counter(stimer_to_vcpu(stimer)->kvm);
593 if (time_now >= stimer->exp_time) {
596 div64_u64_rem(time_now - stimer->exp_time,
599 time_now + (stimer->count - remainder);
602 stimer->exp_time = time_now + stimer->count;
607 time_now, stimer->exp_time);
611 100 * (stimer->exp_time - time_now)),
616 if (time_now >= stimer->count) {
629 time_now, stimer->count);
632 ktime_add_ns(ktime_now, 100 * (stimer->count - time_now)),
814 u64 time_now, exp_time;
824 time_now =
826 if (time_now >= exp_time)