Home
last modified time | relevance | path

Searched defs:DEBUG_print (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
Ddm-integrity.c333 #define DEBUG_print(x, ...) printk(KERN_DEBUG x, ##__VA_ARGS__) macro
351 #define DEBUG_print(x, ...) do { } while (0) macro
/kernel/linux/linux-6.6/drivers/md/
Ddm-integrity.c345 #define DEBUG_print(x, ...) printk(KERN_DEBUG x, ##__VA_ARGS__) macro
349 #define DEBUG_print(x, ...) do { } while (0) macro