Searched defs:DEBUG_print (Results 1 – 1 of 1) sorted by relevance
344 #define DEBUG_print(x, ...) printk(KERN_DEBUG x, ##__VA_ARGS__) macro362 #define DEBUG_print(x, ...) do { } while (0) macro