Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c221 long total_creates = 0, total_kmallocs = 0; in report_final() local
227 total_kmallocs += res[i].drops; in report_final()
239 printf("%4.2lf kmallocs/create\n", (double)total_kmallocs / total_creates); in report_final()