Searched refs:next_update (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| H A D | efx_reflash.c | 276 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/occ/ |
| H A D | common.h | 102 unsigned long next_update; member
|
| H A D | common.c | 223 if (time_after(jiffies, occ->next_update)) { in occ_update_response() 225 occ->next_update = jiffies + OCC_UPDATE_FREQUENCY; in occ_update_response() 1161 occ->next_update = jiffies + OCC_UPDATE_FREQUENCY; in occ_active()
|
| /linux/drivers/hwmon/ |
| H A D | asus-ec-sensors.c | 1062 u64 next_update; member 1337 if (time_after64(get_jiffies_64(), state->next_update)) { in get_cached_value_or_update() 1342 state->next_update = get_jiffies_64() + HZ; in get_cached_value_or_update() 1480 ec_data->next_update = INITIAL_JIFFIES; in asus_ec_probe()
|
| H A D | lm63.c | 231 unsigned long next_update; in lm63_update_device() local 235 next_update = data->last_updated + in lm63_update_device() 237 if (time_after(jiffies, next_update) || !data->valid) { in lm63_update_device()
|
| H A D | lm90.c | 1250 unsigned long next_update; in lm90_update_device() local 1259 next_update = data->last_updated + in lm90_update_device() 1261 if (time_after(jiffies, next_update) || !data->valid) { in lm90_update_device()
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_txrx.c | 474 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 D | iavf_txrx.h | 300 unsigned long next_update; /* jiffies value of next update */ member
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_txrx.h | 438 unsigned long next_update; /* jiffies value of next update */ member
|
| H A D | i40e_txrx.c | 1161 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 D | i40e_main.c | 3897 q_vector->rx.next_update = jiffies + 1; in i40e_vsi_configure_msix() 3904 q_vector->tx.next_update = jiffies + 1; in i40e_vsi_configure_msix() 4017 q_vector->rx.next_update = jiffies + 1; in i40e_configure_msi_and_legacy() 4021 q_vector->tx.next_update = jiffies + 1; in i40e_configure_msi_and_legacy()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe.h | 484 unsigned long next_update; /* jiffies value of last update */ member
|
| H A D | ixgbe_main.c | 2733 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 D | sched.h | 2259 unsigned long next_update; member
|