Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dkvm-s390.c183 static u8 halt_poll_max_steal = 10; variable
184 module_param(halt_poll_max_steal, byte, 0644);
185 MODULE_PARM_DESC(halt_poll_max_steal, "Maximum percentage of steal time to allow polling");
3416 /* do not poll with more than halt_poll_max_steal percent of steal time */ in kvm_arch_no_poll()
3418 halt_poll_max_steal) { in kvm_arch_no_poll()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dkvm-s390.c205 static u8 halt_poll_max_steal = 10; variable
206 module_param(halt_poll_max_steal, byte, 0644);
207 MODULE_PARM_DESC(halt_poll_max_steal, "Maximum percentage of steal time to allow polling");
4081 /* do not poll with more than halt_poll_max_steal percent of steal time */ in kvm_arch_no_poll()
4083 READ_ONCE(halt_poll_max_steal)) { in kvm_arch_no_poll()

Completed in 13 milliseconds