Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/lib/
H A Dtest_unwind.c387 static struct timer_list unwind_timer; variable
393 timer_setup(&unwind_timer, unwindme_timer_fn, 0); in test_unwind_irq()
394 mod_timer(&unwind_timer, jiffies + 1); in test_unwind_irq()