Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/virt/kvm/
Dhalt-polling.rst59 is multiplied by the module parameters halt_poll_ns_grow and
97 |halt_poll_ns_grow | The value by which the | 2 |
/Linux-v5.15/virt/kvm/
Dkvm_main.c82 unsigned int halt_poll_ns_grow = 2; variable
83 module_param(halt_poll_ns_grow, uint, 0644);
84 EXPORT_SYMBOL_GPL(halt_poll_ns_grow);
3137 grow = READ_ONCE(halt_poll_ns_grow); in grow_halt_poll_ns()
/Linux-v5.15/include/linux/
Dkvm_host.h1662 extern unsigned int halt_poll_ns_grow;
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_hv.c4082 if (!halt_poll_ns_grow) in grow_halt_poll_ns()
4085 vc->halt_poll_ns *= halt_poll_ns_grow; in grow_halt_poll_ns()