/kernel/linux/linux-5.10/drivers/hwmon/ |
H 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()
|
H 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()
|
H 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()
|
H A D | tmp401.c | 212 unsigned long next_update; in tmp401_update_device() local 216 next_update = data->last_updated + in tmp401_update_device() 218 if (time_after(jiffies, next_update) || !data->valid) { in tmp401_update_device()
|
H 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()
|
H 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()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H 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()
|
H 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()
|
H 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()
|
H 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()
|
H 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()
|
H 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()
|
/kernel/linux/linux-6.6/drivers/platform/x86/siemens/ |
H A D | simatic-ipc-batt.c | 91 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()
|
/kernel/linux/linux-5.10/drivers/hwmon/occ/ |
H A D | common.h | 102 unsigned long next_update; member
|
H A D | common.c | 212 if (time_after(jiffies, occ->next_update)) { in occ_update_response() 214 occ->next_update = jiffies + OCC_UPDATE_FREQUENCY; in occ_update_response() 1092 occ->next_update = jiffies + OCC_UPDATE_FREQUENCY; in occ_setup()
|
/kernel/linux/linux-6.6/drivers/hwmon/occ/ |
H A D | common.h | 102 unsigned long next_update; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx.h | 337 unsigned long next_update; /* jiffies value of next queue update */ member
|
H A D | ice_base.c | 705 rc->next_update = jiffies + 1; in ice_cfg_itr() 715 rc->next_update = jiffies + 1; in ice_cfg_itr()
|
H A D | ice_txrx.c | 1335 unsigned long next_update = jiffies; in ice_update_itr() local 1366 if (time_after(next_update, rc->next_update)) in ice_update_itr() 1462 rc->next_update = next_update + 1; in ice_update_itr() 1493 * expires via the next_update expiration or we have been through at least
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 422 unsigned long next_update = jiffies; in iavf_update_itr() local 442 if (time_after(next_update, rc->next_update)) in iavf_update_itr() 605 rc->next_update = next_update + 1; in iavf_update_itr() 1629 * expires via the next_update expiration or we have been through at least
|
H A D | iavf_txrx.h | 416 unsigned long next_update; /* jiffies value of next update */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 452 unsigned long next_update = jiffies; in iavf_update_itr() local 472 if (time_after(next_update, rc->next_update)) in iavf_update_itr() 636 rc->next_update = next_update + 1; in iavf_update_itr() 1654 * expires via the next_update expiration or we have been through at least
|
H A D | iavf_txrx.h | 419 unsigned long next_update; /* jiffies value of next update */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.h | 427 unsigned long next_update; /* jiffies value of next update */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.h | 435 unsigned long next_update; /* jiffies value of next update */ member
|