Searched refs:watchdog_doreset (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c295 long watchdog_doreset; /* Time to do next reset */ member in struct:strip
1152 long watchdog_doreset = strip_info->watchdog_doreset; local
1195 p += sprintf(p, " Next watchdog reset:\t%s\n", time_delta(temp, watchdog_doreset));
1287 strip_info->watchdog_doreset = jiffies + 1 * HZ;
1475 int doreset = (long)jiffies - strip_info->watchdog_doreset >= 0;
1537 strip_info->watchdog_doreset = jiffies + 1 * HZ;
1890 strip_info->watchdog_doreset = jiffies + LongTime;

Completed in 82 milliseconds