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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 185 milliseconds