Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dlapic.c74 static unsigned int min_timer_period_us = 500; variable
75 module_param(min_timer_period_us, uint, S_IRUGO | S_IWUSR);
1023 s64 min_period = min_timer_period_us * 1000LL; in start_apic_timer()