Searched refs:HEX_MAX_LINES (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/mm/
H A Dkmemleak.c176 #define HEX_MAX_LINES 2 macro
277 * printed is limited to HEX_MAX_LINES to prevent seq file spamming. The
288 /* limit the number of lines to HEX_MAX_LINES */
290 min(object->size, (size_t)(HEX_MAX_LINES * HEX_ROW_SIZE));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dkmemleak.c176 #define HEX_MAX_LINES 2 macro
277 * printed is limited to HEX_MAX_LINES to prevent seq file spamming. The
288 /* limit the number of lines to HEX_MAX_LINES */
290 min(object->size, (size_t)(HEX_MAX_LINES * HEX_ROW_SIZE));

Completed in 82 milliseconds