Searched refs:MAX_TESTRUNS (Results 1 – 1 of 1) sorted by relevance
/linux/lib/ |
H A D | test_bpf.c | 23 #define MAX_TESTRUNS 1000 macro 14942 int err_cnt = 0, i, runs = MAX_TESTRUNS; in run_one() 14945 runs = min(test->nr_testruns, MAX_TESTRUNS); in run_one() 15393 .result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS, 15416 .result = (MAX_TAIL_CALL_CNT + 1) * MAX_TESTRUNS, 15429 .result = MAX_TESTRUNS, 15442 .result = MAX_TESTRUNS, 15605 ret = __run_one(fp, data, MAX_TESTRUNS, &duration); in test_tail_calls()
|