Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 |
/kernel/linux/linux-5.10/virt/kvm/
Dkvm_main.c78 unsigned int halt_poll_ns_grow = 2; variable
79 module_param(halt_poll_ns_grow, uint, 0644);
80 EXPORT_SYMBOL_GPL(halt_poll_ns_grow);
2824 grow = READ_ONCE(halt_poll_ns_grow); in grow_halt_poll_ns()
/kernel/linux/linux-5.10/include/linux/
Dkvm_host.h1347 extern unsigned int halt_poll_ns_grow;
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv.c3827 if (!halt_poll_ns_grow) in grow_halt_poll_ns()
3830 vc->halt_poll_ns *= halt_poll_ns_grow; in grow_halt_poll_ns()