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

/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c4384 vc->halt_poll_ns *= halt_poll_ns_grow;
4385 if (vc->halt_poll_ns < halt_poll_ns_grow_start)
4386 vc->halt_poll_ns = halt_poll_ns_grow_start;
4392 vc->halt_poll_ns = 0;
4394 vc->halt_poll_ns /= halt_poll_ns_shrink;
4459 if (vc->halt_poll_ns) {
4460 ktime_t stop = ktime_add_ns(start_poll, vc->halt_poll_ns);
4489 if (vc->halt_poll_ns)
4519 if (vc->halt_poll_ns) {
4530 if (vc->halt_poll_ns) {
[all...]
/linux-master/virt/kvm/
H A Dkvm_main.c80 unsigned int halt_poll_ns = KVM_HALT_POLL_NS_DEFAULT; variable
81 module_param(halt_poll_ns, uint, 0644);
82 EXPORT_SYMBOL_GPL(halt_poll_ns); variable
84 /* Default doubles per-vcpu halt_poll_ns. */
89 /* The start value to grow halt_poll_ns from */
94 /* Default resets per-vcpu halt_poll_ns . */
3702 old = val = vcpu->halt_poll_ns;
3712 vcpu->halt_poll_ns = val;
3721 old = val = vcpu->halt_poll_ns;
3732 vcpu->halt_poll_ns
[all...]
/linux-master/include/linux/
H A Dkvm_host.h352 unsigned int halt_poll_ns; member in struct:kvm_vcpu
2202 extern unsigned int halt_poll_ns;
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h96 unsigned int halt_poll_ns; member in struct:kvmppc_vcore

Completed in 158 milliseconds