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

/freebsd-10.2-release/sys/dev/ffec/
H A Dif_ffec.c160 int stats_harvest_count; member in struct:ffec_softc
486 if (++sc->stats_harvest_count < STATS_HARVEST_INTERVAL)
494 if (sc->stats_harvest_count < (2 * STATS_HARVEST_INTERVAL) &&
498 sc->stats_harvest_count = 0;
1018 sc->stats_harvest_count = 0;

Completed in 94 milliseconds