Searched refs:timer_period_ms (Results 1 – 1 of 1) sorted by relevance
48 int timer_period_ms; member55 .timer_period_ms = TIMER_TEST_PERIOD_MS_DEF,93 timer_set_next_cval_ms(VIRTUAL, test_args.timer_period_ms); in guest_configure_timer_action()98 timer_set_next_tval_ms(VIRTUAL, test_args.timer_period_ms); in guest_configure_timer_action()103 timer_set_next_cval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action()108 timer_set_next_tval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action()179 udelay(msecs_to_usecs(test_args.timer_period_ms) + in guest_run_stage()435 test_args.timer_period_ms = atoi(optarg); in parse_args()436 if (test_args.timer_period_ms <= 0) { in parse_args()