Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Ddebugobjects.c24 #define ODEBUG_HASH_BITS 14 macro
25 #define ODEBUG_HASH_SIZE (1 << ODEBUG_HASH_BITS)
495 hash = hash_long((addr >> ODEBUG_CHUNK_SHIFT), ODEBUG_HASH_BITS); in get_bucket()
/kernel/linux/linux-6.6/lib/
H A Ddebugobjects.c21 #define ODEBUG_HASH_BITS 14 macro
22 #define ODEBUG_HASH_SIZE (1 << ODEBUG_HASH_BITS)
492 hash = hash_long((addr >> ODEBUG_CHUNK_SHIFT), ODEBUG_HASH_BITS); in get_bucket()

Completed in 4 milliseconds