Lines Matching refs:time_now
632 u64 time_now;
635 time_now = get_time_ref_counter(hv_stimer_to_vcpu(stimer)->kvm);
640 if (time_now >= stimer->exp_time) {
643 div64_u64_rem(time_now - stimer->exp_time,
646 time_now + (stimer->count - remainder);
649 stimer->exp_time = time_now + stimer->count;
654 time_now, stimer->exp_time);
658 100 * (stimer->exp_time - time_now)),
663 if (time_now >= stimer->count) {
676 time_now, stimer->count);
679 ktime_add_ns(ktime_now, 100 * (stimer->count - time_now)),
867 u64 time_now, exp_time;
880 time_now =
882 if (time_now >= exp_time)