Searched defs:start_watchdog (Results 1 – 3 of 3) sorted by relevance
31 int start_watchdog(int *in_fd_ret, int *out_fd_ret, char *sock) in start_watchdog() function
471 static void start_watchdog(void *arg) in start_watchdog() function
110 #define start_watchdog(dev) mod_timer(&dev->timer, jiffies + (HZ/200)) macro