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

/linux-4.4.14/mm/
H A Dkmemleak.c188 #define HEX_MAX_LINES 2 macro
297 * printed is limited to HEX_MAX_LINES to prevent seq file spamming. The
307 /* limit the number of lines to HEX_MAX_LINES */ hex_dump_object()
308 len = min_t(size_t, object->size, HEX_MAX_LINES * HEX_ROW_SIZE); hex_dump_object()

Completed in 50 milliseconds