last_update        39 arch/s390/hypfs/inode.c 	time64_t last_update;		/* last update, CLOCK_MONOTONIC time */
last_update        55 arch/s390/hypfs/inode.c 	sb_info->last_update = ktime_get_seconds();
last_update       182 arch/s390/hypfs/inode.c 	if (fs_info->last_update == ktime_get_seconds()) {
last_update        65 arch/s390/include/asm/pci.h 	u64 last_update;
last_update        98 arch/s390/pci/pci_debug.c 	seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update);
last_update       243 drivers/cpufreq/intel_pstate.c 	u64	last_update;
last_update      1638 drivers/cpufreq/intel_pstate.c 	cpu->last_update = cpu->sample.time;
last_update      1647 drivers/cpufreq/intel_pstate.c 		expired = time_after64(cpu->sample.time, cpu->last_update +
last_update      1654 drivers/cpufreq/intel_pstate.c 	cpu->last_update = cpu->sample.time;
last_update      1844 drivers/cpufreq/intel_pstate.c 	delta_ns = time - cpu->last_update;
last_update      1863 drivers/cpufreq/intel_pstate.c 	cpu->last_update = time;
last_update       356 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 	return amdgpu_sync_fence(NULL, sync, vm->last_update, false);
last_update       918 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 	r = amdgpu_sync_fence(adev, &p->job->sync, vm->last_update, false);
last_update      1267 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	r = vm->update_funcs->commit(&params, &vm->last_update);
last_update      1691 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	struct dma_fence *exclusive, **last_update;
last_update      1720 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 		last_update = &vm->last_update;
last_update      1722 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 		last_update = &bo_va->last_pt_update;
last_update      1735 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 					       last_update);
last_update      2718 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	vm->last_update = NULL;
last_update      2874 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	dma_fence_put(vm->last_update);
last_update      2875 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	vm->last_update = NULL;
last_update      2991 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	dma_fence_put(vm->last_update);
last_update       255 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h 	struct dma_fence	*last_update;
last_update       207 drivers/hwmon/dme1737.c 	unsigned long last_update;	/* in jiffies */
last_update       610 drivers/hwmon/dme1737.c 	if (time_after(jiffies, data->last_update + HZ) || !data->valid) {
last_update       780 drivers/hwmon/dme1737.c 		data->last_update = jiffies;
last_update        39 drivers/hwmon/hih6130.c 	unsigned long last_update;
last_update       110 drivers/hwmon/hih6130.c 	if (time_after(jiffies, hih6130->last_update + HZ) || !hih6130->valid) {
last_update       143 drivers/hwmon/hih6130.c 		hih6130->last_update = jiffies;
last_update        38 drivers/hwmon/menf21bmc_hwmon.c 	unsigned long last_update;
last_update        59 drivers/hwmon/menf21bmc_hwmon.c 	if (time_after(jiffies, drv_data->last_update + HZ)
last_update        70 drivers/hwmon/menf21bmc_hwmon.c 		drv_data->last_update = jiffies;
last_update       212 drivers/hwmon/occ/common.c 	if (time_after(jiffies, occ->last_update + OCC_UPDATE_FREQUENCY)) {
last_update       214 drivers/hwmon/occ/common.c 		occ->last_update = jiffies;
last_update       102 drivers/hwmon/occ/common.h 	unsigned long last_update;
last_update        65 drivers/hwmon/pmbus/ibm-cffps.c 	unsigned long last_update;
last_update       109 drivers/hwmon/pmbus/ibm-cffps.c 		if (time_after(jiffies, psu->input_history.last_update + HZ)) {
last_update       123 drivers/hwmon/pmbus/ibm-cffps.c 			psu->input_history.last_update = jiffies;
last_update       440 drivers/hwmon/pmbus/ibm-cffps.c 	psu->input_history.last_update = jiffies - HZ;
last_update        41 drivers/hwmon/sht21.c 	unsigned long last_update;
last_update        96 drivers/hwmon/sht21.c 	if (time_after(jiffies, sht21->last_update + HZ / 2) || !sht21->valid) {
last_update       107 drivers/hwmon/sht21.c 		sht21->last_update = jiffies;
last_update       137 drivers/hwmon/sht3x.c 	unsigned long last_update;	/* last update in periodic mode*/
last_update       238 drivers/hwmon/sht3x.c 	if (time_after(jiffies, data->last_update + interval_jiffies)) {
last_update       248 drivers/hwmon/sht3x.c 		data->last_update = jiffies;
last_update       695 drivers/hwmon/sht3x.c 	data->last_update = jiffies - msecs_to_jiffies(3000);
last_update        96 drivers/hwmon/stts751.c 	unsigned long last_update, last_alert_update;
last_update       360 drivers/hwmon/stts751.c 	if (time_after(jiffies,	priv->last_update + cache_time) ||
last_update       370 drivers/hwmon/stts751.c 		priv->last_update = jiffies;
last_update        31 drivers/iio/chemical/ams-iaq-core.c 	unsigned long last_update;
last_update        80 drivers/iio/chemical/ams-iaq-core.c 	if (!time_after(jiffies, data->last_update + HZ))
last_update        87 drivers/iio/chemical/ams-iaq-core.c 	data->last_update = jiffies;
last_update       152 drivers/iio/chemical/ams-iaq-core.c 	data->last_update = jiffies - HZ;
last_update        50 drivers/iio/chemical/vz89x.c 	unsigned long last_update;
last_update       223 drivers/iio/chemical/vz89x.c 	if (!time_after(jiffies, data->last_update + HZ))
last_update       227 drivers/iio/chemical/vz89x.c 	data->last_update = jiffies;
last_update       382 drivers/iio/chemical/vz89x.c 	data->last_update = jiffies - HZ;
last_update       212 drivers/net/ethernet/netronome/nfp/flower/main.h 	u64 last_update;
last_update       210 drivers/net/ethernet/netronome/nfp/flower/qos_conf.c 	if (!repr_priv->qos_table.last_update) {
last_update       215 drivers/net/ethernet/netronome/nfp/flower/qos_conf.c 	repr_priv->qos_table.last_update = jiffies;
last_update       323 drivers/net/ethernet/netronome/nfp/flower/qos_conf.c 			  repr_priv->qos_table.last_update);
last_update        95 drivers/net/ethernet/sfc/mcdi.h 	unsigned long last_update;
last_update       157 drivers/net/ethernet/sfc/mcdi_mon.c 		hwmon->last_update = jiffies;
last_update       173 drivers/net/ethernet/sfc/mcdi_mon.c 	if (time_before(jiffies, hwmon->last_update + HZ))
last_update       380 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 		if (!time_after(jiffies, bss->last_update + 60 * HZ))
last_update       450 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 		bss->last_update = jiffies;
last_update       138 drivers/net/wireless/intersil/hostap/hostap_proc.c 		   bss->bssid, bss->last_update,
last_update       627 drivers/net/wireless/intersil/hostap/hostap_wlan.h 	unsigned long last_update;
last_update      2154 drivers/net/wireless/intersil/prism54/isl_ioctl.c 		bss->last_update = jiffies;
last_update      2164 drivers/net/wireless/intersil/prism54/isl_ioctl.c 		if (!time_after(jiffies, bss->last_update + 60 * HZ))
last_update        59 drivers/net/wireless/intersil/prism54/islpci_dev.h 	unsigned long last_update;
last_update       410 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 		mac->beacon.last_update = jiffies;
last_update      1176 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	mac->beacon.last_update = jiffies;
last_update      1315 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 			mac->beacon.last_update = jiffies;
last_update      1439 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	timeout = mac->beacon.last_update +
last_update      1463 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 		mac->beacon.last_update = jiffies;
last_update      1481 drivers/net/wireless/zydas/zd1211rw/zd_mac.c 	mac->beacon.last_update = jiffies;
last_update       156 drivers/net/wireless/zydas/zd1211rw/zd_mac.h 	unsigned long last_update;
last_update      1622 drivers/power/supply/bq27xxx_battery.c 	di->last_update = jiffies;
last_update      1768 drivers/power/supply/bq27xxx_battery.c 	if (time_is_before_jiffies(di->last_update + 5 * HZ)) {
last_update        42 drivers/power/supply/cros_usbpd-charger.c 	unsigned long last_update;
last_update       319 drivers/power/supply/cros_usbpd-charger.c 	    time_is_after_jiffies(port->last_update +
last_update       329 drivers/power/supply/cros_usbpd-charger.c 	port->last_update = jiffies;
last_update       724 drivers/power/supply/cros_usbpd-charger.c 		charger->ports[i]->last_update =
last_update       121 drivers/s390/cio/cmf.c 	unsigned long long last_update;  /* when last_block was updated */
last_update       289 drivers/s390/cio/cmf.c 	cmb_data->last_update = get_tod_clock();
last_update       362 drivers/s390/cio/cmf.c 		cmb_data->last_update = 0;
last_update       663 drivers/s390/cio/cmf.c 	if (cmb_data->last_update == 0) {
last_update       668 drivers/s390/cio/cmf.c 	time = cmb_data->last_update - cdev->private->cmb_start_time;
last_update       923 drivers/s390/cio/cmf.c 	if (cmb_data->last_update == 0) {
last_update       927 drivers/s390/cio/cmf.c 	time = cmb_data->last_update - cdev->private->cmb_start_time;
last_update        39 drivers/staging/greybus/power_supply.c 	unsigned long			last_update;
last_update       687 drivers/staging/greybus/power_supply.c 	if (gbpsy->last_update &&
last_update       688 drivers/staging/greybus/power_supply.c 	    time_is_after_jiffies(gbpsy->last_update +
last_update       716 drivers/staging/greybus/power_supply.c 		gbpsy->last_update = jiffies;
last_update        68 include/linux/power/bq27xxx_battery.h 	unsigned long last_update;
last_update        54 kernel/sched/cpufreq_schedutil.c 	u64			last_update;
last_update       318 kernel/sched/cpufreq_schedutil.c 	s64 delta_ns = time - sg_cpu->last_update;
last_update       460 kernel/sched/cpufreq_schedutil.c 	sg_cpu->last_update = time;
last_update       533 kernel/sched/cpufreq_schedutil.c 	sg_cpu->last_update = time;
last_update       142 net/batman-adv/distributed-arp-table.c 	return batadv_has_timed_out(dat_entry->last_update,
last_update       374 net/batman-adv/distributed-arp-table.c 		dat_entry->last_update = jiffies;
last_update       389 net/batman-adv/distributed-arp-table.c 	dat_entry->last_update = jiffies;
last_update       876 net/batman-adv/distributed-arp-table.c 			last_seen_jiffies = jiffies - dat_entry->last_update;
last_update       923 net/batman-adv/distributed-arp-table.c 	msecs = jiffies_to_msecs(jiffies - dat_entry->last_update);
last_update      2343 net/batman-adv/types.h 	unsigned long last_update;
last_update       153 sound/core/seq/seq_timer.c 	ktime_get_ts64(&tmr->last_update);
last_update       381 sound/core/seq/seq_timer.c 	ktime_get_ts64(&tmr->last_update);
last_update       409 sound/core/seq/seq_timer.c 	ktime_get_ts64(&tmr->last_update);
last_update       437 sound/core/seq/seq_timer.c 		tm = timespec64_sub(tm, tmr->last_update);
last_update        40 sound/core/seq/seq_timer.h 	struct timespec64	last_update;	 /* time of last clock update, used for interpolation */
last_update       831 tools/firewire/nosy-dump.c 	static struct timeval last_update;
last_update       847 tools/firewire/nosy-dump.c 	if (now.tv_sec <= last_update.tv_sec &&
last_update       848 tools/firewire/nosy-dump.c 	    now.tv_usec < last_update.tv_usec + 500000)
last_update       851 tools/firewire/nosy-dump.c 	last_update = now;