Home
last modified time | relevance | path

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

/lib/
Dcrc32test.c714 int errors = 0, runs = 0; in crc32c_combine_test() local
733 runs++; in crc32c_combine_test()
739 pr_warn("crc32c_combine: %d/%d self tests failed\n", errors, runs); in crc32c_combine_test()
741 pr_info("crc32c_combine: %d self tests passed\n", runs); in crc32c_combine_test()
804 int errors = 0, runs = 0; in crc32_combine_test() local
823 runs++; in crc32_combine_test()
829 pr_warn("crc32_combine: %d/%d self tests failed\n", errors, runs); in crc32_combine_test()
831 pr_info("crc32_combine: %d self tests passed\n", runs); in crc32_combine_test()
Drandom32.c426 int i, j, errors = 0, runs = 0; in prandom_state_selftest() local
456 runs++; in prandom_state_selftest()
461 pr_warn("prandom: %d/%d self tests failed\n", errors, runs); in prandom_state_selftest()
463 pr_info("prandom: %d self tests passed\n", runs); in prandom_state_selftest()
Dtest_rhashtable.c35 static int runs = 4; variable
36 module_param(runs, int, 0);
37 MODULE_PARM_DESC(runs, "Number of test runs per variant (default: 4)");
355 for (i = 0; i < runs; i++) { in test_rht_init()
377 do_div(total_time, runs); in test_rht_init()
DKconfig.debug804 # hard lockup detection which runs too fast due to turbo modes.
1215 This option provides a kernel module that runs torture tests
1227 This option provides a kernel module that runs tests on the
1817 This builds the "test_user_copy" module that runs sanity checks
1830 This builds the "test_bpf" module that runs various test vectors
Dtest_bpf.c6282 int runs, u64 *duration) in __run_one() argument
6289 for (i = 0; i < runs; i++) in __run_one()
6295 do_div(*duration, runs); in __run_one()
6302 int err_cnt = 0, i, runs = MAX_TESTRUNS; in run_one() local
6319 ret = __run_one(fp, data, runs, &duration); in run_one()