Searched refs:MAX_TESTRUNS (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/lib/ |
D | test_bpf.c | 23 #define MAX_TESTRUNS 1000 macro 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()
|