Lines Matching refs:exit
29 * When all tests are finished, clean up and exit the program with one of:
37 * failed, it can instead exit with a message (this is usually done when
73 /* define kselftest exit codes */
244 exit(KSFT_PASS);
250 exit(KSFT_FAIL);
256 * @condition: if true, exit self test with success, otherwise fail.
286 exit(KSFT_FAIL);
292 exit(KSFT_XFAIL);
298 exit(KSFT_XPASS);
327 exit(KSFT_SKIP);