Searched refs:halt_poll_ns (Results 1 – 1 of 1) sorted by relevance
69 static unsigned int halt_poll_ns; variable70 module_param(halt_poll_ns, uint, S_IRUGO | S_IWUSR);1787 if (halt_poll_ns) { in kvm_vcpu_block()1788 ktime_t stop = ktime_add_ns(ktime_get(), halt_poll_ns); in kvm_vcpu_block()