Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_bpf.c23 #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()