Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/
H A Dtest_util.h22 static inline int _no_printf(const char *format, ...) { return 0; } in _no_printf() function
27 #define pr_debug(...) _no_printf(__VA_ARGS__)
32 #define pr_info(...) _no_printf(__VA_ARGS__)
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c33 #define PER_PAGE_DEBUG(...) _no_printf(__VA_ARGS__)
39 #define PER_VCPU_DEBUG(...) _no_printf(__VA_ARGS__)