Searched refs:timer_period_ms (Results 1 – 1 of 1) sorted by relevance
47 int timer_period_ms; member55 .timer_period_ms = TIMER_TEST_PERIOD_MS_DEF,94 timer_set_next_cval_ms(VIRTUAL, test_args.timer_period_ms); in guest_configure_timer_action()99 timer_set_next_tval_ms(VIRTUAL, test_args.timer_period_ms); in guest_configure_timer_action()104 timer_set_next_cval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action()109 timer_set_next_tval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action()192 udelay(msecs_to_usecs(test_args.timer_period_ms) + in guest_run_stage()443 test_args.timer_period_ms = atoi_positive("Periodicity", optarg); in parse_args()