Searched refs:stimer_start (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/x86/ |
H A D | hyperv_stimer.c | 198 static void stimer_start(struct stimer *timer, in stimer_start() function 299 stimer_start(timer1, false, true, ONE_MS_IN_100NS); in stimer_test_periodic() 300 stimer_start(timer2, false, true, ONE_MS_IN_100NS); in stimer_test_periodic() 313 stimer_start(timer, false, false, ONE_MS_IN_100NS); in stimer_test_one_shot() 324 stimer_start(timer, true, false, ONE_MS_IN_100NS); in stimer_test_auto_enable_one_shot() 335 stimer_start(timer, true, true, ONE_MS_IN_100NS); in stimer_test_auto_enable_periodic() 358 stimer_start(timer, false, false, ONE_MS_IN_100NS); in stimer_test_one_shot_busy()
|