Searched refs:test_exit (Results 1 – 13 of 13) sorted by relevance
18 test_exit $ksft_fail29 test_exit $ksft_skip48 test_exit() function69 [ ! $(type -P ip) ] && { echo "'ip' not found. Skipping tests."; test_exit $ksft_skip; }
97 [ ! -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,
540 static void test_exit(struct kunit *test) in test_exit() function578 .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,
1549 static void test_exit(struct kunit *test) in test_exit() function1610 .exit = test_exit,
Completed in 18 milliseconds