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

/darwin-on-arm/xnu/bsd/sys/
H A Dparam.h255 * by the formula (1 / (2 ^ (FSHIFT - 11))). The maximum load average that
257 * the formula (2 ^ (2 * (16 - FSHIFT))) for (FSHIFT < 15).
260 * FSHIFT must be at least 11; this gives us a maximum load avg of ~1024.
262 #define FSHIFT 11 /* bits to right of fixed binary point */ macro
263 #define FSCALE (1<<FSHIFT)
/darwin-on-arm/xnu/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 100 milliseconds