Home
last modified time | relevance | path

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

/linux/include/kunit/
H A Drun-in-irq-context.h33 int task_calls, hardirq_calls, softirq_calls; in kunit_irq_test_timer_func() local
36 task_calls = atomic_read(&state->task_func_calls); in kunit_irq_test_timer_func()
45 if (hardirq_calls >= 20 && (softirq_calls == 0 || task_calls == 0)) in kunit_irq_test_timer_func()
107 int task_calls, hardirq_calls, softirq_calls; in kunit_run_irq_test() local
127 task_calls = atomic_inc_return(&state.task_func_calls); in kunit_run_irq_test()
130 } while ((task_calls + hardirq_calls + softirq_calls < max_iterations || in kunit_run_irq_test()
131 (task_calls == 0 || hardirq_calls == 0 || in kunit_run_irq_test()