Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
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()