Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Defx_reflash.c276 size_t chunk, offset, next_update; in efx_reflash_erase_partition() local
297 for (offset = 0, next_update = 0; offset < partition_size; offset += chunk) { in efx_reflash_erase_partition()
298 if (offset >= next_update) { in efx_reflash_erase_partition()
302 next_update += partition_size / EFX_DEVLINK_STATUS_UPDATE_COUNT; in efx_reflash_erase_partition()
327 size_t write_max, chunk, offset, next_update; in efx_reflash_write_partition() local
345 for (offset = 0, next_update = 0; offset + chunk <= data_size; offset += chunk) { in efx_reflash_write_partition()
346 if (offset >= next_update) { in efx_reflash_write_partition()
350 next_update += data_size / EFX_DEVLINK_STATUS_UPDATE_COUNT; in efx_reflash_write_partition()
367 if (offset >= next_update) in efx_reflash_write_partition()
/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 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 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()
/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()
1132 occ->next_update = jiffies + OCC_UPDATE_FREQUENCY; in occ_active()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c474 unsigned long next_update = jiffies; in iavf_update_itr() local
494 if (time_after(next_update, rc->next_update)) in iavf_update_itr()
658 rc->next_update = next_update + 1; in iavf_update_itr()
H A Diavf_txrx.h300 unsigned long next_update; /* jiffies value of next update */ member
H A Diavf_main.c440 q_vector->rx.next_update = jiffies + 1; in iavf_map_vector_to_rxq()
466 q_vector->tx.next_update = jiffies + 1; in iavf_map_vector_to_txq()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h438 unsigned long next_update; /* jiffies value of next update */ member
H A Di40e_txrx.c1161 unsigned long next_update = jiffies; in i40e_update_itr() local
1181 if (time_after(next_update, rc->next_update)) in i40e_update_itr()
1344 rc->next_update = next_update + 1; in i40e_update_itr()
H A Di40e_main.c3894 q_vector->rx.next_update = jiffies + 1; in i40e_vsi_configure_msix()
3901 q_vector->tx.next_update = jiffies + 1; in i40e_vsi_configure_msix()
4014 q_vector->rx.next_update = jiffies + 1; in i40e_configure_msi_and_legacy()
4018 q_vector->tx.next_update = jiffies + 1; in i40e_configure_msi_and_legacy()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h483 unsigned long next_update; /* jiffies value of last update */ member
H A Dixgbe_lib.c815 head->next_update = jiffies + 1; in ixgbe_add_ring()
H A Dixgbe_main.c2733 unsigned long next_update = jiffies; in ixgbe_update_itr() local
2746 if (time_after(next_update, ring_container->next_update)) in ixgbe_update_itr()
2896 ring_container->next_update = next_update + 1; in ixgbe_update_itr()
/linux/kernel/sched/
H A Dsched.h2173 unsigned long next_update; member
H A Dfair.c10144 sdg->sgc->next_update = jiffies + interval; in update_group_capacity()
11161 time_after_eq(jiffies, sg->sgc->next_update)) in update_sd_lb_stats()