Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hatm/
HDif_hatm_ioctl.c167 sc->open_vccs++; in hatm_open_vcc()
209 sc->open_vccs--; in hatm_vcc_closed()
336 HE_MAX_VCCS, sc->open_vccs, &sc->mtx, 1); in hatm_ioctl()
344 HE_MAX_VCCS, sc->open_vccs, &sc->mtx, 0); in hatm_ioctl()
HDif_hatmvar.h441 u_int open_vccs; member
HDif_hatm.c2378 sc->open_vccs--; in hatm_stop()
/freebsd-11-stable/sys/dev/fatm/
HDif_fatm.c531 sc->open_vccs = 0; in fatm_stop()
540 sc->open_vccs++; in fatm_stop()
1084 nbufs = max(4 * sc->open_vccs, 32); in fatm_supply_small_buffers()
1173 nbufs = max(4 * sc->open_vccs, 32); in fatm_supply_large_buffers()
2289 sc->open_vccs++; in fatm_open_vcc()
2294 sc->open_vccs--; in fatm_open_vcc()
2353 sc->open_vccs--; in fatm_close_finish()
2499 FORE_MAX_VCC + 1, sc->open_vccs, &sc->mtx, 1); in fatm_ioctl()
2507 FORE_MAX_VCC + 1, sc->open_vccs, &sc->mtx, 0); in fatm_ioctl()
HDif_fatmvar.h231 int open_vccs; /* number of vccs in use */ member