Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h77 static __printf(2, 3) inline void __test_print(void (*fn)(const char *), in __test_print() function
95 __test_print(__test_msg, "%ld[%s:%u] " fmt "\n", \
100 __test_print(__test_ok, fmt "\n", ##__VA_ARGS__)
102 __test_print(__test_skip, fmt "\n", ##__VA_ARGS__)
104 __test_print(__test_xfail, fmt "\n", ##__VA_ARGS__)
109 __test_print(__test_fail, fmt ": %m\n", ##__VA_ARGS__); \
111 __test_print(__test_fail, fmt "\n", ##__VA_ARGS__); \
119 __test_print(__test_error, "%ld[%s:%u] " fmt ": %m\n", \
123 __test_print(__test_error, "%ld[%s:%u] " fmt "\n", \
H A Dftrace-tcp.c481 __test_print(__test_msg, fmt, ##__VA_ARGS__)