Searched refs:HEX_ROW_SIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | kmemleak.c | 176 #define HEX_ROW_SIZE 16 macro 277 * actual number of printed bytes depends on HEX_ROW_SIZE. It must be called 287 len = min_t(size_t, object->size, HEX_MAX_LINES * HEX_ROW_SIZE); in hex_dump_object() 291 warn_or_seq_hex_dump(seq, DUMP_PREFIX_NONE, HEX_ROW_SIZE, in hex_dump_object()
|
/kernel/linux/linux-6.6/mm/ |
H A D | kmemleak.c | 189 #define HEX_ROW_SIZE 16 macro 292 * actual number of printed bytes depends on HEX_ROW_SIZE. It must be called 305 len = min_t(size_t, object->size, HEX_MAX_LINES * HEX_ROW_SIZE); in hex_dump_object() 309 warn_or_seq_hex_dump(seq, DUMP_PREFIX_NONE, HEX_ROW_SIZE, in hex_dump_object()
|
Completed in 5 milliseconds