Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dmemcpy_kunit.c554 KUNIT_CASE_SLOW(memcpy_large_test),
555 KUNIT_CASE_SLOW(memmove_test),
556 KUNIT_CASE_SLOW(memmove_large_test),
557 KUNIT_CASE_SLOW(memmove_overlap_test),
/Linux-v6.6/kernel/time/
Dtime_test.c89 KUNIT_CASE_SLOW(time64_to_tm_test_date_range),
/Linux-v6.6/lib/kunit/
Dkunit-example-test.c248 KUNIT_CASE_SLOW(example_slow_test),
/Linux-v6.6/Documentation/dev-tools/kunit/
Drunning_tips.rst294 To mark a test case as slow, you can also use ``KUNIT_CASE_SLOW(test_name)``.
422 The macro ``KUNIT_CASE_SLOW(test_name)`` can be easily used to set the speed
/Linux-v6.6/include/kunit/
Dtest.h183 #define KUNIT_CASE_SLOW(test_name) \ macro