Searched refs:_no_printf (Results 1 – 2 of 2) sorted by relevance
22 static inline int _no_printf(const char *format, ...) { return 0; } in _no_printf() function27 #define pr_debug(...) _no_printf(__VA_ARGS__)32 #define pr_info(...) _no_printf(__VA_ARGS__)
33 #define PER_PAGE_DEBUG(...) _no_printf(__VA_ARGS__)39 #define PER_VCPU_DEBUG(...) _no_printf(__VA_ARGS__)