Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/aarch64/
Darch_timer_edge_cases.c105 irq_wait_method_t irq_wait_method[] = { variable
455 for (i = 0; i < ARRAY_SIZE(irq_wait_method); i++) in test_timers_fired_multiple_times()
456 test_fire_a_timer_multiple_times(timer, irq_wait_method[i], 10); in test_timers_fired_multiple_times()
492 for (i = 0; i < ARRAY_SIZE(irq_wait_method); i++) { in test_reprogram_timers()
497 test_reprogramming_timer(timer, irq_wait_method[i], 2 * base_wait, in test_reprogram_timers()
499 test_reprogramming_timer(timer, irq_wait_method[i], base_wait, in test_reprogram_timers()
510 for (i = 0; i < ARRAY_SIZE(irq_wait_method); i++) { in test_basic_functionality()
511 irq_wait_method_t wm = irq_wait_method[i]; in test_basic_functionality()
629 for (i = 0; i < ARRAY_SIZE(irq_wait_method); i++) { in test_timers_above_tval_max()
631 test_set_cnt_after_tval_max(timer, irq_wait_method[i]); in test_timers_above_tval_max()
[all …]