Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/snic/
Dsnic.h286 unsigned long stats_time; member
/Linux-v5.10/drivers/scsi/fnic/
Dfnic.h225 unsigned long stats_time; /* time of stats update */ member
Dfnic_main.c214 if (time_before(jiffies, fnic->stats_time + HZ / FNIC_STATS_RATE_LIMIT)) in fnic_get_stats()
216 fnic->stats_time = jiffies; in fnic_get_stats()
/Linux-v5.10/drivers/media/dvb-frontends/
Dcxd2841er.c63 unsigned long stats_time; member
3283 if (priv->stats_time && in cxd2841er_get_frontend()
3284 (!time_after(jiffies, priv->stats_time))) in cxd2841er_get_frontend()
3288 priv->stats_time = jiffies + msecs_to_jiffies(1000); in cxd2841er_get_frontend()
3371 priv->stats_time = 0; in cxd2841er_set_frontend_s()