FSHIFT             60 fs/proc/proc_misc.c #define LOAD_INT(x) ((x) >> FSHIFT)
FSHIFT            119 include/linux/sched.h #define FIXED_1		(1<<FSHIFT)	/* 1.0 as fixed-point */
FSHIFT            128 include/linux/sched.h 	load >>= FSHIFT;
FSHIFT           1294 kernel/timer.c 		info->loads[0] = avenrun[0] << (SI_LOAD_SHIFT - FSHIFT);
FSHIFT           1295 kernel/timer.c 		info->loads[1] = avenrun[1] << (SI_LOAD_SHIFT - FSHIFT);
FSHIFT           1296 kernel/timer.c 		info->loads[2] = avenrun[2] << (SI_LOAD_SHIFT - FSHIFT);
FSHIFT            120 net/sched/em_meta.c 	int rnd_frac = ((rnd_load & (FIXED_1-1)) * 100) >> FSHIFT;
FSHIFT            122 net/sched/em_meta.c 	return ((rnd_load >> FSHIFT) * 100) + rnd_frac;