Home
last modified time | relevance | path

Searched refs:update_time (Results 1 – 25 of 27) sorted by relevance

12

/linux/fs/afs/
H A Dvalidation.c267 time64_t cur = volume->update_time; in afs_update_volume_update_time()
274 volume->update_time = new; in afs_update_volume_update_time()
299 volume->update_time = new; in afs_update_volume_update_time()
308 op->volsync.update == volume->update_time)) in afs_update_volume_times()
317 if (op->volsync.update != volume->update_time) in afs_update_volume_times()
H A Dfs_operation.c43 op->pre_volsync.update = volume->update_time; in afs_alloc_operation()
H A Dinternal.h651 time64_t update_time; /* Volume update time (or TIME64_MIN) */ member
/linux/drivers/power/supply/
H A Dds2760_battery.c93 unsigned long update_time; /* jiffies when data read */ member
258 if (di->update_time && time_before(jiffies, di->update_time + in ds2760_battery_read_status()
264 if (di->update_time == 0) { in ds2760_battery_read_status()
279 di->update_time = jiffies; in ds2760_battery_read_status()
H A Dhuawei-gaokun-battery.c110 unsigned long update_time; member
237 if (time_before(jiffies, ecbat->update_time + in gaokun_psy_get_bat_status()
245 ecbat->update_time = jiffies; in gaokun_psy_get_bat_status()
/linux/drivers/acpi/
H A Dsbs.c58 unsigned long update_time; member
359 if (battery->update_time && in acpi_battery_get_state()
360 time_before(jiffies, battery->update_time + in acpi_battery_get_state()
374 battery->update_time = jiffies; in acpi_battery_get_state()
509 battery->update_time = 0; in acpi_battery_read()
/linux/fs/orangefs/
H A Dsymlink.c18 .update_time = orangefs_update_time,
H A Dnamei.c431 .update_time = orangefs_update_time,
H A Dinode.c949 .update_time = orangefs_update_time,
/linux/fs/ubifs/
H A Dfile.c1500 int err, update_time; in ubifs_vm_page_mkwrite() local
1527 update_time = mctime_update_needed(inode, &now); in ubifs_vm_page_mkwrite()
1528 if (update_time) in ubifs_vm_page_mkwrite()
1560 if (update_time) { in ubifs_vm_page_mkwrite()
1644 .update_time = ubifs_update_time,
1654 .update_time = ubifs_update_time,
/linux/fs/xfs/
H A Dxfs_iops.c1271 .update_time = xfs_vn_update_time,
1297 .update_time = xfs_vn_update_time,
1324 .update_time = xfs_vn_update_time,
1335 .update_time = xfs_vn_update_time,
/linux/drivers/staging/fbtft/
H A Dfbtft-core.c280 if (!ktime_to_ns(par->update_time)) in fbtft_update_display()
281 par->update_time = ts_start; in fbtft_update_display()
283 fps = ktime_us_delta(ts_start, par->update_time); in fbtft_update_display()
284 par->update_time = ts_start; in fbtft_update_display()
/linux/fs/overlayfs/
H A Dinode.c734 .update_time = ovl_update_time,
745 .update_time = ovl_update_time,
756 .update_time = ovl_update_time,
H A Ddir.c1477 .update_time = ovl_update_time,
/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c871 struct timespec64 update_time; in efx_ptp_send_times() local
875 update_time = now.ts_real; in efx_ptp_send_times()
876 timespec64_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS); in efx_ptp_send_times()
879 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
/linux/drivers/net/ethernet/sfc/
H A Dptp.c858 struct timespec64 update_time; in efx_ptp_send_times() local
862 update_time = now.ts_real; in efx_ptp_send_times()
863 timespec64_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS); in efx_ptp_send_times()
866 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c1138 goto update_time; in iwl_mvm_ftm_rtt_smoothing()
1147 goto update_time; in iwl_mvm_ftm_rtt_smoothing()
1182 update_time: in iwl_mvm_ftm_rtt_smoothing()
/linux/fs/fat/
H A Dfile.c577 .update_time = fat_update_time,
H A Dnamei_msdos.c643 .update_time = fat_update_time,
H A Dnamei_vfat.c1183 .update_time = fat_update_time,
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-core.c218 hg->counter1[i].update_time = jiffies; in saa7164_histogram_update()
238 hg->counter1[i].update_time); in saa7164_histogram_print()
/linux/fs/
H A Dinode.c2166 if (inode->i_op->update_time) in inode_update_time()
2167 return inode->i_op->update_time(inode, flags); in inode_update_time()
/linux/drivers/hwmon/occ/
H A Dcommon.c87 u16 update_time; member
/linux/fs/udf/
H A Dinode.c1315 goto update_time; in udf_setsize()
1329 update_time: in udf_setsize()
/linux/kernel/trace/
H A Dftrace.c3783 u64 start, stop, update_time; in ftrace_update_code() local
3827 update_time = stop - start; in ftrace_update_code()
3829 ftrace_total_mod_time += update_time; in ftrace_update_code()
3831 ftrace_update_time = update_time; in ftrace_update_code()

12