Searched refs:__test_print (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | aolib.h | 78 static __printf(2, 3) inline void __test_print(void (*fn)(const char *), in __test_print() function 96 __test_print(__test_msg, "%ld[%s:%u] " fmt "\n", \ 101 __test_print(__test_ok, fmt "\n", ##__VA_ARGS__) 103 __test_print(__test_skip, fmt "\n", ##__VA_ARGS__) 105 __test_print(__test_xfail, fmt "\n", ##__VA_ARGS__) 110 __test_print(__test_fail, fmt ": %m\n", ##__VA_ARGS__); \ 112 __test_print(__test_fail, fmt "\n", ##__VA_ARGS__); \ 120 __test_print(__test_error, "%ld[%s:%u] " fmt ": %m\n", \ 124 __test_print(__test_error, "%ld[%s:%u] " fmt "\n", \
|
H A D | ftrace-tcp.c | 481 __test_print(__test_msg, fmt, ##__VA_ARGS__)
|