Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Ddebugobjects.c25 #define ODEBUG_HASH_SIZE (1 << ODEBUG_HASH_BITS) macro
60 static struct debug_bucket obj_hash[ODEBUG_HASH_SIZE];
474 for (i = 0; i < ODEBUG_HASH_SIZE; i++, db++) { in debug_objects_oom()
1287 for (i = 0; i < ODEBUG_HASH_SIZE; i++) in debug_objects_early_init()
1327 for (i = 0; i < ODEBUG_HASH_SIZE; i++, db++) { in debug_objects_replace_static_objects()
/kernel/linux/linux-6.6/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++) { in debug_objects_oom()
1295 for (i = 0; i < ODEBUG_HASH_SIZE; i++) in debug_objects_early_init()
1335 for (i = 0; i < ODEBUG_HASH_SIZE; i++, db++) { in debug_objects_replace_static_objects()

Completed in 4 milliseconds