Home
last modified time | relevance | path

Searched refs:nrun (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sbin/fsck/
H A Dpreen.c85 static int nrun = 0, ndisks = 0; variable
222 nrun--; in checkfstab()
237 } else if (nrun < maxrun && nrun < ndisks) { in checkfstab()
365 p->p_auxarg, &d->d_pid)) != 0 && nrun > 0) in startdisk()
369 nrun++; in startdisk()
/netbsd-src/regress/sys/kern/allocfree/
H A Dallocfree.c55 static int nrun; variable
182 if (--nrun == 0) { in test_thread()
208 nrun++; in run2()
215 while (nrun > 0) { in run2()
/netbsd-src/sys/arch/sun3/dev/
H A Dxd.c463 xdc->nrun = 0; in xdcattach()
1530 xdcsc->nrun++; in xdc_submit_iorq()
1571 while (xdcsc->nwait || xdcsc->nrun) { in xdc_piodriver()
1574 xdcsc->nwait, xdcsc->nrun); in xdc_piodriver()
1598 if (xdcsc->nrun < XDC_MAXIOPB) { in xdc_piodriver()
1698 xdcsc->nrun--; /* it isn't running any more */ in xdc_reset()
1743 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone; in xdc_reset()
1840 xdcsc->nrun--; in xdc_remove_iorq()
2047 int nwait, nrun, nfree, ndone, whd = 0; in xdc_tick() local
2051 nrun in xdc_tick()
[all...]
H A Dxdvar.h154 u_char nrun; /* number running */ member
/netbsd-src/sys/dev/vme/
H A Dxd.c619 xdc->nrun = 0; in xdcattach()
1702 xdcsc->nrun++; in xdc_submit_iorq()
1743 while (xdcsc->nwait || xdcsc->nrun) { in xdc_piodriver()
1746 xdcsc->nwait, xdcsc->nrun); in xdc_piodriver()
1771 if (xdcsc->nrun < XDC_MAXIOPB) { in xdc_piodriver()
1868 xdcsc->nrun--; /* it isn't running any more */ in xdc_reset()
1921 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone; in xdc_reset()
2016 xdcsc->nrun--; in xdc_remove_iorq()
2233 int nwait, nrun, nfree, ndone, whd = 0; in xdc_tick() local
2237 nrun = xdcsc->nrun; in xdc_tick()
[all …]
H A Dxdvar.h155 u_char nrun; /* number running */ member
/netbsd-src/external/gpl3/gdb/dist/sim/or1k/
H A DREADME23 sim/common/nrun.c - the main() calls sim_open(), sim_resume() and others
24 sim/or1k/sim-if.c - implements sim_open() and others used by nrun
/netbsd-src/external/gpl3/gdb.old/dist/sim/or1k/
H A DREADME23 sim/common/nrun.c - the main() calls sim_open(), sim_resume() and others
24 sim/or1k/sim-if.c - implements sim_open() and others used by nrun
/netbsd-src/sys/kern/
H A Dkern_synch.c1151 int nrun; in sched_pstats() local
1156 nrun = 0; in sched_pstats()
1204 nrun++; in sched_pstats()
1269 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT; in sched_pstats()
/netbsd-src/external/gpl3/gdb/dist/sim/common/
H A DChangeLog-2021277 * cgen-utils.c, nrun.c, sim-core.c, sim-engine.c, sim-reason.c,
296 * nrun.c, sim-hw.c, sim-io.c, sim-syscall.c, sim-trace.c: Likewise.
364 * nrun.c (main): Set default_callback.target_endian to
470 nrun.c, sim-basics.h, sim-load.c, sim-memopt.c, sim-module.c,
480 * nrun.c: Include environ.h.
641 * nrun.c (strsignal): New prototype.
913 hw-ports.c, hw-properties.c, hw-tree.c, nrun.c, sim-arange.c,
988 * nrun.c: Include stdlib.h.
1254 * dv-cfi.c, nrun.c, sim-basics.h, sim-load.c, sim-memopt.c,
1333 * nrun.c (myname): Mark const.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/m68hc11/
H A DChangeLog-20211092 * Makefile.in (SIM_RUN_OBJS): Define to use nrun.c
/netbsd-src/external/gpl3/gdb/dist/sim/v850/
H A DChangeLog-20211396 * Makefile.in (SIM_RUN_OBJS): Use nrun.o.
/netbsd-src/external/gpl3/gdb/dist/sim/mips/
H A DChangeLog-20213578 * Makefile.in (SIM_RUN_OBJS): Set to nrun.o - use new version or
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git77651 nrun.c. Since then, we've migrated to gnulib as our portability layer,
78796 sim: build: drop common/nrun.o subdir hack
93252 used to provide a run-compatible interface in the pre-nrun days, but
93254 commit 465fb143c87076b6416a8d0d5dd79bb016060fe3 ("sim: make nrun the
159302 sim: nrun: add --env-{set,unset,clear} command line options