| /linux/drivers/iio/chemical/ |
| H A D | ams-iaq-core.c | 31 unsigned long last_update; member 80 if (!time_after(jiffies, data->last_update + HZ)) in ams_iaqcore_get_measurement() 87 data->last_update = jiffies; in ams_iaqcore_get_measurement() 151 data->last_update = jiffies - HZ; in ams_iaqcore_probe()
|
| H A D | vz89x.c | 48 unsigned long last_update; member 221 if (!time_after(jiffies, data->last_update + HZ)) in vz89x_get_measurement() 225 data->last_update = jiffies; in vz89x_get_measurement() 373 data->last_update = jiffies - HZ; in vz89x_probe()
|
| /linux/drivers/hwmon/ |
| H A D | menf21bmc_hwmon.c | 38 unsigned long last_update; member 59 if (time_after(jiffies, drv_data->last_update + HZ) in menf21bmc_hwmon_update() 70 drv_data->last_update = jiffies; in menf21bmc_hwmon_update()
|
| H A D | sht3x.c | 173 unsigned long last_update; /* last update in periodic mode*/ member 274 if (time_after(jiffies, data->last_update + interval_jiffies)) { in sht3x_update_client() 284 data->last_update = jiffies; in sht3x_update_client() 902 data->last_update = jiffies - msecs_to_jiffies(3000); in sht3x_probe()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | xapic_ipi_test.c | 238 time_t start_time, last_update, now; in cancel_join_vcpu_thread() 277 last_update = start_time; in do_migrations() 314 (now != last_update)) { in do_migrations() 315 last_update = now; in do_migrations() 257 time_t start_time, last_update, now; do_migrations() local
|
| /linux/sound/core/seq/ |
| H A D | seq_timer.c | 160 ktime_get_ts64(&tmr->last_update); in snd_seq_timer_interrupt() 385 ktime_get_ts64(&tmr->last_update); in seq_timer_start() 408 ktime_get_ts64(&tmr->last_update); in seq_timer_continue() 430 tm = timespec64_sub(tm, tmr->last_update); in snd_seq_timer_get_cur_time()
|
| H A D | seq_timer.h | 41 struct timespec64 last_update; /* time of last clock update, used for interpolation */ member
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | aperfmperf.c | 29 unsigned long last_update; member 491 s->last_update = jiffies; in arch_scale_freq_tick() 518 last = s->last_update; in arch_freq_get_on_cpu()
|
| /linux/drivers/power/supply/ |
| H A D | cros_peripheral_charger.c | 35 unsigned long last_update; member 182 time_is_after_jiffies(port->last_update + PCHG_CACHE_UPDATE_DELAY)) in cros_pchg_get_port_status() 189 port->last_update = jiffies; in cros_pchg_get_port_status()
|
| H A D | cros_usbpd-charger.c | 42 unsigned long last_update; member 312 time_is_after_jiffies(port->last_update + in cros_usbpd_charger_get_port_status() 322 port->last_update = jiffies; in cros_usbpd_charger_get_port_status() 710 charger->ports[i]->last_update = in cros_usbpd_charger_resume()
|
| /linux/drivers/s390/cio/ |
| H A D | cmf.c | 120 unsigned long long last_update; /* when last_block was updated */ member 290 cmb_data->last_update = get_tod_clock(); in cmf_copy_block() 363 cmb_data->last_update = 0; in cmf_generic_reset() 663 if (cmb_data->last_update == 0) { in readall_cmb() 668 time = cmb_data->last_update - cdev->private->cmb_start_time; in readall_cmb() 923 if (cmb_data->last_update == 0) { in readall_cmbe() 927 time = cmb_data->last_update - cdev->private->cmb_start_time; in readall_cmbe()
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | index-page-map.h | 20 u64 last_update; member
|
| /linux/drivers/net/wireless/morsemicro/mm81x/ |
| H A D | rc.h | 30 unsigned long last_update; member
|
| /linux/arch/s390/hypfs/ |
| H A D | inode.c | 39 time64_t last_update; /* last update, CLOCK_MONOTONIC time */ member 55 sb_info->last_update = ktime_get_seconds(); in hypfs_update_update() 166 if (fs_info->last_update == ktime_get_seconds()) { in hypfs_write_iter()
|
| /linux/kernel/sched/ |
| H A D | cpufreq_schedutil.c | 49 u64 last_update; member 265 s64 delta_ns = time - sg_cpu->last_update; in sugov_iowait_reset() 419 sg_cpu->last_update = time; in sugov_update_single_common() 538 sg_cpu->last_update = time; in sugov_update_shared()
|
| /linux/tools/firewire/ |
| H A D | nosy-dump.c | 831 static struct timeval last_update; in print_stats() local 847 if (now.tv_sec <= last_update.tv_sec && in print_stats() 848 now.tv_usec < last_update.tv_usec + 500000) in print_stats() 851 last_update = now; in print_stats()
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_mac.c | 410 mac->beacon.last_update = jiffies; in zd_restore_settings() 1178 mac->beacon.last_update = jiffies; in zd_beacon_done() 1318 mac->beacon.last_update = jiffies; in zd_op_bss_info_changed() 1447 timeout = mac->beacon.last_update + in beacon_watchdog_handler() 1471 mac->beacon.last_update = jiffies; in beacon_watchdog_handler() 1489 mac->beacon.last_update = jiffies; in beacon_enable()
|
| H A D | zd_mac.h | 156 unsigned long last_update; member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vm.c | 1029 r = vm->update_funcs->commit(¶ms, &vm->last_update); in amdgpu_vm_update_pdes() 1289 struct dma_fence **last_update; in amdgpu_vm_bo_update() local 1362 last_update = &vm->last_update; in amdgpu_vm_bo_update() 1364 last_update = &bo_va->last_pt_update; in amdgpu_vm_bo_update() 1395 pages_addr, last_update); in amdgpu_vm_bo_update() 2635 vm->last_update = dma_fence_get_stub(); in amdgpu_vm_init() 2740 dma_fence_put(vm->last_update); in amdgpu_vm_make_compute() 2741 vm->last_update = dma_fence_get_stub(); in amdgpu_vm_make_compute() 2818 dma_fence_put(vm->last_update); in amdgpu_vm_fini()
|
| H A D | amdgpu_gem.c | 785 r = amdgpu_vm_clear_freed(adev, vm, &vm->last_update); in amdgpu_gem_va_update_vm() 811 fence = dma_fence_unwrap_merge(vm->last_update, in amdgpu_gem_va_update_vm() 815 dma_fence_wait(vm->last_update, false); in amdgpu_gem_va_update_vm() 820 fence = dma_fence_get(vm->last_update); in amdgpu_gem_va_update_vm() 829 return dma_fence_get(vm->last_update); in amdgpu_gem_va_update_vm()
|
| /linux/drivers/net/wireless/purelifi/plfxlc/ |
| H A D | mac.h | 108 unsigned long last_update; member
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi_mon.c | 157 hwmon->last_update = jiffies; in efx_mcdi_mon_update() 173 if (time_before(jiffies, hwmon->last_update + HZ)) in efx_mcdi_mon_get_entry()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi_mon.c | 157 hwmon->last_update = jiffies; in efx_mcdi_mon_update() 173 if (time_before(jiffies, hwmon->last_update + HZ)) in efx_mcdi_mon_get_entry()
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | qos_conf.c | 377 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()
|
| /linux/include/linux/ |
| H A D | devfreq.h | 139 u64 last_update; member
|