Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
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++) { in debug_objects_oom()
1339 for (i = 0; i < ODEBUG_HASH_SIZE; i++) in debug_objects_early_init()
1379 for (i = 0; i < ODEBUG_HASH_SIZE; i++, db++) { in debug_objects_replace_static_objects()