Home
last modified time | relevance | path

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

/linux-6.12.1/virt/kvm/
Dkvm_main.c3801 u64 halt_ns; in kvm_vcpu_halt() local
3831 halt_ns = ktime_to_ns(cur) - ktime_to_ns(start); in kvm_vcpu_halt()
3848 if (halt_ns <= vcpu->halt_poll_ns) in kvm_vcpu_halt()
3852 halt_ns > max_halt_poll_ns) in kvm_vcpu_halt()
3856 halt_ns < max_halt_poll_ns) in kvm_vcpu_halt()
3863 trace_kvm_vcpu_wakeup(halt_ns, waited, vcpu_valid_wakeup(vcpu)); in kvm_vcpu_halt()