Home
last modified time | relevance | path

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

/openbmc/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.sh93 [ ! -e "${URANDOM}" ] && { echo "${URANDOM} not found. Skipping tests."; test_exit $ksft_fail; }
/openbmc/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);
/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/rtc/
H A Drtc-test.c186 static void __exit test_exit(void) in test_exit() function
201 module_exit(test_exit);
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dlocal_ops.rst186 static void __exit test_exit(void)
192 module_exit(test_exit);
/openbmc/linux/kernel/events/
H A Dhw_breakpoint_test.c307 static void test_exit(struct kunit *test) in test_exit() function
327 .exit = test_exit,
/openbmc/linux/mm/kmsan/
H A Dkmsan_test.c625 static void test_exit(struct kunit *test) in test_exit() function
645 .exit = test_exit,
/openbmc/linux/Documentation/core-api/
H A Dlocal_ops.rst192 static void __exit test_exit(void)
198 module_exit(test_exit);
/openbmc/linux/mm/kfence/
H A Dkfence_test.c825 static void test_exit(struct kunit *test) in test_exit() function
846 .exit = test_exit,
/openbmc/linux/kernel/kcsan/
H A Dkcsan_test.c1549 static void test_exit(struct kunit *test) in test_exit() function
1602 .exit = test_exit,