Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/virt/kvm/
H A Dhalt-polling.rst67 halt_poll_ns_shrink, or set to 0 iff halt_poll_ns_shrink == 0.
108 |halt_poll_ns_shrink | The value by which the | 0 |
131 still obey halt_poll_ns_grow, halt_poll_ns_grow_start, and halt_poll_ns_shrink).
/openbmc/linux/virt/kvm/
H A Dkvm_main.c95 unsigned int halt_poll_ns_shrink; variable
96 module_param(halt_poll_ns_shrink, uint, 0644);
97 EXPORT_SYMBOL_GPL(halt_poll_ns_shrink);
3440 shrink = READ_ONCE(halt_poll_ns_shrink); in shrink_halt_poll_ns()
/openbmc/linux/include/linux/
H A Dkvm_host.h2140 extern unsigned int halt_poll_ns_shrink;
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c4282 if (halt_poll_ns_shrink == 0) in shrink_halt_poll_ns()
4285 vc->halt_poll_ns /= halt_poll_ns_shrink; in shrink_halt_poll_ns()