Home
last modified time | relevance | path

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

12

/openbmc/linux/fs/orangefs/
H A Dsymlink.c18 .update_time = orangefs_update_time,
H A Dnamei.c445 .update_time = orangefs_update_time,
/openbmc/linux/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()
/openbmc/linux/drivers/power/supply/
H A Dds2760_battery.c93 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 Dsbs.c58 unsigned long update_time; member
360 if (battery->update_time && in acpi_battery_get_state()
361 time_before(jiffies, battery->update_time + in acpi_battery_get_state()
375 battery->update_time = jiffies; in acpi_battery_get_state()
504 battery->update_time = 0; in acpi_battery_read()
H A Dbattery.c103 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()
980 battery->update_time = 0; in acpi_battery_update()
987 if (!battery->update_time) { in acpi_battery_update()
1269 battery->update_time = 0; in acpi_battery_resume()
/openbmc/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,
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h212 u64 update_time : 16; member
258 u64 update_time : 16; member
356 u64 update_time : 16; member
/openbmc/linux/fs/
H A Dbad_inode.c181 .update_time = bad_inode_update_time,
H A Dinode.c1949 if (inode->i_op->update_time) in inode_update_time()
1950 return inode->i_op->update_time(inode, flags); in inode_update_time()
/openbmc/linux/fs/xfs/
H A Dxfs_iops.c1121 .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/libpldm/src/
H A Dplatform.c378 const uint8_t *update_time, const uint8_t *oem_update_time, in encode_get_pdr_repository_info_resp() argument
404 if (update_time != NULL) { in encode_get_pdr_repository_info_resp()
405 memcpy(response->update_time, update_time, in encode_get_pdr_repository_info_resp()
426 uint8_t *update_time, uint8_t *oem_update_time, uint32_t *record_count, in decode_get_pdr_repository_info_resp() argument
435 repository_state == NULL || update_time == NULL || in decode_get_pdr_repository_info_resp()
458 pldm_msgbuf_extract_array(buf, update_time, PLDM_TIMESTAMP104_SIZE); in decode_get_pdr_repository_info_resp()
/openbmc/libpldm/include/libpldm/
H A Dplatform.h898 uint8_t update_time[PLDM_TIMESTAMP104_SIZE]; member
1452 const uint8_t *update_time, const uint8_t *oem_update_time,
1477 uint8_t *update_time, uint8_t *oem_update_time, uint32_t *record_count,
/openbmc/linux/drivers/staging/fbtft/
H A Dfbtft-core.c283 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 Dfbtft.h228 ktime_t update_time; member
/openbmc/linux/fs/overlayfs/
H A Dinode.c874 .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 Dptp.c852 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 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()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c1089 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 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()
/openbmc/linux/fs/fat/
H A Dfile.c577 .update_time = fat_update_time,
H A Dnamei_msdos.c643 .update_time = fat_update_time,
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.h858 int yaffs_flush_file(struct yaffs_obj *obj, int update_time, int data_sync);
/openbmc/linux/fs/gfs2/
H A Dinode.c2183 .update_time = gfs2_update_time,
2205 .update_time = gfs2_update_time,

12