Home
last modified time | relevance | path

Searched refs:KUNIT_CASE_SLOW (Results 1 – 9 of 9) sorted by relevance

/linux/lib/tests/
H A Dtest_ratelimit.c131 KUNIT_CASE_SLOW(test_ratelimit_smoke),
132 KUNIT_CASE_SLOW(test_ratelimit_stress),
/linux/drivers/rtc/
H A Dtest_rtc_lib.c94 KUNIT_CASE_SLOW(rtc_time64_to_tm_test_date_range_160000),
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_id_mgr_test.c124 KUNIT_CASE_SLOW(check_all),
H A Dxe_guc_relay_test.c425 KUNIT_CASE_SLOW(pf_loopback_busy),
426 KUNIT_CASE_SLOW(pf_loopback_retry),
/linux/lib/kunit/
H A Dkunit-example-test.c516 KUNIT_CASE_SLOW(example_slow_test),
/linux/drivers/android/tests/
H A Dbinder_alloc_kunit.c557 KUNIT_CASE_SLOW(binder_alloc_exhaustive_test),
/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst305 To mark a test case as slow, you can also use ``KUNIT_CASE_SLOW(test_name)``.
433 The macro ``KUNIT_CASE_SLOW(test_name)`` can be easily used to set the speed
/linux/include/kunit/
H A Dtest.h187 #define KUNIT_CASE_SLOW(test_name) \ macro
/linux/mm/kasan/
H A Dkasan_test_c.c2261 KUNIT_CASE_SLOW(kasan_atomics),