Home | History | Annotate | Download | only in linux

Lines Matching refs:SHIFT_HZ

15  * OSF/1 kernel. The SHIFT_HZ define expresses the same value as the
19 # define SHIFT_HZ 4
21 # define SHIFT_HZ 5
23 # define SHIFT_HZ 6
25 # define SHIFT_HZ 7
27 # define SHIFT_HZ 8
29 # define SHIFT_HZ 9
31 # define SHIFT_HZ 10
145 * constants and so are computed at compile time. SHIFT_HZ (computed in
209 #define SEC_JIFFIE_SC (31 - SHIFT_HZ)
212 #define SEC_JIFFIE_SC (32 - SHIFT_HZ)