Searched defs:DEBUG_print (Results 1 – 2 of 2) sorted by relevance
333 #define DEBUG_print(x, ...) printk(KERN_DEBUG x, ##__VA_ARGS__) macro351 #define DEBUG_print(x, ...) do { } while (0) macro
345 #define DEBUG_print(x, ...) printk(KERN_DEBUG x, ##__VA_ARGS__) macro349 #define DEBUG_print(x, ...) do { } while (0) macro