Searched refs:halt_poll_ns (Results 1 – 7 of 7) sorted by relevance
39 kvm_vcpu->halt_poll_ns43 kvmppc_vcore->halt_poll_ns91 |halt_poll_ns | The global max polling | KVM_HALT_POLL_NS_DEFAULT|125 - Care should be taken when setting the halt_poll_ns module parameter as a large value129 global max polling interval (halt_poll_ns) then the host will always poll for the
6531 This capability overrides the kvm module parameter halt_poll_ns for the6536 controlled by the kvm module parameter halt_poll_ns. This capability allows
4085 vc->halt_poll_ns *= halt_poll_ns_grow; in grow_halt_poll_ns()4086 if (vc->halt_poll_ns < halt_poll_ns_grow_start) in grow_halt_poll_ns()4087 vc->halt_poll_ns = halt_poll_ns_grow_start; in grow_halt_poll_ns()4093 vc->halt_poll_ns = 0; in shrink_halt_poll_ns()4095 vc->halt_poll_ns /= halt_poll_ns_shrink; in shrink_halt_poll_ns()4151 if (vc->halt_poll_ns) { in kvmppc_vcore_blocked()4152 ktime_t stop = ktime_add_ns(start_poll, vc->halt_poll_ns); in kvmppc_vcore_blocked()4181 if (vc->halt_poll_ns) in kvmppc_vcore_blocked()4211 if (vc->halt_poll_ns) { in kvmppc_vcore_blocked()4222 if (vc->halt_poll_ns) { in kvmppc_vcore_blocked()[all …]
72 host via halt_poll_ns for some scenarios).
77 unsigned int halt_poll_ns = KVM_HALT_POLL_NS_DEFAULT; variable78 module_param(halt_poll_ns, uint, 0644);79 EXPORT_SYMBOL_GPL(halt_poll_ns);1073 kvm->max_halt_poll_ns = halt_poll_ns; in kvm_create_vm()3135 old = val = vcpu->halt_poll_ns; in grow_halt_poll_ns()3148 vcpu->halt_poll_ns = val; in grow_halt_poll_ns()3157 old = val = vcpu->halt_poll_ns; in shrink_halt_poll_ns()3168 vcpu->halt_poll_ns = val; in shrink_halt_poll_ns()3215 if (vcpu->halt_poll_ns && !kvm_arch_no_poll(vcpu)) { in kvm_vcpu_block()3216 ktime_t stop = ktime_add_ns(ktime_get(), vcpu->halt_poll_ns); in kvm_vcpu_block()[all …]
95 unsigned int halt_poll_ns; member
318 unsigned int halt_poll_ns; member1661 extern unsigned int halt_poll_ns;