taglinefilesource code
watchdog_doreset122drivers/net/strip.clong               watchdog_doreset;  /* Time to do next reset  */
watchdog_doreset559drivers/net/strip.cstrip_info->watchdog_doreset = jiffies + 1 * HZ;
watchdog_doreset680drivers/net/strip.cif ((long)jiffies - strip_info->watchdog_doreset >= 0) {
watchdog_doreset697drivers/net/strip.cstrip_info->watchdog_doreset = jiffies + 1 * HZ;
watchdog_doreset815drivers/net/strip.cstrip_info->watchdog_doreset = jiffies + LONG_TIME;
watchdog_doreset823drivers/net/strip.cstrip_info->watchdog_doreset = jiffies;    /* Do reset ASAP */
watchdog_doreset845drivers/net/strip.cstrip_info->watchdog_doreset = jiffies;    /* Do reset ASAP */