Searched refs:halt_poll_ns (Results 1 – 2 of 2) sorted by relevance
70 static unsigned int halt_poll_ns = KVM_HALT_POLL_NS_DEFAULT; variable71 module_param(halt_poll_ns, uint, S_IRUGO | S_IWUSR);229 vcpu->halt_poll_ns = 0; in kvm_vcpu_init()1958 old = val = vcpu->halt_poll_ns; in grow_halt_poll_ns()1965 if (val > halt_poll_ns) in grow_halt_poll_ns()1966 val = halt_poll_ns; in grow_halt_poll_ns()1968 vcpu->halt_poll_ns = val; in grow_halt_poll_ns()1976 old = val = vcpu->halt_poll_ns; in shrink_halt_poll_ns()1982 vcpu->halt_poll_ns = val; in shrink_halt_poll_ns()2011 if (vcpu->halt_poll_ns) { in kvm_vcpu_block()[all …]
251 unsigned int halt_poll_ns; member