Home
last modified time | relevance | path

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

/linux-5.19.10/net/can/
Dproc.c91 rcv_lists_stats->stats_reset++; in can_init_stats()
260 if (rcv_lists_stats->stats_reset) in can_stats_proc_show()
262 rcv_lists_stats->stats_reset); in can_stats_proc_show()
282 rcv_lists_stats->stats_reset + 1); in can_reset_stats_proc_show()
288 rcv_lists_stats->stats_reset); in can_reset_stats_proc_show()
Daf_can.h92 unsigned long stats_reset; member
/linux-5.19.10/drivers/s390/scsi/
Dzfcp_def.h194 unsigned long stats_reset; member
Dzfcp_scsi.c635 if (adapter->stats_reset && in zfcp_scsi_get_fc_host_stats()
636 ((jiffies/HZ - adapter->stats_reset) < in zfcp_scsi_get_fc_host_stats()
662 adapter->stats_reset = jiffies/HZ; in zfcp_scsi_reset_fc_host_stats()
/linux-5.19.10/drivers/md/
Ddm-cache-policy-smq.c533 static void stats_reset(struct stats *s) in stats_reset() function
1101 stats_reset(&mq->hotspot_stats); in end_hotspot_period()
1113 stats_reset(&mq->cache_stats); in end_cache_period()