Searched refs:test_exit (Results 1 – 13 of 13) 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; }
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);
307 static void test_exit(struct kunit *test) in test_exit() function327 .exit = test_exit,
536 static void test_exit(struct kunit *test) in test_exit() function574 .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() function862 .exit = test_exit,
1544 static void test_exit(struct kunit *test) in test_exit() function1605 .exit = test_exit,