Home
last modified time | relevance | path

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

/lib/
Dcrc32test.c712 int errors = 0, runs = 0; in crc32c_combine_test() local
731 runs++; in crc32c_combine_test()
737 pr_warn("crc32c_combine: %d/%d self tests failed\n", errors, runs); in crc32c_combine_test()
739 pr_info("crc32c_combine: %d self tests passed\n", runs); in crc32c_combine_test()
800 int errors = 0, runs = 0; in crc32_combine_test() local
819 runs++; in crc32_combine_test()
825 pr_warn("crc32_combine: %d/%d self tests failed\n", errors, runs); in crc32_combine_test()
827 pr_info("crc32_combine: %d self tests passed\n", runs); in crc32_combine_test()
Drandom32.c272 int i, j, errors = 0, runs = 0; in prandom_state_selftest() local
302 runs++; in prandom_state_selftest()
307 pr_warn("prandom: %d/%d self tests failed\n", errors, runs); in prandom_state_selftest()
309 pr_info("prandom: %d self tests passed\n", runs); in prandom_state_selftest()
Dtest_rhashtable.c33 static int runs = 4; variable
34 module_param(runs, int, 0);
35 MODULE_PARM_DESC(runs, "Number of test runs per variant (default: 4)");
722 for (i = 0; i < runs; i++) { in test_rht_init()
751 do_div(total_time, runs); in test_rht_init()
DKconfig.debug1071 # hard lockup detection which runs too fast due to turbo modes.
1492 This option provides a kernel module that runs torture tests
1504 This option provides a kernel module that runs tests on the
1518 This option provides a kernel module that runs torture tests
2307 This builds the "test_user_copy" module that runs sanity checks
2319 This builds the "test_bpf" module that runs various test vectors
2399 This builds the proc sysctl unit test, which runs on boot.
2430 This builds the linear_ranges unit test, which runs on boot.
Dtest_bpf.c8610 int runs, u64 *duration) in __run_one() argument
8618 for (i = 0; i < runs; i++) in __run_one()
8625 do_div(*duration, runs); in __run_one()
8632 int err_cnt = 0, i, runs = MAX_TESTRUNS; in run_one() local
8656 ret = __run_one(fp, data, runs, &duration); in run_one()