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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c294 long watchdog_doprobe; /* Next time to test the radio */ member in struct:strip
1151 long watchdog_doprobe = strip_info->watchdog_doprobe; local
1194 p += sprintf(p, " Next watchdog probe:\t%s\n", time_delta(temp, watchdog_doprobe));
1286 strip_info->watchdog_doprobe = jiffies + 10 * HZ;
1476 int doprobe = (long)jiffies - strip_info->watchdog_doprobe >= 0 && !doreset;
1536 strip_info->watchdog_doprobe = jiffies + 10 * HZ;
1907 strip_info->watchdog_doprobe = jiffies;
1927 if (!GOT_ALL_RADIO_INFO(strip_info)) strip_info->watchdog_doprobe = jiffies;

Completed in 84 milliseconds