Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A 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 |
/OK3568_Linux_fs/kernel/virt/kvm/
H A 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);
2780 grow = READ_ONCE(halt_poll_ns_grow); in grow_halt_poll_ns()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkvm_host.h1347 extern unsigned int halt_poll_ns_grow;
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A 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()