Home
last modified time | relevance | path

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

/lib/
DKconfig.kcsan85 milliseconds. Test run duration may be optimized by building the
169 Different races may still generate reports within a duration that is
170 smaller than the duration defined here. This allows rate limiting
Dtest_bpf.c8610 int runs, u64 *duration) in __run_one() argument
8624 *duration = finish - start; in __run_one()
8625 do_div(*duration, runs); in __run_one()
8636 u64 duration; in run_one() local
8656 ret = __run_one(fp, data, runs, &duration); in run_one()
8660 pr_cont("%lld ", duration); in run_one()
9212 u64 duration; in test_tail_calls() local
9230 ret = __run_one(fp, data, MAX_TESTRUNS, &duration); in test_tail_calls()
9234 pr_cont("%lld PASS", duration); in test_tail_calls()