HomeSort by: relevance | last modified time | path
    Searched defs:nwait (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sun3/dev/
xdvar.h 155 u_char nwait; /* number of waiting iopbs */ member in struct:xdc_softc
xd.c 113 (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 in function:xdc_tick
2050 nwait = xdcsc->nwait
    [all...]
  /src/sys/dev/vme/
xdvar.h 156 u_char nwait; /* number of waiting iopbs */ member in struct:xdc_softc
xd.c 101 (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 in function:xdc_tick
2236 nwait = xdcsc->nwait
    [all...]

Completed in 16 milliseconds