Searched refs:watchdog_callout (Results 1 – 1 of 1) sorted by relevance
74 static struct callout watchdog_callout; variable88 callout_init(&watchdog_callout, 1); in watchdog_init()109 callout_reset(&watchdog_callout, 1 * hz, watchdog_function, NULL); in watchdog_function()123 callout_stop(&watchdog_callout); in watchdog_change()129 callout_reset(&watchdog_callout, 1 * hz, watchdog_function, in watchdog_change()