Home
last modified time | relevance | path

Searched refs:last_update (Results 26 – 50 of 55) sorted by relevance

123

/openbmc/linux/drivers/hwmon/
H A Dstts751.c96 unsigned long last_update, last_alert_update; member
360 if (time_after(jiffies, priv->last_update + cache_time) || in stts751_update()
370 priv->last_update = jiffies; in stts751_update()
H A Ddme1737.c207 unsigned long last_update; /* in jiffies */ member
610 if (time_after(jiffies, data->last_update + HZ) || !data->valid) { in dme1737_update_device()
780 data->last_update = jiffies; in dme1737_update_device()
/openbmc/linux/arch/s390/pci/
H A Dpci_debug.c98 seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update); in pci_perf_show()
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.h156 unsigned long last_update; member
/openbmc/linux/include/linux/
H A Ddevfreq.h135 u64 last_update; member
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_mon.c157 hwmon->last_update = jiffies; in efx_mcdi_mon_update()
173 if (time_before(jiffies, hwmon->last_update + HZ)) in efx_mcdi_mon_get_entry()
H A Dmcdi.h95 unsigned long last_update; member
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_mon.c157 hwmon->last_update = jiffies; in efx_mcdi_mon_update()
173 if (time_before(jiffies, hwmon->last_update + HZ)) in efx_mcdi_mon_get_entry()
H A Dmcdi.h95 unsigned long last_update; member
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dqos_conf.c377 if (!repr_priv->qos_table.last_update) { in nfp_flower_stats_rlim_reply()
382 repr_priv->qos_table.last_update = jiffies; in nfp_flower_stats_rlim_reply()
498 repr_priv->qos_table.last_update, in nfp_flower_stats_rate_limiter()
H A Dmain.h357 u64 last_update; member
/openbmc/linux/net/batman-adv/
H A Ddistributed-arp-table.c143 return batadv_has_timed_out(dat_entry->last_update, in batadv_dat_to_purge()
377 dat_entry->last_update = jiffies; in batadv_dat_entry_add()
392 dat_entry->last_update = jiffies; in batadv_dat_entry_add()
871 msecs = jiffies_to_msecs(jiffies - dat_entry->last_update); in batadv_dat_cache_dump_entry()
H A Dtypes.h2264 unsigned long last_update; member
/openbmc/linux/arch/s390/include/asm/
H A Dpci.h69 u64 last_update; member
/openbmc/linux/drivers/devfreq/
H A Ddevfreq.c235 cur_time - devfreq->stats.last_update; in devfreq_update_status()
250 devfreq->stats.last_update = cur_time; in devfreq_update_status()
597 devfreq->stats.last_update = get_jiffies_64(); in devfreq_monitor_resume()
917 devfreq->stats.last_update = get_jiffies_64(); in devfreq_add_device()
1803 df->stats.last_update = get_jiffies_64(); in trans_stat_store()
/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c150 mac->beacon.last_update = jiffies; in plfxlc_restore_settings()
628 mac->beacon.last_update = jiffies; in plfxlc_op_bss_info_changed()
/openbmc/qemu/ui/
H A Dconsole.c62 uint64_t last_update; member
103 ds->last_update = qemu_clock_get_ms(QEMU_CLOCK_REALTIME); in gui_update()
104 timer_mod(ds->gui_timer, ds->last_update + interval); in gui_update()
736 timer_mod(ds->gui_timer, ds->last_update + interval); in update_displaychangelistener()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h315 uint64_t last_update; member
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c238 u64 last_update; member
2134 cpu->last_update = cpu->sample.time; in intel_pstate_hwp_boost_up()
2143 expired = time_after64(cpu->sample.time, cpu->last_update + in intel_pstate_hwp_boost_down()
2150 cpu->last_update = cpu->sample.time; in intel_pstate_hwp_boost_down()
2340 delta_ns = time - cpu->last_update; in intel_pstate_update_util()
2359 cpu->last_update = time; in intel_pstate_update_util()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h296 struct dma_fence *last_update; member
H A Damdgpu_mes.c1061 dma_fence_wait(gang->process->vm->last_update, false); in amdgpu_mes_add_ring()
1199 amdgpu_sync_fence(&sync, vm->last_update); in amdgpu_mes_ctx_map_meta_data()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c138 bss->bssid, bss->last_update, in prism2_bss_list_proc_show()
H A Dhostap_80211_rx.c380 if (!time_after(jiffies, bss->last_update + 60 * HZ)) in __hostap_expire_bss()
450 bss->last_update = jiffies; in hostap_rx_sta_beacon()
H A Dhostap_wlan.h629 unsigned long last_update; member
/openbmc/linux/drivers/power/supply/
H A Dbq27xxx_battery.c1884 di->last_update = jiffies;
2009 if (time_is_before_jiffies(di->last_update + 5 * HZ))

123