Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/
H A Dkselftest.h115 static unsigned int ksft_plan; variable
156 ksft_plan = plan; in ksft_set_plan()
157 printf("1..%u\n", ksft_plan); in ksft_set_plan()
167 if (ksft_plan != ksft_test_num()) in ksft_print_cnts()
169 ksft_plan, ksft_test_num()); in ksft_print_cnts()
400 ksft_exit(ksft_plan == \
450 if (ksft_plan || ksft_test_num()) { in ksft_exit_skip()
/linux/tools/testing/selftests/exec/
H A Dnull-argv.c77 ksft_exit(ksft_cnt.ksft_pass == ksft_plan); in main()
/linux/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c265 ksft_cnt.ksft_xskip += ksft_plan - ksft_test_num(); in main()