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

/freebsd-10.0-release/sys/dev/isp/
H A Disp_freebsd.h114 uint16_t ctcnt; /* number of CTIOs currently active */ member in struct:__anon8616
H A Disp_freebsd.c1657 if (atp->ctcnt >= ATPD_CCB_OUTSTANDING) {
2107 atp->ctcnt++;
2919 KASSERT((atp->ctcnt > 0), ("ctio count not greater than zero"));
2921 atp->ctcnt -= 1;

Completed in 296 milliseconds