Home
last modified time | relevance | path

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

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