Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dtest_bpf.c23 #define MAX_TESTRUNS 1000 macro
14548 int err_cnt = 0, i, runs = MAX_TESTRUNS; in run_one()
14551 runs = min(test->nr_testruns, MAX_TESTRUNS); in run_one()
14993 .result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS,
15015 .result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS,
15027 .result = MAX_TESTRUNS,
15039 .result = MAX_TESTRUNS,
15201 ret = __run_one(fp, data, MAX_TESTRUNS, &duration); in test_tail_calls()