Home
last modified time | relevance | path

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

/linux/lib/
H A Ddebugobjects.c23 #define ODEBUG_HASH_SIZE (1 << ODEBUG_HASH_BITS) macro
70 static struct debug_bucket obj_hash[ODEBUG_HASH_SIZE];
574 for (int i = 0; i < ODEBUG_HASH_SIZE; i++, db++) { in debug_objects_oom()
1416 for (i = 0; i < ODEBUG_HASH_SIZE; i++) in debug_objects_early_init()
1448 for (i = 0; i < ODEBUG_HASH_SIZE; i++, db++) { in debug_objects_replace_static_objects()