Searched refs:total_kmallocs (Results 1 – 1 of 1) sorted by relevance
221 long total_creates = 0, total_kmallocs = 0; in report_final() local227 total_kmallocs += res[i].drops; in report_final()239 printf("%4.2lf kmallocs/create\n", (double)total_kmallocs / total_creates); in report_final()