Searched refs:test_exit (Results 1 – 6 of 6) 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"
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()
62 static void test_exit(void) in test_exit() function104 test_exit(); in test_destructor()