Home
last modified time | relevance | path

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

/src/sys/cam/ctl/
H A Dscsi_ctl.c104 int atios_alloced; /* Number of ATIOs not freed */ member
521 softc->atios_alloced++; in ctlferegister()
658 KASSERT(softc->atios_alloced == 0, ("%s: atios_alloced %d != 0", in ctlfecleanup()
659 __func__, softc->atios_alloced)); in ctlfecleanup()
941 softc->atios_alloced--; in ctlfe_free_ccb()
956 KASSERT(softc->atios_alloced >= 0, ("%s: atios_alloced %d < 0", in ctlfe_free_ccb()
957 __func__, softc->atios_alloced)); in ctlfe_free_ccb()
966 if (softc->atios_alloced == 0 && softc->inots_alloced == 0) { in ctlfe_free_ccb()