Searched refs:FSHIFT (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dparam.h253 * by the formula (1 / (2 ^ (FSHIFT - 11))). The maximum load average that
255 * the formula (2 ^ (2 * (16 - FSHIFT))) for (FSHIFT < 15).
258 * FSHIFT must be at least 11; this gives us a maximum load avg of ~1024.
260 #define FSHIFT 11 /* bits to right of fixed binary point */ macro
261 #define FSCALE (1<<FSHIFT)
/xnu-2422.115.4/bsd/kern/
H A Dkern_synch.c454 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT;
H A Dtty.c2787 load = (averunnable.ldavg[0] * 100 + FSCALE / 2) >> FSHIFT;

Completed in 45 milliseconds