Home
last modified time | relevance | path

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

/drivers/crypto/ccp/
Dccp-debugfs.c111 unsigned long total_ops = 0; in ccp5_debugfs_stats_read() local
120 total_ops += cmd_q->total_ops; in ccp5_debugfs_stats_read()
137 total_ops); in ccp5_debugfs_stats_read()
163 cmd_q->total_ops = 0L; in ccp5_debugfs_reset_queue_stats()
211 cmd_q->total_ops); in ccp5_debugfs_queue_read()
Dccp-dev.h332 unsigned long total_ops; member
Dccp-dev-v5.c236 cmd_q->total_ops++; in ccp5_do_cmd()