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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/stboards/
H A Dled.c48 period = ((672<<FSHIFT)/(5*avenrun[0]+(7<<FSHIFT))) + 30;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dled_7751se.c47 period = 110 - ( (300<<FSHIFT)/
48 ((avenrun[0]/5) + (3<<FSHIFT)) );
H A Dled_bigsur.c50 period = ((672<<FSHIFT)/(5*avenrun[0]+(7<<FSHIFT))) + 30;
H A Dled_se.c47 period = 110 - ( (300<<FSHIFT)/
48 ((avenrun[0]/5) + (3<<FSHIFT)) );
H A Dio_cat68701.c243 period = 110 - ( (300<<FSHIFT)/
244 ((avenrun[0]/5) + (3<<FSHIFT)) );
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Duptime.c39 static const int FSHIFT = 16; /* nr of bits of precision */ variable
40 #define FIXED_1 (1<<FSHIFT) /* 1.0 as fixed-point */
41 #define LOAD_INT(x) ((x) >> FSHIFT)
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dinfo.c25 val.loads[0] = avenrun[0] << (SI_LOAD_SHIFT - FSHIFT);
26 val.loads[1] = avenrun[1] << (SI_LOAD_SHIFT - FSHIFT);
27 val.loads[2] = avenrun[2] << (SI_LOAD_SHIFT - FSHIFT);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/amiga/
H A Dtime.c55 period = ((672<<FSHIFT)/(5*avenrun[0]+(7<<FSHIFT))) + 30;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dtime.c98 period = ((672<<FSHIFT)/(5*avenrun[0]+(7<<FSHIFT))) + 30;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dold-time.c353 period = ((672<<FSHIFT)/(5*avenrun[0]+(7<<FSHIFT))) + 30;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsched.h61 #define FSHIFT 11 /* nr of bits of precision */ macro
62 #define FIXED_1 (1<<FSHIFT) /* 1.0 as fixed-point */
71 load >>= FSHIFT;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsched.h61 #define FSHIFT 11 /* nr of bits of precision */ macro
62 #define FIXED_1 (1<<FSHIFT) /* 1.0 as fixed-point */
71 load >>= FSHIFT;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/proc/
H A Dproc_misc.c44 #define LOAD_INT(x) ((x) >> FSHIFT)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsys_parisc32.c2981 val.loads[0] = avenrun[0] << (SI_LOAD_SHIFT - FSHIFT);
2982 val.loads[1] = avenrun[1] << (SI_LOAD_SHIFT - FSHIFT);
2983 val.loads[2] = avenrun[2] << (SI_LOAD_SHIFT - FSHIFT);

Completed in 101 milliseconds