Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/virt/kvm/
H A Dhalt-polling.rst60 halt_poll_ns_grow_start.
103 |halt_poll_ns_grow_start| The initial value to grow | 10000 |
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.c90 unsigned int halt_poll_ns_grow_start = 10000; /* 10us */ variable
91 module_param(halt_poll_ns_grow_start, uint, 0644);
92 EXPORT_SYMBOL_GPL(halt_poll_ns_grow_start);
3421 grow_start = READ_ONCE(halt_poll_ns_grow_start); in grow_halt_poll_ns()
3441 grow_start = READ_ONCE(halt_poll_ns_grow_start); in shrink_halt_poll_ns()
/openbmc/linux/include/linux/
H A Dkvm_host.h2130 extern unsigned int halt_poll_ns_grow_start;
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c4267 if (vc->halt_poll_ns < halt_poll_ns_grow_start) in grow_halt_poll_ns()
4268 vc->halt_poll_ns = halt_poll_ns_grow_start; in grow_halt_poll_ns()