Searched refs:TVR_SIZE (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtimer.c56 #define TVR_SIZE (1 << TVR_BITS) macro
58 #define TVR_MASK (TVR_SIZE - 1)
65 struct list_head vec[TVR_SIZE];
262 if (idx < TVR_SIZE) {
694 timer_jiffies += TVR_SIZE - index;
1249 for (j = 0; j < TVR_SIZE; j++)
1285 for (i = 0; i < TVR_SIZE; i++)

Completed in 55 milliseconds