Home
last modified time | relevance | path

Searched refs:local_jiffies (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/
H A Dadt7470.c466 unsigned long local_jiffies = jiffies; in adt7470_update_device() local
476 if (time_before(local_jiffies, data->sensors_last_updated + in adt7470_update_device()
481 if (time_before(local_jiffies, data->limits_last_updated + in adt7470_update_device()
494 data->sensors_last_updated = local_jiffies; in adt7470_update_device()
502 data->limits_last_updated = local_jiffies; in adt7470_update_device()
H A Dadt7462.c676 unsigned long local_jiffies = jiffies; in adt7462_update_device() local
680 if (time_before(local_jiffies, data->sensors_last_updated + in adt7462_update_device()
725 data->sensors_last_updated = local_jiffies; in adt7462_update_device()
729 if (time_before(local_jiffies, data->limits_last_updated + in adt7462_update_device()
770 data->limits_last_updated = local_jiffies; in adt7462_update_device()