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

/freebsd-11-stable/sys/cam/ctl/
H A Dscsi_ctl.c106 int inots_alloced; /* Number of INOTs not freed */ member in struct:ctlfe_lun_softc
575 softc->inots_alloced++;
666 KASSERT(softc->inots_alloced == 0, ("%s: inots_alloced %d != 0",
667 __func__, softc->inots_alloced));
953 softc->inots_alloced--;
964 KASSERT(softc->inots_alloced >= 0, ("%s: inots_alloced %d < 0",
965 __func__, softc->inots_alloced));
972 if (softc->atios_alloced == 0 && softc->inots_alloced
[all...]

Completed in 68 milliseconds