Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/rpcsvc/
H A Drstat.x38 %#define FSHIFT 8 /* bits to right of fixed binary point */
39 %#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.h342 #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.h303 #define FSHIFT 8 /* bits to right of fixed binary point */ macro
304 #define FSCALE (1<<FSHIFT)
/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c162 (16 - FSHIFT); in cpupart_kstat_update()
164 (16 - FSHIFT); in cpupart_kstat_update()
166 (16 - FSHIFT); in cpupart_kstat_update()
1155 buf[i] = cp->cp_hp_avenrun[i] >> (16 - FSHIFT); in cpupart_get_loadavg()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c1399 #ifndef FSHIFT
1401 # define FSHIFT 5 macro
1405 # define FSHIFT 10 macro
1410 #ifndef FSHIFT
1411 # define FSHIFT 8 macro
1415 # define FSCALE (1 << FSHIFT)
1558 (int) (avenrun[0] + FSCALE/2) >> FSHIFT); in getla()
1559 return ((int) (avenrun[0] + FSCALE/2) >> FSHIFT); in getla()
1628 (int) (avenrun[0] + FSCALE/2) >> FSHIFT); in getla()
1868 (int) (avenrun[0] + FSCALE/2) >> FSHIFT); in getla()
[all …]
/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c93 #define FSHIFT 8 macro
94 #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.c898 if (hp_avenrun[i] < ((uint64_t)1<<(31+16-FSHIFT))) in clock()
900 (16 - FSHIFT)); in clock()
H A Dzone.c3299 ((uint64_t)1<<(31+16-FSHIFT))) in zone_loadavg_update()
3301 (zp->zone_hp_avenrun[i] >> (16 - FSHIFT)); in zone_loadavg_update()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.bit_shifters1334 FSHIFT 11