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

/freebsd-9.3-release/tools/regression/aio/aiop/
H A Daiop.c132 int io_size, nrun; local
148 nrun = atoi(argv[3]);
205 for (i = 0; i < nrun; i++) {
220 printf("Op rate: %.2f ops/sec, ", ((float) (nrun)) / f_rt);
221 printf("Avg transfer rate: %.2f bytes/sec\n", ((float) (nrun)) * ((float)io_size) / f_rt);
/freebsd-9.3-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-9.3-release/sys/kern/
H A Dkern_synch.c548 int i, nrun; local
551 nrun = sched_load();
556 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT;
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dchannel.c2262 int dirty, err, run, nrun; local
2311 nrun = CHN_EMPTY(c, children.busy) ? 0 : 1;
2312 if (nrun && !run)
2314 if (!nrun && run)
2338 nrun = 0;
2351 nrun++;
2366 nrun++;
2372 nrun++;
2383 nrun++;
2394 nrun
[all...]

Completed in 118 milliseconds