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

/openbsd-current/sbin/fsck/
H A Dpreen.c66 static int nrun = 0, ndisks = 0; variable
192 nrun--;
202 } else if (nrun < maxrun && nrun < ndisks) {
317 p->p_auxarg, &d->d_pid)) != 0 && nrun > 0)
321 nrun++;
/openbsd-current/sys/kern/
H A Dsched_bsd.c123 u_int i, nrun = 0; local
127 nrun++;
128 nrun += ci->ci_schedstate.spc_nrun;
133 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT;

Completed in 125 milliseconds