Home
last modified time | relevance | path

Searched refs:halt_poll_ns (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/virt/kvm/
Dkvm_main.c69 static unsigned int halt_poll_ns; variable
70 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()