/openbmc/linux/fs/orangefs/ |
H A D | symlink.c | 18 .update_time = orangefs_update_time,
|
H A D | namei.c | 445 .update_time = orangefs_update_time,
|
/openbmc/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()
|
/openbmc/linux/drivers/power/supply/ |
H A D | ds2760_battery.c | 93 unsigned long update_time; /* jiffies when data read */ member 259 if (di->update_time && time_before(jiffies, di->update_time + in ds2760_battery_read_status() 265 if (di->update_time == 0) { in ds2760_battery_read_status() 280 di->update_time = jiffies; in ds2760_battery_read_status()
|
/openbmc/linux/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 | 103 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() 994 battery->update_time = 0; in acpi_battery_update() 1001 if (!battery->update_time) { in acpi_battery_update() 1283 battery->update_time = 0; in acpi_battery_resume()
|
/openbmc/linux/fs/ubifs/ |
H A D | file.c | 1500 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,
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_struct.h | 212 u64 update_time : 16; member 258 u64 update_time : 16; member 356 u64 update_time : 16; member
|
/openbmc/linux/fs/ |
H A D | bad_inode.c | 181 .update_time = bad_inode_update_time,
|
H A D | inode.c | 1988 if (inode->i_op->update_time) in inode_update_time() 1989 return inode->i_op->update_time(inode, flags); in inode_update_time()
|
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 398 const uint8_t *update_time, const uint8_t *oem_update_time, in encode_get_pdr_repository_info_resp() argument 424 if (update_time != NULL) { in encode_get_pdr_repository_info_resp() 425 memcpy(response->update_time, update_time, in encode_get_pdr_repository_info_resp() 446 uint8_t *update_time, uint8_t *oem_update_time, uint32_t *record_count, in decode_get_pdr_repository_info_resp() argument 455 repository_state == NULL || update_time == NULL || in decode_get_pdr_repository_info_resp() 484 rc = pldm_msgbuf_extract_array(buf, PLDM_TIMESTAMP104_SIZE, update_time, in decode_get_pdr_repository_info_resp() 543 rc = pldm_msgbuf_extract_array(buf, sizeof(resp->update_time), in decode_get_pdr_repository_info_resp_safe() 544 resp->update_time, in decode_get_pdr_repository_info_resp_safe() 545 sizeof(resp->update_time)); in decode_get_pdr_repository_info_resp_safe()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iops.c | 1121 .update_time = xfs_vn_update_time, 1147 .update_time = xfs_vn_update_time, 1174 .update_time = xfs_vn_update_time, 1185 .update_time = xfs_vn_update_time,
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | fbtft-core.c | 283 if (!ktime_to_ns(par->update_time)) in fbtft_update_display() 284 par->update_time = ts_start; in fbtft_update_display() 286 fps = ktime_us_delta(ts_start, par->update_time); in fbtft_update_display() 287 par->update_time = ts_start; in fbtft_update_display()
|
H A D | fbtft.h | 228 ktime_t update_time; member
|
/openbmc/libpldm/include/libpldm/ |
H A D | platform.h | 980 uint8_t update_time[PLDM_TIMESTAMP104_SIZE]; member 1563 const uint8_t *update_time, const uint8_t *oem_update_time, 1588 uint8_t *update_time, uint8_t *oem_update_time, uint32_t *record_count,
|
/openbmc/linux/fs/overlayfs/ |
H A D | inode.c | 874 .update_time = ovl_update_time, 885 .update_time = ovl_update_time, 896 .update_time = ovl_update_time,
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 852 struct timespec64 update_time; in efx_ptp_send_times() local 856 update_time = now.ts_real; in efx_ptp_send_times() 857 timespec64_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS); in efx_ptp_send_times() 860 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 1089 goto update_time; in iwl_mvm_ftm_rtt_smoothing() 1098 goto update_time; in iwl_mvm_ftm_rtt_smoothing() 1133 update_time: in iwl_mvm_ftm_rtt_smoothing()
|
/openbmc/linux/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()
|
/openbmc/linux/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,
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_guts.h | 858 int yaffs_flush_file(struct yaffs_obj *obj, int update_time, int data_sync);
|
/openbmc/linux/fs/gfs2/ |
H A D | inode.c | 2184 .update_time = gfs2_update_time, 2206 .update_time = gfs2_update_time,
|