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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dtimer_stats.c124 #define TSTAT_HASH_SIZE (1UL << TSTAT_HASH_BITS) macro
125 #define TSTAT_HASH_MASK (TSTAT_HASH_SIZE - 1)
135 static struct entry *tstat_hash_table[TSTAT_HASH_SIZE] __read_mostly;

Completed in 57 milliseconds