Home
last modified time | relevance | path

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

/tools/testing/selftests/
A Dkselftest.h102 unsigned int ksft_error; member
112 ksft_cnt.ksft_xskip + ksft_cnt.ksft_error; in ksft_test_num()
120 static inline void ksft_inc_error_cnt(void) { ksft_cnt.ksft_error++; } in ksft_inc_error_cnt()
127 static inline int ksft_get_error_cnt(void) { return ksft_cnt.ksft_error; } in ksft_get_error_cnt()
163 ksft_cnt.ksft_xskip, ksft_cnt.ksft_error); in ksft_print_cnts()
271 ksft_cnt.ksft_error++; in ksft_test_result_error()

Completed in 3 milliseconds