Searched refs:last_updated (Results 26 - 50 of 50) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dgl518sm.c91 unsigned long last_updated; /* In jiffies */ member in struct:gl518_data
509 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
564 data->last_updated = jiffies;
H A Dgl520sm.c128 unsigned long last_updated; /* in jiffies */ member in struct:gl520_data
727 if (time_after(jiffies, data->last_updated + 2 * HZ) || !data->valid) {
786 data->last_updated = jiffies;
H A Dlm78.c140 unsigned long last_updated; /* In jiffies */ member in struct:lm78_data
761 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
797 data->last_updated = jiffies;
H A Dlm80.c114 unsigned long last_updated; /* In jiffies */ member in struct:lm80_data
564 if (time_after(jiffies, data->last_updated + 2 * HZ) || !data->valid) {
598 data->last_updated = jiffies;
H A Dlm87.c182 unsigned long last_updated; /* In jiffies */ member in struct:lm87_data
837 if (time_after(jiffies, data->last_updated + HZ) || !data->valid) {
900 data->last_updated = jiffies;
H A Dsis5595.c174 unsigned long last_updated; /* In jiffies */ member in struct:sis5595_data
713 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
747 data->last_updated = jiffies;
H A Dsmsc47m1.c122 unsigned long last_updated; /* In jiffies */ member in struct:smsc47m1_data
629 if (time_after(jiffies, data->last_updated + HZ + HZ / 2) || init) {
664 data->last_updated = jiffies;
H A Dsmsc47m192.c102 unsigned long last_updated; /* In jiffies */ member in struct:smsc47m192_data
599 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
644 data->last_updated = jiffies;
H A Dvia686a.c302 unsigned long last_updated; /* In jiffies */ member in struct:via686a_data
756 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
805 data->last_updated = jiffies;
H A Dvt8231.c155 unsigned long last_updated; /* In jiffies */ member in struct:vt8231_data
829 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
882 data->last_updated = jiffies;
H A Dadm1031.c77 unsigned long last_updated; /* In jiffies */ member in struct:adm1031_data
923 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
991 data->last_updated = jiffies;
H A Dvt1211.c115 unsigned long last_updated; /* In jiffies */ member in struct:vt1211_data
249 if (time_after(jiffies, data->last_updated + HZ) || !data->valid) {
315 data->last_updated = jiffies;
H A Dw83791d.c254 unsigned long last_updated; /* In jiffies */ member in struct:w83791d_data
1138 if (time_after(jiffies, data->last_updated + (HZ * 3))
1211 data->last_updated = jiffies;
H A Df71805f.c154 unsigned long last_updated; /* In jiffies */ member in struct:f71805f_data
320 if (time_after(jiffies, data->last_updated + 60 * HZ)
350 if (time_after(jiffies, data->last_updated + HZ)
374 data->last_updated = jiffies;
H A Dw83792d.c275 unsigned long last_updated; /* In jiffies */ member in struct:w83792d_data
1497 (jiffies - data->last_updated, (unsigned long) (HZ * 3))
1498 || time_before(jiffies, data->last_updated) || !data->valid) {
1599 data->last_updated = jiffies;
H A Dit87.c226 unsigned long last_updated; /* In jiffies */ member in struct:it87_data
1295 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
1366 data->last_updated = jiffies;
H A Dpc87360.c190 unsigned long last_updated; /* In jiffies */ member in struct:pc87360_data
1318 if (time_after(jiffies, data->last_updated + HZ * 2) || !data->valid) {
1412 data->last_updated = jiffies;
H A Dw83627ehf.c264 unsigned long last_updated; /* In jiffies */ member in struct:w83627ehf_data
426 if (time_after(jiffies, data->last_updated + HZ)
540 data->last_updated = jiffies;
H A Dw83627hf.c300 unsigned long last_updated; /* In jiffies */ member in struct:w83627hf_data
1440 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
1517 data->last_updated = jiffies;
H A Dw83781d.c229 unsigned long last_updated; /* In jiffies */ member in struct:w83781d_data
1548 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
1649 data->last_updated = jiffies;
H A Dw83793.c185 unsigned long last_updated; /* In jiffies */ member in struct:w83793_data
1579 if (!(time_after(jiffies, data->last_updated + HZ * 2)
1626 data->last_updated = jiffies;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.c1226 struct timeval runtime_avg, interval_avg, last_updated, now;
1256 ospf6_timeval_sub (&now, &spf_tree->updated_time, &last_updated);
1257 ospf6_timeval_string (&last_updated, last_updated_string,
1224 struct timeval runtime_avg, interval_avg, last_updated, now; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dinode.c279 nfsi->last_updated = now;
890 if (time_after(fattr->time_start, nfsi->last_updated))
973 nfsi->last_updated = now;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_fs.h129 unsigned long last_updated; member in struct:nfs_inode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dsge.c236 ktime_t last_updated; /* last time quotas were computed */ member in struct:sched
408 delta_time_ns = ktime_to_ns(ktime_sub(now, s->last_updated));
422 s->last_updated = now;

Completed in 281 milliseconds

12