Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/fnic/
H A Dfnic.h41 #define FNIC_STATS_RATE_LIMIT 4 /* limit rate at which stats are pulled up */ macro
H A Dfnic_main.c203 if (time_before(jiffies, fnic->stats_time + HZ / FNIC_STATS_RATE_LIMIT)) in fnic_get_stats()