TVN_MASK 265 kernel/timer.c int i = (expires >> TVR_BITS) & TVN_MASK; TVN_MASK 268 kernel/timer.c int i = (expires >> (TVR_BITS + TVN_BITS)) & TVN_MASK; TVN_MASK 271 kernel/timer.c int i = (expires >> (TVR_BITS + 2 * TVN_BITS)) & TVN_MASK; TVN_MASK 288 kernel/timer.c i = (expires >> (TVR_BITS + 3 * TVN_BITS)) & TVN_MASK; TVN_MASK 754 kernel/timer.c #define INDEX(N) ((base->timer_jiffies >> (TVR_BITS + (N) * TVN_BITS)) & TVN_MASK) TVN_MASK 861 kernel/timer.c index = slot = timer_jiffies & TVN_MASK; TVN_MASK 878 kernel/timer.c slot = (slot + 1) & TVN_MASK;