Searched refs:halt_poll_ns (Results 1 – 1 of 1) sorted by relevance
74 unsigned int halt_poll_ns = KVM_HALT_POLL_NS_DEFAULT; variable75 module_param(halt_poll_ns, uint, 0644);76 EXPORT_SYMBOL_GPL(halt_poll_ns);2328 old = val = vcpu->halt_poll_ns; in grow_halt_poll_ns()2338 if (val > halt_poll_ns) in grow_halt_poll_ns()2339 val = halt_poll_ns; in grow_halt_poll_ns()2341 vcpu->halt_poll_ns = val; in grow_halt_poll_ns()2350 old = val = vcpu->halt_poll_ns; in shrink_halt_poll_ns()2357 vcpu->halt_poll_ns = val; in shrink_halt_poll_ns()2394 if (vcpu->halt_poll_ns && !kvm_arch_no_poll(vcpu)) { in kvm_vcpu_block()[all …]