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

/freebsd-current/sys/cam/ctl/
H A Dscsi_ctl.c105 int inots_alloced; /* Number of INOTs not freed */ member in struct:ctlfe_lun_softc
568 softc->inots_alloced++;
660 KASSERT(softc->inots_alloced == 0, ("%s: inots_alloced %d != 0",
661 __func__, softc->inots_alloced));
947 softc->inots_alloced--;
958 KASSERT(softc->inots_alloced >= 0, ("%s: inots_alloced %d < 0",
959 __func__, softc->inots_alloced));
966 if (softc->atios_alloced == 0 && softc->inots_alloced
[all...]

Completed in 117 milliseconds