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

/netbsd-current/sys/arch/sun3/dev/
H A Dxdvar.h155 u_char nwait; /* number of waiting iopbs */ member in struct:xdc_softc
H A Dxd.c113 (SC)->nwait++; \
124 (SC)->nwait++; \
135 xdcsc->nwait--; \
464 xdc->waithead = xdc->waitend = xdc->nwait = 0;
1571 while (xdcsc->nwait || xdcsc->nrun) {
1574 xdcsc->nwait, xdcsc->nrun);
1743 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone;
1763 while (maxio && xdcsc->nwait &&
2047 int nwait, nrun, nfree, ndone, whd = 0; local
2050 nwait
[all...]
/netbsd-current/sys/dev/vme/
H A Dxdvar.h156 u_char nwait; /* number of waiting iopbs */ member in struct:xdc_softc
H A Dxd.c101 (SC)->nwait++; \
111 (SC)->nwait++; \
121 xdcsc->nwait--; \
620 xdc->waithead = xdc->waitend = xdc->nwait = 0;
1743 while (xdcsc->nwait || xdcsc->nrun) {
1746 xdcsc->nwait, xdcsc->nrun);
1921 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone;
1942 while (maxio && xdcsc->nwait &&
2233 int nwait, nrun, nfree, ndone, whd = 0; local
2236 nwait
[all...]

Completed in 146 milliseconds