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

/freebsd-10.1-release/sys/cam/ctl/
H A Dscsi_ctl.c115 uint64_t inots_sent; member in struct:ctlfe_lun_softc
602 softc->inots_sent++;
653 softc->atios_returned, softc->inots_sent -
1051 KASSERT(softc->inots_returned <= softc->inots_sent, ("%s: "
1052 "inots_returned %ju > inots_sent %ju", __func__,
1053 softc->inots_returned, softc->inots_sent));
1061 && (softc->inots_returned == softc->inots_sent)) {
1628 softc->inots_sent++;

Completed in 42 milliseconds