Searched refs:next_update (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadt7411.c53 unsigned long next_update; member in struct:adt7411_data
147 if (time_after_eq(jiffies, data->next_update)) {
164 data->next_update = jiffies + HZ;
208 data->next_update = jiffies;
300 data->next_update = jiffies;
H A Dad7414.c45 unsigned long next_update; /* In jiffies */ member in struct:ad7414_data
80 if (time_after(jiffies, data->next_update) || !data->valid) {
101 data->next_update = jiffies + HZ + HZ / 2;
H A Dadm1031.c995 unsigned long next_update; local
1000 next_update = data->last_updated
1002 if (time_after(jiffies, next_update) || !data->valid) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c389 int j, count, next_update, next_update_incr; local
406 next_update = 0;
422 if (progress && j > next_update) {
423 next_update += num / 100;

Completed in 74 milliseconds