HomeSort by: relevance | last modified time | path
    Searched defs:FSHIFT (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/rpc.rstatd/
rstat_proc.c 74 #undef FSHIFT /* Use protocol's shift and scale values */
  /src/usr.bin/rup/
rup.c 55 #undef FSHIFT /* Use protocol's shift and scale values */
  /src/sys/sys/
param.h 482 * by the formula (1 / (2 ^ (FSHIFT - 11))). The maximum load average that
484 * the formula (2 ^ (2 * (16 - FSHIFT))) for (FSHIFT < 15).
487 * FSHIFT must be at least 11; this gives us a maximum load avg of ~1024.
489 #define FSHIFT 11 /* bits to right of fixed binary point */
490 #define FSCALE (1<<FSHIFT)

Completed in 74 milliseconds