Searched refs:tv64 (Results 1 – 5 of 5) sorted by relevance
38 vcpu->arch.timing_exit.tv64 = 0; in kvmppc_init_timing_stats()39 vcpu->arch.timing_last_enter.tv64 = 0; in kvmppc_init_timing_stats()85 u64 enter = vcpu->arch.timing_last_enter.tv64; in kvmppc_update_timing_stats()88 vcpu->arch.timing_last_exit = vcpu->arch.timing_exit.tv64; in kvmppc_update_timing_stats()
54 struct timespec64 tv64 = { in rtc_hctosys() local65 tv64.tv_sec = rtc_tm_to_time64(&tm); in rtc_hctosys()68 if (tv64.tv_sec > INT_MAX) { in rtc_hctosys()74 err = do_settimeofday64(&tv64); in rtc_hctosys()77 &tm, (long long)tv64.tv_sec); in rtc_hctosys()
258 static inline void hrtimer_set_expires_tv64(struct hrtimer *timer, s64 tv64) in hrtimer_set_expires_tv64() argument260 timer->node.expires = tv64; in hrtimer_set_expires_tv64()261 timer->_softexpires = tv64; in hrtimer_set_expires_tv64()
143 tv64 = 1835268000000147 tv64 = 1835268000000
162 u64 tv64; member
Completed in 15 milliseconds