Home
last modified time | relevance | path

Searched refs:test_exit (Results 1 – 15 of 15) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dxsk_prereqs.sh18 test_exit $ksft_fail
29 test_exit $ksft_skip
48 test_exit() function
76 [ ! $(type -P ip) ] && { echo "'ip' not found. Skipping tests."; test_exit $ksft_skip; }
H A Dtest_xsk.sh109 [ ! -e "${URANDOM}" ] && { echo "${URANDOM} not found. Skipping tests."; test_exit $ksft_fail; }
/linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/
H A Dtest_ifs.sh155 test_exit() function
200 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"
/linux/drivers/soc/fsl/qbman/
H A Dbman_test.c48 static void test_exit(void) in test_exit() function
53 module_exit(test_exit);
H A Dqman_test.c57 static void test_exit(void) in test_exit() function
62 module_exit(test_exit);
/linux/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c145 void test_exit(struct test_state *state) in test_exit() function
174 test_exit(&state); in main()
/linux/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c145 void test_exit(struct test_state *state) in test_exit() function
177 test_exit(&state); in main()
/linux/drivers/rtc/
H A Drtc-test.c186 static void __exit test_exit(void) in test_exit() function
201 module_exit(test_exit);
/linux/Documentation/translations/zh_CN/core-api/
H A Dlocal_ops.rst186 static void __exit test_exit(void)
192 module_exit(test_exit);
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsetup.c62 static void test_exit(void) in test_exit() function
104 test_exit(); in test_destructor()
/linux/kernel/events/
H A Dhw_breakpoint_test.c307 static void test_exit(struct kunit *test) in test_exit() function
327 .exit = test_exit,
/linux/mm/kmsan/
H A Dkmsan_test.c685 static void test_exit(struct kunit *test) in test_exit() function
710 .exit = test_exit,
/linux/Documentation/core-api/
H A Dlocal_ops.rst192 static void __exit test_exit(void)
198 module_exit(test_exit);
/linux/mm/kfence/
H A Dkfence_test.c825 static void test_exit(struct kunit *test) in test_exit() function
846 .exit = test_exit,
/linux/kernel/kcsan/
H A Dkcsan_test.c1563 static void test_exit(struct kunit *test) in test_exit() function
1616 .exit = test_exit,