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
5999 This capability overrides the kvm module parameter halt_poll_ns for the6004 controlled by the kvm module parameter halt_poll_ns. This capability allows
3830 vc->halt_poll_ns *= halt_poll_ns_grow; in grow_halt_poll_ns()3831 if (vc->halt_poll_ns < halt_poll_ns_grow_start) in grow_halt_poll_ns()3832 vc->halt_poll_ns = halt_poll_ns_grow_start; in grow_halt_poll_ns()3838 vc->halt_poll_ns = 0; in shrink_halt_poll_ns()3840 vc->halt_poll_ns /= halt_poll_ns_shrink; in shrink_halt_poll_ns()3896 if (vc->halt_poll_ns) { in kvmppc_vcore_blocked()3897 ktime_t stop = ktime_add_ns(start_poll, vc->halt_poll_ns); in kvmppc_vcore_blocked()3926 if (vc->halt_poll_ns) in kvmppc_vcore_blocked()3953 if (vc->halt_poll_ns) in kvmppc_vcore_blocked()3959 if (vc->halt_poll_ns) in kvmppc_vcore_blocked()[all …]
73 unsigned int halt_poll_ns = KVM_HALT_POLL_NS_DEFAULT; variable74 module_param(halt_poll_ns, uint, 0644);75 EXPORT_SYMBOL_GPL(halt_poll_ns);806 kvm->max_halt_poll_ns = halt_poll_ns; in kvm_create_vm()2778 old = val = vcpu->halt_poll_ns; in grow_halt_poll_ns()2791 vcpu->halt_poll_ns = val; in grow_halt_poll_ns()2800 old = val = vcpu->halt_poll_ns; in shrink_halt_poll_ns()2811 vcpu->halt_poll_ns = val; in shrink_halt_poll_ns()2856 if (vcpu->halt_poll_ns && !kvm_arch_no_poll(vcpu)) { in kvm_vcpu_block()2857 ktime_t stop = ktime_add_ns(ktime_get(), vcpu->halt_poll_ns); in kvm_vcpu_block()[all …]
72 host via halt_poll_ns for some scenarios).
95 unsigned int halt_poll_ns; member
287 unsigned int halt_poll_ns; member1346 extern unsigned int halt_poll_ns;