Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/ccp/
Dccp-debugfs.c108 unsigned long total_ops = 0; in ccp5_debugfs_stats_read() local
117 total_ops += cmd_q->total_ops; in ccp5_debugfs_stats_read()
134 total_ops); in ccp5_debugfs_stats_read()
160 cmd_q->total_ops = 0L; in ccp5_debugfs_reset_queue_stats()
208 cmd_q->total_ops); in ccp5_debugfs_queue_read()
Dccp-dev.h329 unsigned long total_ops; member
Dccp-dev-v5.c230 cmd_q->total_ops++; in ccp5_do_cmd()
/linux-5.19.10/tools/testing/selftests/bpf/
Dbench.c50 long total_hits = 0, total_drops = 0, total_false_hits = 0, total_ops = 0; in false_hits_report_final() local
58 total_ops = total_hits + total_false_hits + total_drops; in false_hits_report_final()
61 total_false_hits, total_ops); in false_hits_report_final()
63 ((float)total_false_hits / total_ops) * 100); in false_hits_report_final()
87 double total_ops; in hits_drops_report_final() local
103 total_ops = res[i].hits + res[i].drops; in hits_drops_report_final()
104 total_ops_stddev += (total_ops_mean - total_ops / 1000000.0) * in hits_drops_report_final()
105 (total_ops_mean - total_ops / 1000000.0) / in hits_drops_report_final()
/linux-5.19.10/fs/ceph/
Dmetric.h131 __le64 total_ops; member
138 __le64 total_ops; member
Dmetric.c152 rsize->total_ops = cpu_to_le64(m->metric[METRIC_READ].total); in ceph_mdsc_send_metrics()
162 wsize->total_ops = cpu_to_le64(m->metric[METRIC_WRITE].total); in ceph_mdsc_send_metrics()