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

/linux-4.1.27/arch/x86/kvm/
H A Dx86.h172 extern unsigned int min_timer_period_us;
H A Di8254.c363 s64 min_period = min_timer_period_us * 1000LL; create_pit_timer()
H A Dlapic.c1192 s64 min_period = min_timer_period_us * 1000LL; start_apic_timer()
H A Dx86.c99 unsigned int min_timer_period_us = 500; variable
100 module_param(min_timer_period_us, uint, S_IRUGO | S_IWUSR);

Completed in 149 milliseconds