Home
last modified time | relevance | path

Searched refs:next_update (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dtc74.c32 unsigned long next_update; /* In jiffies */ member
46 if (time_after(jiffies, data->next_update) || !data->valid) { in tc74_update_device()
75 data->next_update = jiffies + HZ / 4; in tc74_update_device()
H A Dsht4x.c76 unsigned long next_update; in sht4x_read_values() local
83 next_update = data->last_updated + in sht4x_read_values()
86 if (data->valid && time_before_eq(jiffies, next_update)) in sht4x_read_values()
H A Dad7414.c41 unsigned long next_update; /* In jiffies */ member
76 if (time_after(jiffies, data->next_update) || !data->valid) { in ad7414_update_device()
97 data->next_update = jiffies + HZ + HZ / 2; in ad7414_update_device()
H A Dadt7411.c104 unsigned long next_update; member
193 data->next_update = jiffies; in adt7411_set_bit()
267 if (time_after_eq(jiffies, data->next_update)) { in adt7411_update_vref()
281 data->next_update = jiffies + HZ; in adt7411_update_vref()
690 data->next_update = jiffies; in adt7411_probe()
H A Dlm63.c228 unsigned long next_update; in lm63_update_device() local
232 next_update = data->last_updated + in lm63_update_device()
234 if (time_after(jiffies, next_update) || !data->valid) { in lm63_update_device()
H A Dadm1031.c111 unsigned long next_update; in adm1031_update_device() local
116 next_update = data->last_updated in adm1031_update_device()
118 if (time_after(jiffies, next_update) || !data->valid) { in adm1031_update_device()
H A Dlm90.c1209 unsigned long next_update; in lm90_update_device() local
1218 next_update = data->last_updated + in lm90_update_device()
1220 if (time_after(jiffies, next_update) || !data->valid) { in lm90_update_device()
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dprogressbar.py136 self.next_update = 0
236 if self.currval >= self.next_update or self.finished: return True
267 self.next_update = self.currval + self.update_interval
291 self.next_update = 0
/openbmc/linux/drivers/platform/x86/siemens/
H A Dsimatic-ipc-batt.c91 unsigned long next_update; in simatic_ipc_batt_read_value() local
93 next_update = priv.last_updated_jiffies + msecs_to_jiffies(BATT_DELAY_MS); in simatic_ipc_batt_read_value()
94 if (time_after(jiffies, next_update) || !priv.last_updated_jiffies) { in simatic_ipc_batt_read_value()
/openbmc/linux/drivers/hwmon/occ/
H A Dcommon.h102 unsigned long next_update; member
H A Dcommon.c218 if (time_after(jiffies, occ->next_update)) { in occ_update_response()
220 occ->next_update = jiffies + OCC_UPDATE_FREQUENCY; in occ_update_response()
1175 occ->next_update = jiffies + OCC_UPDATE_FREQUENCY; in occ_active()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c453 unsigned long next_update = jiffies; in iavf_update_itr() local
473 if (time_after(next_update, rc->next_update)) in iavf_update_itr()
637 rc->next_update = next_update + 1; in iavf_update_itr()
H A Diavf_txrx.h419 unsigned long next_update; /* jiffies value of next update */ member
H A Diavf_main.c460 q_vector->rx.next_update = jiffies + 1; in iavf_map_vector_to_rxq()
486 q_vector->tx.next_update = jiffies + 1; in iavf_map_vector_to_txq()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h437 unsigned long next_update; /* jiffies value of next update */ member
H A Di40e_txrx.c1166 unsigned long next_update = jiffies; in i40e_update_itr() local
1186 if (time_after(next_update, rc->next_update)) in i40e_update_itr()
1349 rc->next_update = next_update + 1; in i40e_update_itr()
H A Di40e_main.c3920 q_vector->rx.next_update = jiffies + 1; in i40e_vsi_configure_msix()
3927 q_vector->tx.next_update = jiffies + 1; in i40e_vsi_configure_msix()
4040 q_vector->rx.next_update = jiffies + 1; in i40e_configure_msi_and_legacy()
4044 q_vector->tx.next_update = jiffies + 1; in i40e_configure_msi_and_legacy()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h475 unsigned long next_update; /* jiffies value of last update */ member
H A Dixgbe_lib.c816 head->next_update = jiffies + 1; in ixgbe_add_ring()
H A Dixgbe_main.c2523 unsigned long next_update = jiffies; in ixgbe_update_itr() local
2536 if (time_after(next_update, ring_container->next_update)) in ixgbe_update_itr()
2686 ring_container->next_update = next_update + 1; in ixgbe_update_itr()
/openbmc/linux/kernel/sched/
H A Dsched.h1892 unsigned long next_update; member
H A Dfair.c9558 sdg->sgc->next_update = jiffies + interval; in update_group_capacity()
10587 time_after_eq(jiffies, sg->sgc->next_update)) in update_sd_lb_stats()