Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/
H A Dkselftest.h93 static unsigned int ksft_plan; variable
133 ksft_plan = plan; in ksft_set_plan()
134 printf("1..%d\n", ksft_plan); in ksft_set_plan()
139 if (ksft_plan != ksft_test_num()) in ksft_print_cnts()
141 ksft_plan, ksft_test_num()); in ksft_print_cnts()
284 ksft_exit(ksft_plan == \
329 if (ksft_plan || ksft_test_num()) { in ksft_exit_skip()
/openbmc/linux/tools/testing/selftests/exec/
H A Dnull-argv.c77 ksft_exit(ksft_cnt.ksft_pass == ksft_plan); in main()
/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c252 ksft_cnt.ksft_xskip += ksft_plan - ksft_test_num(); in main()