Home
last modified time | relevance | path

Searched refs:irq_wait_method (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/kvm/arm64/
H A Darch_timer_edge_cases.c106 irq_wait_method_t irq_wait_method[] = { variable
456 for (i = 0; i < ARRAY_SIZE(irq_wait_method); i++) in test_timers_fired_multiple_times()
457 test_fire_a_timer_multiple_times(timer, irq_wait_method[i], 10); in test_timers_fired_multiple_times()
493 for (i = 0; i < ARRAY_SIZE(irq_wait_method); i++) { in test_reprogram_timers()
498 test_reprogramming_timer(timer, irq_wait_method[i], 2 * base_wait, in test_reprogram_timers()
500 test_reprogramming_timer(timer, irq_wait_method[i], base_wait, in test_reprogram_timers()
511 for (i = 0; i < ARRAY_SIZE(irq_wait_method); i++) { in test_basic_functionality()
512 irq_wait_method_t wm = irq_wait_method[i]; in test_basic_functionality()
630 for (i = 0; i < ARRAY_SIZE(irq_wait_method); i++) { in test_timers_above_tval_max()
632 test_set_cnt_after_tval_max(timer, irq_wait_method[i]); in test_timers_above_tval_max()
[all …]