Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/fnic/
Dfnic.h224 unsigned long stats_time; /* time of stats update */ member
Dfnic_main.c197 if (time_before(jiffies, fnic->stats_time + HZ / FNIC_STATS_RATE_LIMIT)) in fnic_get_stats()
199 fnic->stats_time = jiffies; in fnic_get_stats()