time_bench_loop
time_bench_loop(nr_loops * 10, 0, "for_loop", NULL,
time_bench_loop(nr_loops * 10, 0, "atomic_inc", NULL,
time_bench_loop(nr_loops, 0, "lock", NULL, time_bench_lock);
time_bench_loop(nr_loops, 0, "no-softirq-page_pool01", NULL,
time_bench_loop(nr_loops, 0, "no-softirq-page_pool02", NULL,
time_bench_loop(nr_loops, 0, "no-softirq-page_pool03", NULL,
bool time_bench_loop(uint32_t loops, int step, char *txt, void *data,