Searched refs:test_exit (Results 1 – 14 of 14) sorted by relevance
18 test_exit $ksft_fail29 test_exit $ksft_skip48 test_exit() function76 [ ! $(type -P ip) ] && { echo "'ip' not found. Skipping tests."; test_exit $ksft_skip; }
109 [ ! -e "${URANDOM}" ] && { echo "${URANDOM} not found. Skipping tests."; test_exit $ksft_fail; }
155 test_exit() function200 test_exit "CPU family:$FML does not support IFS" "$KSFT_SKIP"227 test_exit "Check if CONFIG_INTEL_IFS is set to m or \231 [[ -n "$ifs_info" ]] || test_exit "No ifs module listed by lsmod" "$KSFT_FAIL"252 test_exit "No sysfs entry in $IFS_SCAN_SYSFS_PATH" "$KSFT_FAIL"389 test_exit "Invalid cpus_type:$cpus_type" "$KSFT_XFAIL"423 test_exit "Invalid ifs_mode:$ifs_mode" "$KSFT_XFAIL"
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);
90 static void __exit test_exit(void) in test_exit() function95 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)192 module_exit(test_exit);
186 static void __exit test_exit(void) in test_exit() function201 module_exit(test_exit);
62 static void test_exit(void) in test_exit() function104 test_exit(); in test_destructor()
307 static void test_exit(struct kunit *test) in test_exit() function327 .exit = test_exit,
192 static void __exit test_exit(void)198 module_exit(test_exit);
1563 static void test_exit(struct kunit *test) in test_exit() function1616 .exit = test_exit,