Searched refs:MAX_TESTRUNS (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/lib/ |
D | test_bpf.c | 23 #define MAX_TESTRUNS 1000 macro 14890 int err_cnt = 0, i, runs = MAX_TESTRUNS; in run_one() 14893 runs = min(test->nr_testruns, MAX_TESTRUNS); in run_one() 15341 .result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS, 15364 .result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS, 15377 .result = MAX_TESTRUNS, 15390 .result = MAX_TESTRUNS, 15553 ret = __run_one(fp, data, MAX_TESTRUNS, &duration); in test_tail_calls()
|