Home
last modified time | relevance | path

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

12

/linux-6.15/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 Dvolume.c96 volume->update_time = TIME64_MIN; in afs_alloc_volume()
/linux-6.15/drivers/cpufreq/
H A Dcpufreq_governor.c139 u64 update_time, cur_idle_time; in dbs_update() local
143 cur_idle_time = get_cpu_idle_time(j, &update_time, io_busy); in dbs_update()
145 time_elapsed = update_time - j_cdbs->prev_update_time; in dbs_update()
146 j_cdbs->prev_update_time = update_time; in dbs_update()
/linux-6.15/fs/orangefs/
H A Dsymlink.c18 .update_time = orangefs_update_time,
H A Dnamei.c435 .update_time = orangefs_update_time,
/linux-6.15/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()
/linux-6.15/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()
H A Dbattery.c101 unsigned long update_time; member
574 if (battery->update_time && in acpi_battery_get_state()
575 time_before(jiffies, battery->update_time + in acpi_battery_get_state()
593 battery->update_time = jiffies; in acpi_battery_get_state()
1010 battery->update_time = 0; in acpi_battery_update()
1017 if (!battery->update_time) { in acpi_battery_update()
1299 battery->update_time = 0; in acpi_battery_resume()
/linux-6.15/fs/ubifs/
H A Dfile.c1494 int err, update_time; in ubifs_vm_page_mkwrite() local
1521 update_time = mctime_update_needed(inode, &now); in ubifs_vm_page_mkwrite()
1522 if (update_time) in ubifs_vm_page_mkwrite()
1554 if (update_time) { in ubifs_vm_page_mkwrite()
1638 .update_time = ubifs_update_time,
1648 .update_time = ubifs_update_time,
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h210 u64 update_time : 16; member
256 u64 update_time : 16; member
355 u64 update_time : 16; member
/linux-6.15/fs/
H A Dbad_inode.c181 .update_time = bad_inode_update_time,
H A Dinode.c2075 if (inode->i_op->update_time) in inode_update_time()
2076 return inode->i_op->update_time(inode, flags); in inode_update_time()
/linux-6.15/fs/xfs/
H A Dxfs_iops.c1206 .update_time = xfs_vn_update_time,
1232 .update_time = xfs_vn_update_time,
1259 .update_time = xfs_vn_update_time,
1270 .update_time = xfs_vn_update_time,
/linux-6.15/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()
H A Dfbtft.h230 ktime_t update_time; member
/linux-6.15/fs/overlayfs/
H A Dinode.c754 .update_time = ovl_update_time,
765 .update_time = ovl_update_time,
776 .update_time = ovl_update_time,
/linux-6.15/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-6.15/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-6.15/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-6.15/drivers/media/pci/saa7164/
H A Dsaa7164.h192 u64 update_time; member
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-6.15/fs/fat/
H A Dfile.c577 .update_time = fat_update_time,
H A Dnamei_msdos.c643 .update_time = fat_update_time,
/linux-6.15/fs/gfs2/
H A Dinode.c2187 .update_time = gfs2_update_time,
2209 .update_time = gfs2_update_time,

12