Searched refs:next_update (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/hwmon/
H A Dtc74.c32 unsigned long next_update; /* In jiffies */ member in struct:tc74_data
46 if (time_after(jiffies, data->next_update) || !data->valid) {
75 data->next_update = jiffies + HZ / 4;
H A Dad7414.c41 unsigned long next_update; /* In jiffies */ member in struct:ad7414_data
76 if (time_after(jiffies, data->next_update) || !data->valid) {
97 data->next_update = jiffies + HZ + HZ / 2;
H A Dsht4x.c77 unsigned long next_update; local
84 next_update = data->last_updated +
87 if (data->valid && time_before_eq(jiffies, next_update))
H A Dadt7411.c104 unsigned long next_update; member in struct:adt7411_data
193 data->next_update = jiffies;
267 if (time_after_eq(jiffies, data->next_update)) {
281 data->next_update = jiffies + HZ;
690 data->next_update = jiffies;
H A Dadm1031.c111 unsigned long next_update; local
116 next_update = data->last_updated
118 if (time_after(jiffies, next_update) || !data->valid) {
H A Dlm63.c228 unsigned long next_update; local
232 next_update = data->last_updated +
234 if (time_after(jiffies, next_update) || !data->valid) {
H A Dlm90.c1209 unsigned long next_update; local
1218 next_update = data->last_updated +
1220 if (time_after(jiffies, next_update) || !data->valid) {
/linux-master/drivers/platform/x86/siemens/
H A Dsimatic-ipc-batt.c91 unsigned long next_update; local
93 next_update = priv.last_updated_jiffies + msecs_to_jiffies(BATT_DELAY_MS);
94 if (time_after(jiffies, next_update) || !priv.last_updated_jiffies) {
/linux-master/drivers/hwmon/occ/
H A Dcommon.h102 unsigned long next_update; member in struct:occ
H A Dcommon.c218 if (time_after(jiffies, occ->next_update)) {
220 occ->next_update = jiffies + OCC_UPDATE_FREQUENCY;
1175 occ->next_update = jiffies + OCC_UPDATE_FREQUENCY;
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h419 unsigned long next_update; /* jiffies value of next update */ member in struct:iavf_ring_container
H A Diavf_txrx.c453 unsigned long next_update = jiffies; local
473 if (time_after(next_update, rc->next_update))
637 rc->next_update = next_update + 1;
1651 * expires via the next_update expiration or we have been through at least
H A Diavf_main.c459 q_vector->rx.next_update = jiffies + 1;
485 q_vector->tx.next_update = jiffies + 1;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h437 unsigned long next_update; /* jiffies value of next update */ member in struct:i40e_ring_container
H A Di40e_txrx.c1160 unsigned long next_update = jiffies; local
1180 if (time_after(next_update, rc->next_update))
1343 rc->next_update = next_update + 1;
2693 * expires via the next_update expiration or we have been through at least
H A Di40e_main.c3903 q_vector->rx.next_update = jiffies + 1;
3910 q_vector->tx.next_update = jiffies + 1;
4023 q_vector->rx.next_update = jiffies + 1;
4027 q_vector->tx.next_update = jiffies + 1;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c816 head->next_update = jiffies + 1;
H A Dixgbe.h475 unsigned long next_update; /* jiffies value of last update */ member in struct:ixgbe_ring_container
H A Dixgbe_main.c2553 unsigned long next_update = jiffies; local
2566 if (time_after(next_update, ring_container->next_update))
2716 ring_container->next_update = next_update + 1;
/linux-master/kernel/sched/
H A Dsched.h1913 unsigned long next_update; member in struct:sched_group_capacity
H A Dfair.c9562 sdg->sgc->next_update = jiffies + interval;
10579 time_after_eq(jiffies, sg->sgc->next_update))

Completed in 311 milliseconds