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

/freebsd-13-stable/sys/cam/ctl/
H A Dscsi_ctl.c105 int ctios_sent; /* Number of active CTIOs */ member in struct:ctlfe_lun_softc
655 KASSERT(softc->ctios_sent == 0, ("%s: ctios_sent %d != 0",
656 __func__, softc->ctios_sent));
901 softc->ctios_sent++;
1203 softc->ctios_sent--;
1386 softc->ctios_sent++;
1896 xpt_print(periph->path, "%d CTIOs outstanding\n", softc->ctios_sent);

Completed in 56 milliseconds