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

/linux-4.1.27/fs/proc/
H A Dloadavg.c10 #define LOAD_INT(x) ((x) >> FSHIFT)
/linux-4.1.27/arch/microblaze/kernel/
H A Dheartbeat.c38 period = ((672 << FSHIFT) / (5 * avenrun[0] + microblaze_heartbeat()
39 (7 << FSHIFT))) + 30; microblaze_heartbeat()
/linux-4.1.27/arch/m68k/kernel/
H A Dtime.c65 period = ((672<<FSHIFT)/(5*avenrun[0]+(7<<FSHIFT))) + 30; timer_interrupt()
/linux-4.1.27/drivers/leds/trigger/
H A Dledtrig-heartbeat.c54 (6720 << FSHIFT) / (5 * avenrun[0] + (7 << FSHIFT)); led_heartbeat_function()
/linux-4.1.27/arch/sh/drivers/
H A Dheartbeat.c73 mod_timer(&hd->timer, jiffies + (110 - ((300 << FSHIFT) / heartbeat_timer()
74 ((avenrun[0] / 5) + (3 << FSHIFT))))); heartbeat_timer()
/linux-4.1.27/arch/sparc/kernel/
H A Dled.c41 ((1 + (avenrun[0] >> FSHIFT)) * HZ); led_blink()
/linux-4.1.27/arch/s390/appldata/
H A Dappldata_os.c26 #define LOAD_INT(x) ((x) >> FSHIFT)
/linux-4.1.27/net/sched/
H A Dem_meta.c118 int rnd_frac = ((rnd_load & (FIXED_1-1)) * 100) >> FSHIFT; fixed_loadavg()
120 return ((rnd_load >> FSHIFT) * 100) + rnd_frac; fixed_loadavg()
/linux-4.1.27/drivers/cpuidle/governors/
H A Dmenu.c134 #define LOAD_INT(x) ((x) >> FSHIFT)
/linux-4.1.27/kernel/sched/
H A Dproc.c292 return calc_load(load, fixed_power_int(exp, FSHIFT, n), active); calc_load_n()
/linux-4.1.27/include/linux/
H A Dsched.h153 #define FSHIFT 11 /* nr of bits of precision */ macro
154 #define FIXED_1 (1<<FSHIFT) /* 1.0 as fixed-point */
163 load >>= FSHIFT;
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A Dsched.c1073 #define LOAD_INT(x) ((x) >> FSHIFT)
/linux-4.1.27/drivers/platform/x86/
H A Dintel_ips.c361 if ((avenrun[0] >> FSHIFT) > 1) ips_cpu_busy()
/linux-4.1.27/kernel/
H A Dsys.c2281 get_avenrun(info->loads, 0, SI_LOAD_SHIFT - FSHIFT); do_sysinfo()
/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_main.c2574 #define LOAD_INT(x) ((x) >> FSHIFT) kdb_summary()

Completed in 694 milliseconds