Searched refs:_no_printf (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/
H A Duserfaultfd_util.h38 #define PER_PAGE_DEBUG(...) _no_printf(__VA_ARGS__)
44 #define PER_VCPU_DEBUG(...) _no_printf(__VA_ARGS__)
H A Dtest_util.h25 static inline int _no_printf(const char *format, ...) { return 0; } function
30 #define pr_debug(...) _no_printf(__VA_ARGS__)
35 #define pr_info(...) _no_printf(__VA_ARGS__)

Completed in 103 milliseconds