Searched refs:xd_watchdog_int (Results 1 – 1 of 1) sorted by relevance
156 static struct timer_list xd_watchdog_int; variable166 init_timer (&xd_watchdog_int); in xd_init()167 xd_watchdog_int.function = xd_watchdog; in xd_init()588 xd_watchdog_int.expires = jiffies + 8 * HZ; in xd_wait_for_IRQ()589 add_timer(&xd_watchdog_int); in xd_wait_for_IRQ()596 del_timer_sync(&xd_watchdog_int); in xd_wait_for_IRQ()