Searched refs:total_counts (Results 1 – 2 of 2) sorted by relevance
315 u64 total_counts[RQSL_NR_HIST_BUCKETS]; in rqsl_print_histograms() local324 total_counts[i] = norm_counts[i] + nmi_counts[i]; in rqsl_print_histograms()327 total += total_counts[i]; in rqsl_print_histograms()329 total_counts[i]) in rqsl_print_histograms()363 if (!total_counts[i]) in rqsl_print_histograms()369 start_ms, total_counts[i], in rqsl_print_histograms()374 total_counts[i], in rqsl_print_histograms()
306 total_counts=$(bc <<< "$invalid_counts+$valid_counts")307 if (( $(bc <<< "$total_counts <= 0") ))313 …isok=$(bc <<< "scale=2; if (($invalid_counts/$total_counts) < (1-$tolerance_rate)) { 0 } else { 1 …