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

/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatmvar.h247 u_int stop_cnt; /* how many times checked */ member in struct:fatm_softc
H A Dif_fatm.c375 if (sc->stop_cnt == 10)
379 if (++sc->stop_cnt == 10) {
386 sc->stop_cnt = 0;

Completed in 102 milliseconds