Home
last modified time | relevance | path

Searched refs:last_updated (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/hwmon/
H A Dsmsc47b397.c98 unsigned long last_updated; /* in jiffies */ member
124 if (time_after(jiffies, data->last_updated + HZ) || !data->valid) { in smsc47b397_update_device()
139 data->last_updated = jiffies; in smsc47b397_update_device()
H A Dibmpex.c70 unsigned long last_updated; /* In jiffies */ member
223 if (time_before(jiffies, data->last_updated + REFRESH_INTERVAL) && in ibmpex_update_device()
241 data->last_updated = jiffies; in ibmpex_update_device()
H A Dsch5636.c60 unsigned long last_updated; /* In jiffies */ member
77 if (data->valid && !time_after(jiffies, data->last_updated + HZ)) in sch5636_update_device()
142 data->last_updated = jiffies; in sch5636_update_device()
H A Dibmaem.c131 unsigned long last_updated; /* In jiffies */ member
438 if (time_before(jiffies, data->last_updated + REFRESH_INTERVAL) && in update_aem1_sensors()
453 if (time_before(jiffies, data->last_updated + REFRESH_INTERVAL) && in update_aem2_sensors()
H A Dnct6775.h96 unsigned long last_updated; /* In jiffies */ member
H A Dlm63.c147 unsigned long last_updated; /* in jiffies */ member
235 next_update = data->last_updated + in lm63_update_device()
293 data->last_updated = jiffies; in lm63_update_device()
H A Dasus_atk0110.c167 unsigned long last_updated; /* in jiffies */ member
637 time_after(jiffies, sensor->last_updated + CACHE_TIME)) { in atk_read_value()
647 sensor->last_updated = jiffies; in atk_read_value()
H A Dpc87360.c194 unsigned long last_updated; /* In jiffies */ member
299 if (time_after(jiffies, data->last_updated + HZ * 2) || !data->valid) { in pc87360_update_device()
397 data->last_updated = jiffies; in pc87360_update_device()
H A Dw83627hf.c359 unsigned long last_updated; /* In jiffies */ member
485 if (time_after(jiffies, data->last_updated + HZ + HZ / 2) in w83627hf_update_device()
562 data->last_updated = jiffies; in w83627hf_update_device()
H A Dw83793.c208 unsigned long last_updated; /* In jiffies */ member
2031 if (!(time_after(jiffies, data->last_updated + HZ * 2) in w83793_update_device()
2077 data->last_updated = jiffies; in w83793_update_device()
H A Dlm90.c743 unsigned long last_updated; /* in jiffies */ member
1259 next_update = data->last_updated + in lm90_update_device()
1307 data->last_updated = jiffies; in lm90_update_device()
H A Dnct6775-core.c1576 if (time_after(jiffies, data->last_updated + HZ + HZ / 2) in nct6775_update_device()
1700 data->last_updated = jiffies; in nct6775_update_device()
2079 data->last_updated = jiffies; in store_fan_min()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c227 ktime_t last_updated; /* last time quotas were computed */ member
398 delta_time_ns = ktime_to_ns(ktime_sub(now, s->last_updated)); in sched_update_avail()
412 s->last_updated = now; in sched_update_avail()