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

/linux-master/lib/
H A Ddebugobjects.c22 #define ODEBUG_HASH_SIZE (1 << ODEBUG_HASH_BITS) macro
57 static struct debug_bucket obj_hash[ODEBUG_HASH_SIZE];
471 for (i = 0; i < ODEBUG_HASH_SIZE; i++, db++) {
1295 for (i = 0; i < ODEBUG_HASH_SIZE; i++)
1335 for (i = 0; i < ODEBUG_HASH_SIZE; i++, db++) {

Completed in 102 milliseconds