Searched defs:DEBUG_bytes (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-integrity.c | 349 #define DEBUG_bytes(bytes, len, msg, ...) __DEBUG_bytes(bytes, len, KERN_DEBUG msg, ##__VA_ARGS__) macro 352 #define DEBUG_bytes(bytes, len, msg, ...) do { } while (0) macro
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | dm-integrity.c | 346 #define DEBUG_bytes(bytes, len, msg, ...) printk(KERN_DEBUG msg "%s%*ph\n", ##__VA_ARGS__, \ macro 350 #define DEBUG_bytes(bytes, len, msg, ...) do { } while (0) macro
|