Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dlocal_storage_bench.c36 long important_hits; variable
100 __sync_add_and_fetch(&important_hits, lctx.loop_important_hits); in get_local()
/linux-6.3-rc2/tools/testing/selftests/bpf/benchs/
A Dbench_local_storage.c225 res->important_hits = atomic_swap(&ctx.skel->bss->important_hits, 0); in measure()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbench.c198 important_hits_per_sec = res->important_hits / 1000000.0 / delta_sec; in local_storage_report_progress()
214 important_hits_mean += res[i].important_hits / 1000000.0 / (0.0 + res_cnt); in local_storage_report_final()
223 (important_hits_mean - res[i].important_hits / 1000000.0) * in local_storage_report_final()
224 (important_hits_mean - res[i].important_hits / 1000000.0) / in local_storage_report_final()
A Dbench.h43 long important_hits; member

Completed in 9 milliseconds