Searched refs:slow (Results 1 – 3 of 3) sorted by relevance
/lib/math/tests/ |
A D | prime_numbers_kunit.c | 25 const bool slow = slow_is_prime_number(x); in prime_numbers_test() local 28 KUNIT_ASSERT_EQ_MSG(test, slow, fast, "is-prime(%lu)", x); in prime_numbers_test() 30 if (!slow) in prime_numbers_test()
|
/lib/ |
A D | test_rhashtable.c | 520 int cnt, bool slow) in test_insert_dup() argument 542 if (slow) { in test_insert_dup() 551 if (WARN(err, "error %d on element %d/%d (%s)\n", err, i, cnt, slow? "slow" : "fast")) in test_insert_dup() 556 WARN(ret != cnt, "missing rhltable elements (%d != %d, %s)\n", ret, cnt, slow? "slow" : "fast"); in test_insert_dup()
|
A D | Kconfig.debug | 801 This option will slow down process creation somewhat. 1639 This option enables debug prints when CPUs are slow to respond 3079 Selecting something other than "Fast" will enable tests which slow 3091 This will enable larger number of symbols. This will slow down
|
Completed in 10 milliseconds