Searched refs:msecs_to_usecs (Results 1 – 6 of 6) sorted by relevance
73 us = msecs_to_usecs(test_args.timer_period_ms) + test_args.timer_err_margin_us; in guest_test_period_timer()97 us = msecs_to_usecs(test_args.timer_period_ms) + test_args.timer_err_margin_us; in guest_test_oneshot_timer()123 us = msecs_to_usecs(test_args.timer_period_ms); in guest_test_emulate_timer()
55 udelay(msecs_to_usecs(test_args.timer_period_ms) + in guest_run()
391 udelay(msecs_to_usecs(2000)); in test_pmu_event_overflow()
121 usleep(msecs_to_usecs(test_args.migration_freq_ms)); in test_vcpu_migration()
25 #define msecs_to_usecs(msec) ((msec) * 1000ULL) macro
626 msecs_to_usecs(test_args.wait_ms) + in test_timers_above_tval_max()