| /linux/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()
|
| H A D | internal.h | 650 time64_t update_time; /* Volume update time (or TIME64_MIN) */ member
|
| /linux/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/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()
|
| H A D | huawei-gaokun-battery.c | 110 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 D | sbs.c | 57 unsigned long update_time; member 358 if (battery->update_time && in acpi_battery_get_state() 359 time_before(jiffies, battery->update_time + in acpi_battery_get_state() 373 battery->update_time = jiffies; in acpi_battery_get_state() 508 battery->update_time = 0; in acpi_battery_read()
|
| /linux/fs/orangefs/ |
| H A D | symlink.c | 18 .update_time = orangefs_update_time,
|
| H A D | namei.c | 431 .update_time = orangefs_update_time,
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | debugfs.c | 367 cq_ctx->update_time, cq_ctx->avg_level); in print_nix_cn20k_cq_ctx() 426 aura->pool_drop, aura->update_time); in print_npa_cn20k_aura_ctx() 462 seq_printf(m, "W4: update_time\t\t%d\n", pool->update_time); in print_npa_cn20k_pool_ctx()
|
| /linux/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/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/fs/ |
| H A D | inode.c | 2270 if (inode->i_op->update_time) in touch_atime() 2271 inode->i_op->update_time(inode, FS_UPD_ATIME, 0); in touch_atime() 2425 if (inode->i_op->update_time) in file_update_time_flags() 2426 ret = inode->i_op->update_time(inode, FS_UPD_CMTIME, flags); in file_update_time_flags()
|
| /linux/drivers/hwmon/occ/ |
| H A D | common.c | 87 u16 update_time; member
|
| /linux/fs/udf/ |
| H A D | inode.c | 1313 goto update_time; in udf_setsize() 1327 update_time: in udf_setsize()
|
| /linux/kernel/trace/ |
| H A D | ftrace.c | 3794 u64 start, stop, update_time; in ftrace_update_code() local 3838 update_time = stop - start; in ftrace_update_code() 3840 ftrace_total_mod_time += update_time; in ftrace_update_code() 3842 ftrace_update_time = update_time; in ftrace_update_code()
|
| /linux/drivers/md/ |
| H A D | md.c | 9645 unsigned long update_time; in md_do_sync() local 9796 update_time = jiffies; in md_do_sync() 9808 time_after_eq(jiffies, update_time + UPDATE_FREQUENCY) || in md_do_sync() 9820 update_time = jiffies; in md_do_sync()
|
| /linux/fs/btrfs/ |
| H A D | inode.c | 10727 .update_time = btrfs_update_time, 10781 .update_time = btrfs_update_time, 10792 .update_time = btrfs_update_time, 10800 .update_time = btrfs_update_time,
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_nix.c | 1307 aq_req.cq_mask.update_time = 0; in rvu_nix_verify_aq_ctx()
|