Searched refs:test_exit (Results 1 – 16 of 16) sorted by relevance
18 test_exit $ksft_fail29 test_exit $ksft_skip48 test_exit() function77 [ ! $(type -P ip) ] && { echo "'ip' not found. Skipping tests."; test_exit $ksft_skip; }
96 [ ! -e "${URANDOM}" ] && { echo "${URANDOM} not found. Skipping tests."; test_exit $ksft_fail; }
29 static void test_exit(void) in test_exit() function37 module_exit(test_exit);
20 static void test_exit(void) in test_exit() function28 module_exit(test_exit);
77 test_exit=$?160 if [ $exp_exit -ne -1 ] && [ $test_exit -ne $exp_exit ]; then161 echo "FAILED (exit code: $test_exit, expected $exp_exit)"
308 test_exit(0); in send_ioctl()319 test_exit(0); in nlsock_sendmsg()
246 void test_exit(int rc) __attribute__((noreturn));251 #define exit(rc) test_exit(rc)
257 void test_exit(int rc) in test_exit() function
508 test_exit(0); in send_ioctl()
156 static void test_exit(void) in test_exit() function164 module_exit(test_exit);
207 static void __exit test_exit(void) in test_exit() function222 module_exit(test_exit);
71 def test_exit(self): member in GeneralTest
306 def test_exit(self): member in TestInteractiveConsoleLocalExit
978 def test_exit(self): member in RunFailedTests
195 def test_exit(self): member in SysModuleTest
184 def test_exit(self): member in TestLoopStack