Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/kvm/
Dkvm-s390.c195 static u8 halt_poll_max_steal = 10; variable
196 module_param(halt_poll_max_steal, byte, 0644);
197 MODULE_PARM_DESC(halt_poll_max_steal, "Maximum percentage of steal time to allow polling");
3502 READ_ONCE(halt_poll_max_steal)) { in kvm_arch_no_poll()