/src/regress/sys/kern/allocfree/ |
allocfree.c | 55 static int nrun; variable in typeref:typename:int 182 if (--nrun == 0) { 208 nrun++; 215 while (nrun > 0) {
|
/src/sbin/fsck/ |
preen.c | 85 static int nrun = 0, ndisks = 0; variable in typeref:typename:int 222 nrun--; 237 } else if (nrun < maxrun && nrun < ndisks) { 365 p->p_auxarg, &d->d_pid)) != 0 && nrun > 0) 369 nrun++;
|
/src/sys/arch/sun3/dev/ |
xdvar.h | 154 u_char nrun; /* number running */ member in struct:xdc_softc
|
xd.c | 463 xdc->nrun = 0; 1530 xdcsc->nrun++; 1571 while (xdcsc->nwait || xdcsc->nrun) { 1574 xdcsc->nwait, xdcsc->nrun); 1598 if (xdcsc->nrun < XDC_MAXIOPB) { 1698 xdcsc->nrun--; /* it isn't running any more */ 1743 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone; 1840 xdcsc->nrun--; 2047 int nwait, nrun, nfree, ndone, whd = 0; local in function:xdc_tick 2051 nrun = xdcsc->nrun [all...] |
/src/sys/dev/vme/ |
xdvar.h | 155 u_char nrun; /* number running */ member in struct:xdc_softc
|
xd.c | 619 xdc->nrun = 0; 1702 xdcsc->nrun++; 1743 while (xdcsc->nwait || xdcsc->nrun) { 1746 xdcsc->nwait, xdcsc->nrun); 1771 if (xdcsc->nrun < XDC_MAXIOPB) { 1868 xdcsc->nrun--; /* it isn't running any more */ 1921 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone; 2016 xdcsc->nrun--; 2233 int nwait, nrun, nfree, ndone, whd = 0; local in function:xdc_tick 2237 nrun = xdcsc->nrun [all...] |
/src/sys/kern/ |
kern_synch.c | 1151 int nrun; local in function:sched_pstats 1156 nrun = 0; 1204 nrun++; 1269 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT;
|