Searched refs:LVL_SHIFT (Results 1 – 1 of 1) sorted by relevance
157 #define LVL_SHIFT(n) ((n) * LVL_CLK_SHIFT) macro158 #define LVL_GRAN(n) (1UL << LVL_SHIFT(n))579 expires = (expires >> LVL_SHIFT(lvl)) + 1; in calc_index()580 *bucket_expiry = expires << LVL_SHIFT(lvl); in calc_index()1917 tmp <<= LVL_SHIFT(lvl); in timer_recalc_next_expiry()