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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Ddebugobjects.c25 #define ODEBUG_CHUNK_SIZE (1 << ODEBUG_CHUNK_SHIFT) macro
26 #define ODEBUG_CHUNK_MASK (~(ODEBUG_CHUNK_SIZE - 1))
624 chunks = ((eaddr - paddr) + (ODEBUG_CHUNK_SIZE - 1));
627 for (;chunks > 0; chunks--, paddr += ODEBUG_CHUNK_SIZE) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Ddebugobjects.c25 #define ODEBUG_CHUNK_SIZE (1 << ODEBUG_CHUNK_SHIFT) macro
26 #define ODEBUG_CHUNK_MASK (~(ODEBUG_CHUNK_SIZE - 1))
624 chunks = ((eaddr - paddr) + (ODEBUG_CHUNK_SIZE - 1));
627 for (;chunks > 0; chunks--, paddr += ODEBUG_CHUNK_SIZE) {

Completed in 104 milliseconds