Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Ddebugobjects.c29 #define ODEBUG_CHUNK_SHIFT PAGE_SHIFT macro
30 #define ODEBUG_CHUNK_SIZE (1 << ODEBUG_CHUNK_SHIFT)
492 hash = hash_long((addr >> ODEBUG_CHUNK_SHIFT), ODEBUG_HASH_BITS); in get_bucket()
971 chunks >>= ODEBUG_CHUNK_SHIFT; in __debug_check_no_obj_freed()