Home
last modified time | relevance | path

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

/lib/
Ddebugobjects.c23 #define ODEBUG_HASH_BITS 14 macro
24 #define ODEBUG_HASH_SIZE (1 << ODEBUG_HASH_BITS)
468 hash = hash_long((addr >> ODEBUG_CHUNK_SHIFT), ODEBUG_HASH_BITS); in get_bucket()