Home
last modified time | relevance | path

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

/drivers/crypto/ccp/
Dccp-debugfs.c107 unsigned long total_pt_ops = 0; in ccp5_debugfs_stats_read() local
123 total_pt_ops += cmd_q->total_pt_ops; in ccp5_debugfs_stats_read()
146 total_pt_ops); in ccp5_debugfs_stats_read()
166 cmd_q->total_pt_ops = 0L; in ccp5_debugfs_reset_queue_stats()
220 cmd_q->total_pt_ops); in ccp5_debugfs_queue_read()
Dccp-dev.h335 unsigned long total_pt_ops; member
Dccp-dev-v5.c499 op->cmd_q->total_pt_ops++; in ccp5_perform_passthru()