Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/fs/ceph/
Dmetric.h113 __le64 total_ops; member
120 __le64 total_ops; member
Dmetric.c144 rsize->total_ops = cpu_to_le64(m->total_reads); in ceph_mdsc_send_metrics()
154 wsize->total_ops = cpu_to_le64(m->total_writes); in ceph_mdsc_send_metrics()