| /drivers/iio/chemical/ |
| 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()
|
| 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()
|
| /drivers/md/dm-vdo/indexer/ |
| 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()
|
| A D | index-page-map.h | 20 u64 last_update; member
|
| /drivers/hwmon/ |
| 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()
|
| 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()
|
| 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()
|
| A D | sht3x.c | 172 unsigned long last_update; /* last update in periodic mode*/ member 273 if (time_after(jiffies, data->last_update + interval_jiffies)) { in sht3x_update_client() 283 data->last_update = jiffies; in sht3x_update_client() 894 data->last_update = jiffies - msecs_to_jiffies(3000); in sht3x_probe()
|
| 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()
|
| /drivers/platform/x86/x86-android-tablets/ |
| A D | vexia_atla10_ec.c | 62 unsigned long last_update; /* In jiffies */ member 85 if (data->valid && time_before(jiffies, data->last_update + UPDATE_INTERVAL_JIFFIES)) in atla10_ec_update() 93 data->last_update = jiffies; in atla10_ec_update()
|
| /drivers/power/supply/ |
| 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()
|
| 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()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_gem.c | 127 struct dma_fence *last_update; in amdgpu_gem_update_bo_mapping() local 137 last_update = vm->last_update; in amdgpu_gem_update_bo_mapping() 139 last_update = bo_va->last_pt_update; in amdgpu_gem_update_bo_mapping() 143 last_update = fence; in amdgpu_gem_update_bo_mapping() 151 drm_syncobj_replace_fence(syncobj, last_update); in amdgpu_gem_update_bo_mapping() 153 drm_syncobj_add_point(syncobj, chain, last_update, point); in amdgpu_gem_update_bo_mapping()
|
| A D | amdgpu_vm.c | 993 r = vm->update_funcs->commit(¶ms, &vm->last_update); in amdgpu_vm_update_pdes() 1251 struct dma_fence **last_update; in amdgpu_vm_bo_update() local 1324 last_update = &vm->last_update; in amdgpu_vm_bo_update() 1326 last_update = &bo_va->last_pt_update; in amdgpu_vm_bo_update() 1356 pages_addr, last_update); in amdgpu_vm_bo_update() 2589 vm->last_update = dma_fence_get_stub(); in amdgpu_vm_init() 2694 dma_fence_put(vm->last_update); in amdgpu_vm_make_compute() 2695 vm->last_update = dma_fence_get_stub(); in amdgpu_vm_make_compute() 2772 dma_fence_put(vm->last_update); in amdgpu_vm_fini()
|
| /drivers/s390/cio/ |
| A D | cmf.c | 121 unsigned long long last_update; /* when last_block was updated */ member 291 cmb_data->last_update = get_tod_clock(); in cmf_copy_block() 364 cmb_data->last_update = 0; in cmf_generic_reset() 664 if (cmb_data->last_update == 0) { in readall_cmb() 669 time = cmb_data->last_update - cdev->private->cmb_start_time; in readall_cmb() 924 if (cmb_data->last_update == 0) { in readall_cmbe() 928 time = cmb_data->last_update - cdev->private->cmb_start_time; in readall_cmbe()
|
| /drivers/net/wireless/zydas/zd1211rw/ |
| A D | zd_mac.c | 410 mac->beacon.last_update = jiffies; in zd_restore_settings() 1179 mac->beacon.last_update = jiffies; in zd_beacon_done() 1319 mac->beacon.last_update = jiffies; in zd_op_bss_info_changed() 1448 timeout = mac->beacon.last_update + in beacon_watchdog_handler() 1472 mac->beacon.last_update = jiffies; in beacon_watchdog_handler() 1490 mac->beacon.last_update = jiffies; in beacon_enable()
|
| A D | zd_mac.h | 156 unsigned long last_update; member
|
| /drivers/staging/greybus/ |
| 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()
|
| /drivers/net/wireless/purelifi/plfxlc/ |
| A D | mac.h | 108 unsigned long last_update; member
|
| A D | mac.c | 143 mac->beacon.last_update = jiffies; in plfxlc_restore_settings() 621 mac->beacon.last_update = jiffies; in plfxlc_op_bss_info_changed()
|
| /drivers/net/ethernet/netronome/nfp/flower/ |
| 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()
|
| /drivers/net/ethernet/sfc/siena/ |
| 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()
|
| /drivers/net/ethernet/sfc/ |
| 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()
|
| /drivers/devfreq/ |
| A D | devfreq.c | 232 cur_time - devfreq->stats.last_update; in devfreq_update_status() 247 devfreq->stats.last_update = cur_time; in devfreq_update_status() 594 devfreq->stats.last_update = get_jiffies_64(); in devfreq_monitor_resume() 912 devfreq->stats.last_update = get_jiffies_64(); in devfreq_add_device() 1791 df->stats.last_update = get_jiffies_64(); in trans_stat_store()
|
| /drivers/cpufreq/ |
| A D | intel_pstate.c | 239 u64 last_update; member 2477 cpu->last_update = cpu->sample.time; in intel_pstate_hwp_boost_up() 2486 expired = time_after64(cpu->sample.time, cpu->last_update + in intel_pstate_hwp_boost_down() 2493 cpu->last_update = cpu->sample.time; in intel_pstate_hwp_boost_down() 2681 delta_ns = time - cpu->last_update; in intel_pstate_update_util() 2700 cpu->last_update = time; in intel_pstate_update_util()
|