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

/freebsd-12-stable/sys/cam/ctl/
H A Dscsi_ctl.c107 int atios_alloced; /* Number of ATIOs not freed */ member in struct:ctlfe_lun_softc
524 softc->atios_alloced++;
660 KASSERT(softc->atios_alloced == 0, ("%s: atios_alloced %d != 0",
661 __func__, softc->atios_alloced));
943 softc->atios_alloced--;
958 KASSERT(softc->atios_alloced >= 0, ("%s: atios_alloced %d < 0",
959 __func__, softc->atios_alloced));
968 if (softc->atios_alloced
[all...]

Completed in 100 milliseconds