Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h35 extern void __test_fail(const char *buf);
109 __test_print(__test_fail, fmt ": %m\n", ##__VA_ARGS__); \
111 __test_print(__test_fail, fmt "\n", ##__VA_ARGS__); \
H A Dsetup.c29 void __test_fail(const char *buf) in __test_fail() function