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

/illumos-gate/usr/src/head/rpcsvc/
H A Drstat.x40 %#define FSHIFT 8 /* bits to right of fixed binary point */
41 %#define FSCALE (1<<FSHIFT)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dparam.h199 #define FSHIFT 8 /* bits to right of fixed binary point */ macro
200 #define FSCALE (1<<FSHIFT)
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h272 #define FSHIFT 8 /* bits to right of fixed binary point */ macro
273 #define FSCALE (1<<FSHIFT)
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h335 * by the formula (1 / (2 ^ (FSHIFT - 11))). The maximum load average that
337 * the formula (2 ^ (2 * (16 - FSHIFT))) for (FSHIFT < 15).
340 * FSHIFT must be at least 11; this gives us a maximum load avg of ~1024.
342 #define FSHIFT 11 /* bits to right of fixed binary point */ macro
343 #define FSCALE (1<<FSHIFT)
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h291 #define FSHIFT 8 /* bits to right of fixed binary point */ macro
292 #define FSCALE (1<<FSHIFT)
/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c159 (16 - FSHIFT);
161 (16 - FSHIFT);
163 (16 - FSHIFT);
1156 buf[i] = cp->cp_hp_avenrun[i] >> (16 - FSHIFT);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c1398 #ifndef FSHIFT
1400 # define FSHIFT 5 macro
1404 # define FSHIFT 10 macro
1407 #endif /* ! FSHIFT */
1409 #ifndef FSHIFT
1410 # define FSHIFT 8 macro
1411 #endif /* ! FSHIFT */
1414 # define FSCALE (1 << FSHIFT)
1557 (int) (avenrun[0] + FSCALE/2) >> FSHIFT);
1558 return ((int) (avenrun[0] + FSCALE/2) >> FSHIFT);
[all...]
/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c94 #define FSHIFT 8 macro
95 #define FSCALE (1<<FSHIFT)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h229 # define FSHIFT 16 macro
1588 # define FSHIFT 16 macro
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c888 * hp_avenrun[i] >> (16 - FSHIFT) will not be
894 if (hp_avenrun[i] < ((uint64_t)1<<(31+16-FSHIFT)))
896 (16 - FSHIFT));
H A Dzone.c3271 ((uint64_t)1<<(31+16-FSHIFT)))
3273 (zp->zone_hp_avenrun[i] >> (16 - FSHIFT));

Completed in 85 milliseconds