Home
last modified time | relevance | path

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

/lib/
A Drandom32.c259 int i, j, errors = 0, runs = 0; in prandom_state_selftest() local
289 runs++; in prandom_state_selftest()
294 pr_warn("prandom: %d/%d self tests failed\n", errors, runs); in prandom_state_selftest()
296 pr_info("prandom: %d self tests passed\n", runs); in prandom_state_selftest()
A Dtest_rhashtable.c34 static int runs = 4; variable
35 module_param(runs, int, 0);
36 MODULE_PARM_DESC(runs, "Number of test runs per variant (default: 4)");
707 for (i = 0; i < runs; i++) { in test_rht_init()
736 do_div(total_time, runs); in test_rht_init()
A DKconfig.debug1219 # hard lockup detection which runs too fast due to turbo modes.
1601 This option provides a kernel module that runs torture tests
1613 This option provides a kernel module that runs tests on the
1627 This option provides a kernel module that runs torture tests
2243 number of iterations (test runs for at least 2s) automatically.
2593 This builds the "test_bpf" module that runs various test vectors
2720 This builds the proc sysctl unit test, which runs on boot.
2778 This builds the linear_ranges unit test, which runs on boot.
2930 This builds the "usercopy_kunit" module that runs sanity checks
A Dtest_bpf.c14920 int runs, u64 *duration) in __run_one() argument
14928 for (i = 0; i < runs; i++) in __run_one()
14935 do_div(*duration, runs); in __run_one()
14942 int err_cnt = 0, i, runs = MAX_TESTRUNS; in run_one() local
14945 runs = min(test->nr_testruns, MAX_TESTRUNS); in run_one()
14969 ret = __run_one(fp, data, runs, &duration); in run_one()
/lib/crypto/tests/
A DKconfig55 corresponding KUnit test suite runs.

Completed in 27 milliseconds