Searched refs:MAX_TESTRUNS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | test_bpf.c | 23 #define MAX_TESTRUNS 1000 macro 85 int nr_testruns; /* Custom run count, defaults to MAX_TESTRUNS if 0 */ 14537 int err_cnt = 0, i, runs = MAX_TESTRUNS; in run_one() 14540 runs = min(test->nr_testruns, MAX_TESTRUNS); in run_one() 14984 .result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS, 15006 .result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS, 15018 .result = MAX_TESTRUNS, 15030 .result = MAX_TESTRUNS, 15191 ret = __run_one(fp, data, MAX_TESTRUNS, &duration); in test_tail_calls()
|
/kernel/linux/linux-5.10/lib/ |
H A D | test_bpf.c | 23 #define MAX_TESTRUNS 1000 macro 6660 int err_cnt = 0, i, runs = MAX_TESTRUNS; in run_one()
|
Completed in 16 milliseconds