Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/lib/
Dtest_unwind.c242 static struct timer_list unwind_timer; variable
248 timer_setup(&unwind_timer, unwindme_timer_fn, 0); in test_unwind_irq()
249 mod_timer(&unwind_timer, jiffies + 1); in test_unwind_irq()