Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/rpcsvc/
H A Drstat.x40 %#define FSHIFT 8 /* bits to right of fixed binary point */
41 %#define FSCALE (1<<FSHIFT)
/titanic_50/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)
/titanic_50/usr/src/ucbhead/sys/
H A Dparam.h272 #define FSHIFT 8 /* bits to right of fixed binary point */ macro
273 #define FSCALE (1<<FSHIFT)
/titanic_50/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)
/titanic_50/usr/src/uts/common/disp/
H A Dcpupart.c159 (16 - FSHIFT); in cpupart_kstat_update()
161 (16 - FSHIFT); in cpupart_kstat_update()
163 (16 - FSHIFT); in cpupart_kstat_update()
1156 buf[i] = cp->cp_hp_avenrun[i] >> (16 - FSHIFT); in cpupart_get_loadavg()
/titanic_50/usr/src/cmd/sendmail/src/
H A Dconf.c1398 #ifndef FSHIFT
1400 # define FSHIFT 5 macro
1404 # define FSHIFT 10 macro
1409 #ifndef FSHIFT
1410 # define FSHIFT 8 macro
1414 # define FSCALE (1 << FSHIFT)
1557 (int) (avenrun[0] + FSCALE/2) >> FSHIFT); in getla()
1558 return ((int) (avenrun[0] + FSCALE/2) >> FSHIFT); in getla()
1627 (int) (avenrun[0] + FSCALE/2) >> FSHIFT); in getla()
1628 return ((int) (avenrun[0] + FSCALE/2) >> FSHIFT); in getla()
[all …]
/titanic_50/usr/src/cmd/power/
H A Dsysstat.c94 #define FSHIFT 8 macro
95 #define FSCALE (1<<FSHIFT)
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dconf.h229 # define FSHIFT 16 macro
1588 # define FSHIFT 16 macro
/titanic_50/usr/src/uts/common/os/
H A Dclock.c894 if (hp_avenrun[i] < ((uint64_t)1<<(31+16-FSHIFT))) in clock()
896 (16 - FSHIFT)); in clock()
H A Dzone.c3141 ((uint64_t)1<<(31+16-FSHIFT))) in zone_loadavg_update()
3143 (zp->zone_hp_avenrun[i] >> (16 - FSHIFT)); in zone_loadavg_update()