Searched defs:verbose_printk (Results 1 – 2 of 2) sorted by relevance
42 #define verbose_printk(fmt, arg...) \ macro45 #define verbose_printk(fmt, arg...) \ macro
40 #define verbose_printk(...) if (g_verbose) printk(__VA_ARGS__) macro