Home
last modified time | relevance | path

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

/linux/lib/
A Dmemcpy_kunit.c499 KUNIT_CASE_SLOW(memcpy_large_test),
500 KUNIT_CASE_SLOW(memmove_test),
501 KUNIT_CASE_SLOW(memmove_large_test),
502 KUNIT_CASE_SLOW(memmove_overlap_test),
/linux/drivers/rtc/
A Dlib_test.c89 KUNIT_CASE_SLOW(rtc_time64_to_tm_test_date_range_160000),
/linux/kernel/time/
A Dtime_test.c89 KUNIT_CASE_SLOW(time64_to_tm_test_date_range),
/linux/drivers/gpu/drm/xe/tests/
A Dxe_guc_id_mgr_test.c124 KUNIT_CASE_SLOW(check_all),
A Dxe_guc_relay_test.c425 KUNIT_CASE_SLOW(pf_loopback_busy),
426 KUNIT_CASE_SLOW(pf_loopback_retry),
/linux/lib/kunit/
A Dkunit-example-test.c299 KUNIT_CASE_SLOW(example_slow_test),
/linux/Documentation/dev-tools/kunit/
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/
A Dtest.h182 #define KUNIT_CASE_SLOW(test_name) \ macro

Completed in 19 milliseconds