Searched refs:SHIFT_HZ (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djiffies.h15 * OSF/1 kernel. The SHIFT_HZ define expresses the same value as the
19 # define SHIFT_HZ 4 macro
21 # define SHIFT_HZ 5 macro
23 # define SHIFT_HZ 6 macro
25 # define SHIFT_HZ 7 macro
27 # define SHIFT_HZ 8 macro
29 # define SHIFT_HZ 9 macro
31 # define SHIFT_HZ 10 macro
160 * constants and so are computed at compile time. SHIFT_HZ (computed in
224 #define SEC_JIFFIE_SC (31 - SHIFT_HZ)
[all...]
H A Dtimex.h85 #define SHIFT_UPDATE (SHIFT_HZ + 1) /* time offset scale (shift) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Doom_kill.c100 >> (SHIFT_HZ + 3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dtimekeeping.c347 * within about 1 sec (or 2^20 nsec in 2^SHIFT_HZ ticks).
349 error2 = clock->error >> (TICK_LENGTH_SHIFT + 22 - 2 * SHIFT_HZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dtime.c111 #define TICKLEN_SHIFT (63 - 30 - TICKLEN_SCALE + SHIFT_HZ)
929 * which turns out to be N = 51 - SHIFT_HZ.
938 tb_ticks_per_jiffy << SHIFT_HZ, &res);

Completed in 181 milliseconds