| /linux-6.15/fs/afs/ |
| H A D | validation.c | 267 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 D | fs_operation.c | 43 op->pre_volsync.update = volume->update_time; in afs_alloc_operation()
|
| H A D | volume.c | 96 volume->update_time = TIME64_MIN; in afs_alloc_volume()
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | cpufreq_governor.c | 139 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 D | symlink.c | 18 .update_time = orangefs_update_time,
|
| H A D | namei.c | 435 .update_time = orangefs_update_time,
|
| /linux-6.15/drivers/power/supply/ |
| H A D | ds2760_battery.c | 93 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 D | sbs.c | 58 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 D | battery.c | 101 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 D | file.c | 1494 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 D | rvu_struct.h | 210 u64 update_time : 16; member 256 u64 update_time : 16; member 355 u64 update_time : 16; member
|
| /linux-6.15/fs/ |
| H A D | bad_inode.c | 181 .update_time = bad_inode_update_time,
|
| H A D | inode.c | 2075 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 D | xfs_iops.c | 1206 .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 D | fbtft-core.c | 280 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 D | fbtft.h | 230 ktime_t update_time; member
|
| /linux-6.15/fs/overlayfs/ |
| H A D | inode.c | 754 .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 D | ptp.c | 871 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 D | ptp.c | 858 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 D | ftm-initiator.c | 1138 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 D | saa7164.h | 192 u64 update_time; member
|
| H A D | saa7164-core.c | 218 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 D | file.c | 577 .update_time = fat_update_time,
|
| H A D | namei_msdos.c | 643 .update_time = fat_update_time,
|
| /linux-6.15/fs/gfs2/ |
| H A D | inode.c | 2187 .update_time = gfs2_update_time, 2209 .update_time = gfs2_update_time,
|