Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Ddebugobjects.c30 #define ODEBUG_CHUNK_SIZE (1 << ODEBUG_CHUNK_SHIFT) macro
31 #define ODEBUG_CHUNK_MASK (~(ODEBUG_CHUNK_SIZE - 1))
971 chunks = ((eaddr - paddr) + (ODEBUG_CHUNK_SIZE - 1)); in __debug_check_no_obj_freed()
974 for (;chunks > 0; chunks--, paddr += ODEBUG_CHUNK_SIZE) { in __debug_check_no_obj_freed()