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

/freebsd-11-stable/sys/cam/ctl/
H A Dscsi_ctl.c103 int ctios_sent; /* Number of active CTIOs */ member in struct:ctlfe_lun_softc
660 KASSERT(softc->ctios_sent == 0, ("%s: ctios_sent %d != 0",
661 __func__, softc->ctios_sent));
906 softc->ctios_sent++;
1208 softc->ctios_sent--;
1391 softc->ctios_sent++;
1901 xpt_print(periph->path, "%d CTIOs outstanding\n", softc->ctios_sent);

Completed in 106 milliseconds