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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtimer.c60 #define TVN_BITS (CONFIG_BASE_SMALL ? 4 : 6) macro
62 #define TVN_SIZE (1 << TVN_BITS)
364 } else if (idx < 1 << (TVR_BITS + TVN_BITS)) {
367 } else if (idx < 1 << (TVR_BITS + 2 * TVN_BITS)) {
368 int i = (expires >> (TVR_BITS + TVN_BITS)) & TVN_MASK;
370 } else if (idx < 1 << (TVR_BITS + 3 * TVN_BITS)) {
371 int i = (expires >> (TVR_BITS + 2 * TVN_BITS)) & TVN_MASK;
388 i = (expires >> (TVR_BITS + 3 * TVN_BITS)) & TVN_MASK;
1075 #define INDEX(N) ((base->timer_jiffies >> (TVR_BITS + (N) * TVN_BITS)) & TVN_MASK)
1197 timer_jiffies >>= TVN_BITS; local
[all...]

Completed in 105 milliseconds