Lines Matching defs:ndone
174 if ((SC)->ndone-- == XDC_SUBWAITLIM) \
175 wakeup(&(SC)->ndone); \
196 * [3] & of xdc_softc's "ndone" (waiting for number of done iorq/iopb's
621 xdc->ndone = 0;
1509 while (xdcsc->ndone > XDC_SUBWAITLIM) {
1510 if (tsleep(&xdcsc->ndone, PRIBIO, "xdsubwait", 0))
1897 xdcsc->ndone++;
1921 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone;
1926 if (xdcsc->ndone > XDC_MAXIOPB - XDC_SUBWAITLIM)
1928 device_xname(xdcsc->sc_dev), xdcsc->ndone);
2100 xdcsc->ndone++;
2105 xdcsc->ndone++;
2167 xdcsc->ndone++;
2171 xdcsc->ndone--;
2233 int nwait, nrun, nfree, ndone, whd = 0;
2239 ndone = xdcsc->ndone;
2243 if (nwait + nrun + nfree + ndone != XDC_MAXIOPB) {
2245 device_xname(xdcsc->sc_dev), nwait, nfree, nrun, ndone,
2272 if (ndone > XDC_MAXIOPB - XDC_SUBWAITLIM)
2274 device_xname(xdcsc->sc_dev), ndone);
2281 xdcsc->ndone);