Home
last modified time | relevance | path

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

/freebsd/include/rpcsvc/
H A Drstat.x42 %#define FSHIFT 8 /* bits to right of fixed binary point */
43 %#define FSCALE (1<<FSHIFT)
/freebsd/sys/dev/syscons/snake/
H A Dsnake_saver.c59 #define LOAD_HIGH(ld) (((ld * 100 + FSCALE / 2) >> FSHIFT) / 100)
60 #define LOAD_LOW(ld) (((ld * 100 + FSCALE / 2) >> FSHIFT) % 100)
117 load = ((averunnable.ldavg[0] * 100 + FSCALE / 2) >> FSHIFT); in snake_saver()
/freebsd/sys/kern/
H A Dsched_4bsd.c503 ts->ts_pctcpu = (ts->ts_pctcpu * ccpu) >> FSHIFT; in schedcpu()
510 #if (FSHIFT >= CCPU_SHIFT) in schedcpu()
513 (FSHIFT - CCPU_SHIFT) : in schedcpu()
515 << (FSHIFT - CCPU_SHIFT)) / realstathz; in schedcpu()
519 FSCALE / realstathz)) >> FSHIFT; in schedcpu()
1648 #if (FSHIFT >= CCPU_SHIFT) in sched_pctcpu_delta()
1651 (FSHIFT - CCPU_SHIFT) : in sched_pctcpu_delta()
1653 << (FSHIFT - CCPU_SHIFT)) / realstathz; in sched_pctcpu_delta()
1657 FSCALE / realstathz)) >> FSHIFT; in sched_pctcpu_delta()
H A Dtty_info.c307 load = ((int64_t)averunnable.ldavg[0] * 100 + FSCALE / 2) >> FSHIFT; in tty_info()
367 pctcpu = (sched_pctcpu(td) * 10000 + FSCALE / 2) >> FSHIFT; in tty_info()
H A Dkern_synch.c624 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT; in loadav()
H A Dkern_racct.c370 pctcpu_next = (pctcpu * ccpu_exp[1]) >> FSHIFT; in racct_getpcpu()
H A Dsched_ule.c2858 pctcpu = (FSCALE * ((FSCALE * rtick)/hz)) >> FSHIFT; in sched_pctcpu()
/freebsd/sys/sys/
H A Dparam.h362 #define FSHIFT 11 /* bits to right of fixed binary point */ macro
363 #define FSCALE (1<<FSHIFT)
/freebsd/contrib/sendmail/src/
H A Dconf.c1476 #ifndef FSHIFT
1478 # define FSHIFT 5 macro
1482 # define FSHIFT 10 macro
1487 #ifndef FSHIFT
1488 # define FSHIFT 8 macro
1492 # define FSCALE (1 << FSHIFT)
1635 (int) (avenrun[0] + FSCALE/2) >> FSHIFT); in getla()
1636 return ((int) (avenrun[0] + FSCALE/2) >> FSHIFT); in getla()
1705 (int) (avenrun[0] + FSCALE/2) >> FSHIFT); in getla()
1945 (int) (avenrun[0] + FSCALE/2) >> FSHIFT); in getla()
[all …]
H A DREADME399 FSHIFT For LA_INT, LA_SHORT, and LA_READKSYM, this is the number
/freebsd/usr.bin/rup/
H A Drup.c43 #undef FSHIFT /* Use protocol's shift and scale values */
/freebsd/libexec/rpc.rstatd/
H A Drstat_proc.c58 #undef FSHIFT /* Use protocol's shift and scale values */
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h224 # define FSHIFT 16 macro
1625 # define FSHIFT 16 macro