/linux/drivers/iio/chemical/ |
H A D | ams-iaq-core.c | 32 unsigned long last_update; member 81 if (!time_after(jiffies, data->last_update + HZ)) in ams_iaqcore_get_measurement() 88 data->last_update = jiffies; in ams_iaqcore_get_measurement() 152 data->last_update = jiffies - HZ; in ams_iaqcore_probe()
|
H A D | vz89x.c | 49 unsigned long last_update; member 222 if (!time_after(jiffies, data->last_update + HZ)) in vz89x_get_measurement() 226 data->last_update = jiffies; in vz89x_get_measurement() 374 data->last_update = jiffies - HZ; in vz89x_probe()
|
/linux/drivers/md/dm-vdo/indexer/ |
H A D | index-page-map.c | 72 map->last_update = virtual_chapter_number; in uds_update_index_page_map() 127 encode_u64_le(buffer, &offset, map->last_update); in uds_write_index_page_map() 165 decode_u64_le(buffer, &offset, &map->last_update); in uds_read_index_page_map() 171 (unsigned long long) map->last_update); in uds_read_index_page_map()
|
H A D | index-page-map.h | 20 u64 last_update; member
|
/linux/drivers/hwmon/ |
H A D | hih6130.c | 39 unsigned long last_update; member 110 if (time_after(jiffies, hih6130->last_update + HZ) || !hih6130->valid) { in hih6130_update_measurements() 143 hih6130->last_update = jiffies; in hih6130_update_measurements()
|
H A D | sht21.c | 41 unsigned long last_update; member 96 if (time_after(jiffies, sht21->last_update + HZ / 2) || !sht21->valid) { in sht21_update_measurements() 107 sht21->last_update = jiffies; in sht21_update_measurements()
|
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 | 175 unsigned long last_update; /* last update in periodic mode*/ member 276 if (time_after(jiffies, data->last_update + interval_jiffies)) { in sht3x_update_client() 286 data->last_update = jiffies; in sht3x_update_client() 912 data->last_update = jiffies - msecs_to_jiffies(3000); in sht3x_probe()
|
H A D | stts751.c | 95 unsigned long last_update, last_alert_update; member 359 if (time_after(jiffies, priv->last_update + cache_time) || in stts751_update() 369 priv->last_update = jiffies; in stts751_update()
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | xapic_ipi_test.c |
|
/linux/sound/core/seq/ |
H A D | seq_timer.c | 149 ktime_get_ts64(&tmr->last_update); in snd_seq_timer_interrupt() 375 ktime_get_ts64(&tmr->last_update); in seq_timer_start() 398 ktime_get_ts64(&tmr->last_update); in seq_timer_continue() 420 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 | 28 unsigned long last_update; member 486 s->last_update = jiffies; in arch_scale_freq_tick() 513 last = s->last_update; in arch_freq_get_on_cpu()
|
/linux/drivers/power/supply/ |
H A D | cros_peripheral_charger.c | 36 unsigned long last_update; member 183 time_is_after_jiffies(port->last_update + PCHG_CACHE_UPDATE_DELAY)) in cros_pchg_get_port_status() 190 port->last_update = jiffies; in cros_pchg_get_port_status()
|
H A D | cros_usbpd-charger.c | 43 unsigned long last_update; member 303 time_is_after_jiffies(port->last_update + in cros_usbpd_charger_get_port_status() 313 port->last_update = jiffies; in cros_usbpd_charger_get_port_status() 698 charger->ports[i]->last_update = in cros_usbpd_charger_resume()
|
/linux/kernel/sched/ |
H A D | cpufreq_schedutil.c | 47 u64 last_update; member 224 s64 delta_ns = time - sg_cpu->last_update; in sugov_iowait_reset() 378 sg_cpu->last_update = time; in sugov_update_single_common() 495 sg_cpu->last_update = time; in sugov_update_shared()
|
/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() 182 if (fs_info->last_update == ktime_get_seconds()) { in hypfs_write_iter()
|
/linux/include/linux/power/ |
H A D | bq27xxx_battery.h | 66 unsigned long last_update; 65 unsigned long last_update; global() member
|
/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() 1175 mac->beacon.last_update = jiffies; in zd_beacon_done() 1315 mac->beacon.last_update = jiffies; in zd_op_bss_info_changed() 1444 timeout = mac->beacon.last_update + in beacon_watchdog_handler() 1468 mac->beacon.last_update = jiffies; in beacon_watchdog_handler() 1486 mac->beacon.last_update = jiffies; in beacon_enable()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.c | 965 r = vm->update_funcs->commit(¶ms, &vm->last_update); in amdgpu_vm_update_pdes() 1223 struct dma_fence **last_update; in amdgpu_vm_bo_update() local 1296 last_update = &vm->last_update; in amdgpu_vm_bo_update() 1298 last_update = &bo_va->last_pt_update; in amdgpu_vm_bo_update() 1328 pages_addr, last_update); in amdgpu_vm_bo_update() 2563 vm->last_update = dma_fence_get_stub(); in amdgpu_vm_init() 2668 dma_fence_put(vm->last_update); in amdgpu_vm_make_compute() 2669 vm->last_update = dma_fence_get_stub(); in amdgpu_vm_make_compute() 2762 dma_fence_put(vm->last_update); in amdgpu_vm_fini()
|
/linux/drivers/staging/greybus/ |
H A D | power_supply.c | 39 unsigned long last_update; member 687 if (gbpsy->last_update && in is_cache_valid() 688 time_is_after_jiffies(gbpsy->last_update + in is_cache_valid() 716 gbpsy->last_update = jiffies; in gb_power_supply_status_get()
|
/linux/drivers/net/wireless/purelifi/plfxlc/ |
H A D | mac.h | 108 unsigned long last_update; member
|
/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/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()
|