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

/freebsd-10.0-release/tools/regression/aio/aiop/
H A Daiop.c133 int io_size, nrun; local
149 nrun = atoi(argv[3]);
206 for (i = 0; i < nrun; i++) {
221 printf("Op rate: %.2f ops/sec, ", ((float) (nrun)) / f_rt);
222 printf("Avg transfer rate: %.2f bytes/sec\n", ((float) (nrun)) * ((float)io_size) / f_rt);
/freebsd-10.0-release/sbin/fsck/
H A Dpreen.c76 static int nrun = 0, ndisks = 0; variable
204 nrun--;
326 NULL, &d->d_pid)) != 0 && nrun > 0)
330 nrun++;
/freebsd-10.0-release/sys/kern/
H A Dkern_synch.c557 int i, nrun; local
560 nrun = sched_load();
565 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT;
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dchannel.c2264 int dirty, err, run, nrun; local
2313 nrun = CHN_EMPTY(c, children.busy) ? 0 : 1;
2314 if (nrun && !run)
2316 if (!nrun && run)
2340 nrun = 0;
2353 nrun++;
2368 nrun++;
2374 nrun++;
2385 nrun++;
2396 nrun
[all...]

Completed in 92 milliseconds