/linux/drivers/hwmon/ |
A D | tc74.c | 32 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()
|
A D | sht4x.c | 76 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()
|
A D | ad7414.c | 41 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()
|
A D | adt7411.c | 104 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()
|
A D | tmp401.c | 209 unsigned long next_update; in tmp401_update_device() local 213 next_update = data->last_updated + in tmp401_update_device() 215 if (time_after(jiffies, next_update) || !data->valid) { in tmp401_update_device()
|
A D | lm63.c | 228 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()
|
A D | adm1031.c | 111 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()
|
A D | lm90.c | 777 unsigned long next_update; in lm90_update_device() local 786 next_update = data->last_updated + in lm90_update_device() 788 if (time_after(jiffies, next_update) || !data->valid) { in lm90_update_device()
|
/linux/drivers/hwmon/occ/ |
A D | common.h | 101 unsigned long next_update; member
|
A D | common.c | 216 if (time_after(jiffies, occ->next_update)) { in occ_update_response() 218 occ->next_update = jiffies + OCC_UPDATE_FREQUENCY; in occ_update_response() 1158 occ->next_update = jiffies + OCC_UPDATE_FREQUENCY; in occ_setup()
|
/linux/drivers/net/ethernet/intel/iavf/ |
A D | iavf_txrx.c | 419 unsigned long next_update = jiffies; in iavf_update_itr() local 439 if (time_after(next_update, rc->next_update)) in iavf_update_itr() 602 rc->next_update = next_update + 1; in iavf_update_itr()
|
A D | iavf_txrx.h | 416 unsigned long next_update; /* jiffies value of next update */ member
|
A D | iavf_main.c | 346 q_vector->rx.next_update = jiffies + 1; in iavf_map_vector_to_rxq() 372 q_vector->tx.next_update = jiffies + 1; in iavf_map_vector_to_txq()
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_txrx.h | 429 unsigned long next_update; /* jiffies value of next update */ member
|
A D | i40e_txrx.c | 1166 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()
|
A D | i40e_main.c | 3635 q_vector->rx.next_update = jiffies + 1; in i40e_vsi_configure_msix() 3642 q_vector->tx.next_update = jiffies + 1; in i40e_vsi_configure_msix() 3749 q_vector->rx.next_update = jiffies + 1; in i40e_configure_msi_and_legacy() 3753 q_vector->tx.next_update = jiffies + 1; in i40e_configure_msi_and_legacy()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe.h | 431 unsigned long next_update; /* jiffies value of last update */ member
|
A D | ixgbe_lib.c | 816 head->next_update = jiffies + 1; in ixgbe_add_ring()
|
A D | ixgbe_main.c | 2530 unsigned long next_update = jiffies; in ixgbe_update_itr() local 2543 if (time_after(next_update, ring_container->next_update)) in ixgbe_update_itr() 2693 ring_container->next_update = next_update + 1; in ixgbe_update_itr()
|
/linux/kernel/sched/ |
A D | sched.h | 1781 unsigned long next_update; member
|
A D | fair.c | 8387 sdg->sgc->next_update = jiffies + interval; in update_group_capacity() 9236 time_after_eq(jiffies, sg->sgc->next_update)) in update_sd_lb_stats()
|