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

/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dxdvar.h156 u_char ndone; /* number of done IORQs */ member in struct:xdc_softc
H A Dxd.c194 if ((SC)->ndone-- == XDC_SUBWAITLIM) \
195 wakeup(&(SC)->ndone); \
217 * [3] & of xdc_softc's "ndone" (waiting for number of done iorq/iopb's
448 xdc->ndone = 0;
1322 while (xdcsc->ndone > XDC_SUBWAITLIM) {
1323 if (tsleep(&xdcsc->ndone, PRIBIO, "xdsubwait", 0))
1708 xdcsc->ndone++;
1732 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone;
1737 if (xdcsc->ndone > XDC_MAXIOPB - XDC_SUBWAITLIM)
1739 device_xname(xdcsc->sc_dev), xdcsc->ndone);
2036 int nwait, nrun, nfree, ndone, whd = 0; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/vme/
H A Dxdvar.h157 u_char ndone; /* number of done IORQs */ member in struct:xdc_softc
H A Dxd.c174 if ((SC)->ndone-- == XDC_SUBWAITLIM) \
175 wakeup(&(SC)->ndone); \
196 * [3] & of xdc_softc's "ndone" (waiting for number of done iorq/iopb's
604 xdc->ndone = 0;
1504 while (xdcsc->ndone > XDC_SUBWAITLIM) {
1505 if (tsleep(&xdcsc->ndone, PRIBIO, "xdsubwait", 0))
1892 xdcsc->ndone++;
1916 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone;
1921 if (xdcsc->ndone > XDC_MAXIOPB - XDC_SUBWAITLIM)
1923 device_xname(&xdcsc->sc_dev), xdcsc->ndone);
2228 int nwait, nrun, nfree, ndone, whd = 0; local
[all...]
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_loan.c510 int ndone; /* # of pages loaned out */ local
517 for (ndone = 0; ndone < orignpages; ) {
522 npages = MIN(UVM_LOAN_GET_CHUNK, orignpages - ndone);
525 pgoff + (ndone << PAGE_SHIFT), pgpp, &npages, 0,
554 ndone += npendloan;
555 KASSERT(origpgpp + ndone == pgpp);
582 KASSERT(origpgpp + ndone + npendloan == pgpp);
590 ndone += npendloan;
591 KASSERT(origpgpp + ndone
[all...]
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dpuffs.c780 int ndone; local
858 ndone = kevent(pu->pu_kq, pu->pu_evs, nchanges,
861 if (ndone == -1) {
869 if (ndone == 0)
873 for (curev = pu->pu_evs; ndone--; curev++) {
/netbsd-6-1-5-RELEASE/sys/net/
H A Dppp_tty.c700 int n, ndone, done, idle; local
756 ndone = n - b_to_q(start, n, &tp->t_outq);
757 len -= ndone;
758 start += ndone;
759 sc->sc_stats.ppp_obytes += ndone;
761 if (ndone < n)
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_vioif.c816 int i, r, ndone = 0; local
848 ndone++;
850 if (ndone > 0)
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp.c4869 int i, nlooked = 0, ndone = 0; local
5355 complist[ndone++] = xs; /* defer completion call until later */
5357 if (ndone == MAX_REQUESTQ_COMPLETIONS) {
5373 if (isp->isp_rscchiwater < ndone) {
5374 isp->isp_rscchiwater = ndone;
5388 for (i = 0; i < ndone; i++) {

Completed in 212 milliseconds