Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-integrity.c356 #define DEBUG_print(x, ...) printk(KERN_DEBUG x, ##__VA_ARGS__) macro
360 #define DEBUG_print(x, ...) do { } while (0) macro