Searched refs:nrun (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sbin/fsck/
H A Dpreen.c85 static int nrun = 0, ndisks = 0; variable
222 nrun--;
237 } else if (nrun < maxrun && nrun < ndisks) {
365 p->p_auxarg, &d->d_pid)) != 0 && nrun > 0)
369 nrun++;
/netbsd-current/sys/arch/sun3/dev/
H A Dxdvar.h154 u_char nrun; /* number running */ member in struct:xdc_softc
H A Dxd.c463 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
2051 nrun
[all...]
/netbsd-current/regress/sys/kern/allocfree/
H A Dallocfree.c55 static int nrun; variable
182 if (--nrun == 0) {
208 nrun++;
215 while (nrun > 0) {
/netbsd-current/sys/dev/vme/
H A Dxdvar.h155 u_char nrun; /* number running */ member in struct:xdc_softc
H A Dxd.c619 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
2237 nrun
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/
H A DMakefile.am193 %/nrun.o: common/nrun.c | %/libsim.a $(SIM_ALL_RECURSIVE_DEPS)
H A DMakefile.in363 @SIM_ENABLE_ARCH_aarch64_TRUE@ aarch64/nrun.o aarch64/libsim.a \
371 @SIM_ENABLE_ARCH_arm_TRUE@arm_run_DEPENDENCIES = arm/nrun.o \
375 @SIM_ENABLE_ARCH_avr_TRUE@avr_run_DEPENDENCIES = avr/nrun.o \
379 @SIM_ENABLE_ARCH_bfin_TRUE@bfin_run_DEPENDENCIES = bfin/nrun.o \
383 @SIM_ENABLE_ARCH_bpf_TRUE@bpf_run_DEPENDENCIES = bpf/nrun.o \
392 @SIM_ENABLE_ARCH_cr16_TRUE@cr16_run_DEPENDENCIES = cr16/nrun.o \
396 @SIM_ENABLE_ARCH_cris_TRUE@cris_run_DEPENDENCIES = cris/nrun.o \
410 @SIM_ENABLE_ARCH_d10v_TRUE@d10v_run_DEPENDENCIES = d10v/nrun.o \
426 @SIM_ENABLE_ARCH_examples_TRUE@ example-synacor/nrun.o \
431 @SIM_ENABLE_ARCH_frv_TRUE@frv_run_DEPENDENCIES = frv/nrun
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/moxie/
H A Dlocal.mk21 %D%/nrun.o \
/netbsd-current/external/gpl3/gdb.old/dist/sim/or1k/
H A DMakefile.in65 SIM_RUN_OBJS = nrun.o
/netbsd-current/sys/kern/
H A Dkern_synch.c1151 int nrun; local
1156 nrun = 0;
1204 nrun++;
1269 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT;

Completed in 271 milliseconds