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

/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatm_ioctl.c166 sc->open_vccs++;
208 sc->open_vccs--;
335 HE_MAX_VCCS, sc->open_vccs, &sc->mtx, 1);
343 HE_MAX_VCCS, sc->open_vccs, &sc->mtx, 0);
H A Dif_hatmvar.h441 u_int open_vccs; member in struct:hatm_softc
H A Dif_hatm.c2371 sc->open_vccs--;
/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatmvar.h231 int open_vccs; /* number of vccs in use */ member in struct:fatm_softc
H A Dif_fatm.c530 sc->open_vccs = 0;
539 sc->open_vccs++;
1083 nbufs = max(4 * sc->open_vccs, 32);
1172 nbufs = max(4 * sc->open_vccs, 32);
2288 sc->open_vccs++;
2293 sc->open_vccs--;
2352 sc->open_vccs--;
2498 FORE_MAX_VCC + 1, sc->open_vccs, &sc->mtx, 1);
2506 FORE_MAX_VCC + 1, sc->open_vccs, &sc->mtx, 0);

Completed in 86 milliseconds