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

/linux-master/tools/testing/selftests/
H A Dkselftest.h99 static unsigned int ksft_plan; variable
139 ksft_plan = plan;
140 printf("1..%u\n", ksft_plan);
145 if (ksft_plan != ksft_test_num())
147 ksft_plan, ksft_test_num());
336 ksft_exit(ksft_plan == \
381 if (ksft_plan || ksft_test_num()) {
/linux-master/tools/testing/selftests/exec/
H A Dnull-argv.c77 ksft_exit(ksft_cnt.ksft_pass == ksft_plan);
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c250 ksft_cnt.ksft_xskip += ksft_plan - ksft_test_num();

Completed in 170 milliseconds