Home
last modified time | relevance | path

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

/drivers/scsi/snic/
Dsnic.h283 unsigned long stats_time; member
/drivers/scsi/fnic/
Dfnic.h224 unsigned long stats_time; /* time of stats update */ member
Dfnic_main.c196 if (time_before(jiffies, fnic->stats_time + HZ / FNIC_STATS_RATE_LIMIT)) in fnic_get_stats()
198 fnic->stats_time = jiffies; in fnic_get_stats()