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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddebugobjects.c19 #define ODEBUG_HASH_SIZE (1 << ODEBUG_HASH_BITS) macro
33 static struct debug_bucket obj_hash[ODEBUG_HASH_SIZE];
225 for (i = 0; i < ODEBUG_HASH_SIZE; i++, db++) {
963 for (i = 0; i < ODEBUG_HASH_SIZE; i++)
1002 for (i = 0; i < ODEBUG_HASH_SIZE; i++, db++) {

Completed in 62 milliseconds