Searched refs:time_bench_loop (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/net/bench/page_pool/ |
| A D | bench_page_pool_simple.c | 220 time_bench_loop(nr_loops * 10, 0, "for_loop", NULL, in run_benchmark_tests() 222 time_bench_loop(nr_loops * 10, 0, "atomic_inc", NULL, in run_benchmark_tests() 224 time_bench_loop(nr_loops, 0, "lock", NULL, time_bench_lock); in run_benchmark_tests() 229 time_bench_loop(nr_loops, 0, "no-softirq-page_pool01", NULL, in run_benchmark_tests() 232 time_bench_loop(nr_loops, 0, "no-softirq-page_pool02", NULL, in run_benchmark_tests() 235 time_bench_loop(nr_loops, 0, "no-softirq-page_pool03", NULL, in run_benchmark_tests()
|
| A D | time_bench.h | 201 bool time_bench_loop(uint32_t loops, int step, char *txt, void *data,
|
| A D | time_bench.c | 216 bool time_bench_loop(uint32_t loops, int step, char *txt, void *data, in time_bench_loop() function
|
Completed in 6 milliseconds