Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dbench.c52 long total_hits = 0, total_drops = 0, total_false_hits = 0, total_ops = 0; in false_hits_report_final() local
60 total_ops = total_hits + total_false_hits + total_drops; in false_hits_report_final()
63 total_false_hits, total_ops); in false_hits_report_final()
65 ((float)total_false_hits / total_ops) * 100); in false_hits_report_final()
126 double total_ops; in hits_drops_report_final() local
142 total_ops = res[i].hits + res[i].drops; in hits_drops_report_final()
143 total_ops_stddev += (total_ops_mean - total_ops / 1000000.0) * in hits_drops_report_final()
144 (total_ops_mean - total_ops / 1000000.0) / in hits_drops_report_final()
/linux/fs/ceph/
H A Dmetric.h131 __le64 total_ops; member
138 __le64 total_ops; member
H A Dmetric.c161 rsize->total_ops = cpu_to_le64(m->metric[METRIC_READ].total); in ceph_mdsc_send_metrics()
171 wsize->total_ops = cpu_to_le64(m->metric[METRIC_WRITE].total); in ceph_mdsc_send_metrics()
/linux/drivers/crypto/ccp/
H A Dccp-dev.h329 unsigned long total_ops; member
H A Dccp-dev-v5.c230 cmd_q->total_ops++; in ccp5_do_cmd()
/linux/drivers/accel/habanalabs/common/
H A Ddebugfs.c692 dev_entry->dio_stats.total_ops++; in dio_ssd2hl_write()
739 if (stats->total_ops > 0) in dio_stats_show()
740 success_rate = (stats->successful_ops * 100) / stats->total_ops; in dio_stats_show()
743 seq_printf(s, "Total operations: %llu\\n", stats->total_ops); in dio_stats_show()