Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/
A Dkselftest.h69 static unsigned int ksft_plan; variable
100 ksft_plan = plan; in ksft_set_plan()
101 printf("1..%d\n", ksft_plan); in ksft_set_plan()
106 if (ksft_plan != ksft_test_num()) in ksft_print_cnts()
108 ksft_plan, ksft_test_num()); in ksft_print_cnts()
274 if (ksft_plan || ksft_test_num()) { in ksft_exit_skip()
/linux/tools/testing/selftests/clone3/
A Dclone3_set_tid.c252 ksft_cnt.ksft_xskip += ksft_plan - ksft_test_num(); in main()

Completed in 3 milliseconds