Home
last modified time | relevance | path

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

/linux/lib/
H A Ddebugobjects.c22 #define ODEBUG_HASH_BITS 14 macro
23 #define ODEBUG_HASH_SIZE (1 << ODEBUG_HASH_BITS)
590 hash = hash_long((addr >> ODEBUG_CHUNK_SHIFT), ODEBUG_HASH_BITS); in get_bucket()