Searched refs:old_time (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/timer/ |
H A D | cadence_ttc.c | 161 uint64_t old_time = s->cpu_time; in cadence_timer_sync() local 164 DB_PRINT("cpu time: %lld ns\n", (long long)old_time); in cadence_timer_sync() 166 if (!s->cpu_time_valid || old_time == s->cpu_time) { in cadence_timer_sync() 171 r = (int64_t)cadence_timer_get_steps(s, s->cpu_time - old_time); in cadence_timer_sync()
|
/openbmc/linux/fs/sysv/ |
H A D | inode.c | 38 u32 time = (u32)ktime_get_real_seconds(), old_time; in sysv_sync_fs() local 47 old_time = fs32_to_cpu(sbi, *sbi->s_sb_time); in sysv_sync_fs() 49 if (*sbi->s_sb_state == cpu_to_fs32(sbi, 0x7c269d38u - old_time)) in sysv_sync_fs()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ptp.h | 90 u64 old_time; member
|
H A D | bnxt_ptp.c | 107 WRITE_ONCE(ptp->old_time, ptp->current_time); in bnxt_ptp_get_current_time() 167 WRITE_ONCE(ptp->old_time, ptp->current_time); in bnxt_ptp_update_current_time() 749 BNXT_READ_TIME64(ptp, time, ptp->old_time); in bnxt_get_rx_ts_p5() 972 WRITE_ONCE(ptp->old_time, ptp->current_time); in bnxt_ptp_init()
|
/openbmc/linux/include/linux/iio/ |
H A D | iio-gts-helper.h | 197 int old_time, int new_time,
|
/openbmc/qemu/net/ |
H A D | trace-events | 20 colo_old_packet_check_found(int64_t old_time) "%" PRId64
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-gts-helper.c | 1060 int old_time, int new_time, in iio_gts_find_new_gain_by_old_gain_time() argument 1073 ret = iio_gts_get_scale_linear(gts, old_gain, old_time, &scale); in iio_gts_find_new_gain_by_old_gain_time()
|