Searched refs:test_exit (Results 1 – 11 of 11) sorted by relevance
19 test_exit $ksft_fail 230 test_exit $ksft_skip 140 test_exit $ksft_skip 156 test_exit() function89 [ ! $(type -P ip) ] && { echo "'ip' not found. Skipping tests."; test_exit $ksft_skip 1; }
91 [ ! -e "${URANDOM}" ] && { echo "${URANDOM} not found. Skipping tests."; test_exit 1 1; }167 test_exit $ksft_fail 0171 test_exit $ksft_pass 0
48 static void test_exit(void) in test_exit() function53 module_exit(test_exit);
57 static void test_exit(void) in test_exit() function62 module_exit(test_exit);
145 void test_exit(struct test_state *state) in test_exit() function174 test_exit(&state); in main()
145 void test_exit(struct test_state *state) in test_exit() function177 test_exit(&state); in main()
186 static void __exit test_exit(void) in test_exit() function201 module_exit(test_exit);
186 static void __exit test_exit(void)192 module_exit(test_exit);
192 static void __exit test_exit(void)198 module_exit(test_exit);
823 static void test_exit(struct kunit *test) in test_exit() function832 .exit = test_exit,
1182 static void test_exit(struct kunit *test) in test_exit() function1208 .exit = test_exit,
Completed in 17 milliseconds