Home
last modified time | relevance | path

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

/Linux-v6.6/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 |
131 still obey halt_poll_ns_grow, halt_poll_ns_grow_start, and halt_poll_ns_shrink).
/Linux-v6.6/virt/kvm/
Dkvm_main.c85 unsigned int halt_poll_ns_grow = 2; variable
86 module_param(halt_poll_ns_grow, uint, 0644);
87 EXPORT_SYMBOL_GPL(halt_poll_ns_grow);
3422 grow = READ_ONCE(halt_poll_ns_grow); in grow_halt_poll_ns()
/Linux-v6.6/include/linux/
Dkvm_host.h2129 extern unsigned int halt_poll_ns_grow;
/Linux-v6.6/arch/powerpc/kvm/
Dbook3s_hv.c4255 if (!halt_poll_ns_grow) in grow_halt_poll_ns()
4258 vc->halt_poll_ns *= halt_poll_ns_grow; in grow_halt_poll_ns()