Searched refs:last_updated (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | smsc47b397.c | 98 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 D | ibmpex.c | 70 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 D | sch5636.c | 60 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 D | ibmaem.c | 131 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 D | nct6775.h | 96 unsigned long last_updated; /* In jiffies */ member
|
| H A D | lm63.c | 147 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 D | asus_atk0110.c | 167 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 D | pc87360.c | 194 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 D | w83627hf.c | 359 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 D | w83793.c | 208 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 D | lm90.c | 743 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 D | nct6775-core.c | 1576 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 D | sge.c | 227 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()
|