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

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

Completed in 176 milliseconds