Home
last modified time | relevance | path

Searched refs:cycle_last (Results 1 – 17 of 17) sorted by relevance

/linux/kernel/time/
A Dtimecounter.c13 tc->cycle_last = cc->read(cc); in timecounter_init()
40 cycle_delta = (cycle_now - tc->cycle_last) & tc->cc->mask; in timecounter_read_delta()
47 tc->cycle_last = cycle_now; in timecounter_read_delta()
82 u64 delta = (cycle_tstamp - tc->cycle_last) & tc->cc->mask; in timecounter_cyc2time()
91 delta = (tc->cycle_last - cycle_tstamp) & tc->cc->mask; in timecounter_cyc2time()
A Dvsyscall.c24 vdata[CS_HRES_COARSE].cycle_last = tk->tkr_mono.cycle_last; in update_vdso_data()
28 vdata[CS_RAW].cycle_last = tk->tkr_raw.cycle_last; in update_vdso_data()
A Dtimekeeping.c254 last = tkr->cycle_last; in timekeeping_get_delta()
321 tk->tkr_raw.cycle_last = tk->tkr_mono.cycle_last; in tk_setup_internals()
446 tkr->cycle_last, in __ktime_get_fast_ns()
549 tkr->cycle_last, tkr->mask)); in __ktime_get_real_fast()
781 tk->tkr_mono.cycle_last = cycle_now; in timekeeping_forward_now()
782 tk->tkr_raw.cycle_last = cycle_now; in timekeeping_forward_now()
1801 tk->tkr_mono.cycle_last = cycle_now; in timekeeping_resume()
1802 tk->tkr_raw.cycle_last = cycle_now; in timekeeping_resume()
1850 cycle_now = tk->tkr_mono.cycle_last; in timekeeping_suspend()
2103 tk->tkr_mono.cycle_last += interval; in logarithmic_accumulation()
[all …]
/linux/arch/sparc/kernel/
A Dvdso.c33 vdata->clock.cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
/linux/sound/hda/
A Dhdac_stream.c556 tc->cycle_last = last; in azx_timecounter_init()
577 u64 cycle_last = 0; in snd_hdac_stream_timecounter_init() local
582 azx_timecounter_init(s, inited, cycle_last); in snd_hdac_stream_timecounter_init()
585 cycle_last = s->tc.cycle_last; in snd_hdac_stream_timecounter_init()
/linux/arch/sparc/include/asm/
A Dvvar.h19 u64 cycle_last; member
/linux/include/vdso/
A Ddatapage.h94 u64 cycle_last; member
/linux/include/linux/
A Dtimecounter.h57 u64 cycle_last; member
A Dtimekeeper_internal.h37 u64 cycle_last; member
/linux/arch/sparc/vdso/
A Dvclock_gettime.c132 v = (cycles - vvar->clock.cycle_last) & vvar->clock.mask; in vgetsns()
142 v = (cycles - vvar->clock.cycle_last) & vvar->clock.mask; in vgetsns_stick()
/linux/lib/vdso/
A Dgettimeofday.c77 last = vd->cycle_last; in do_hres_timens()
148 last = vd->cycle_last; in do_hres()
/linux/arch/nds32/kernel/
A Dvdso.c215 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
/linux/arch/ia64/kernel/
A Dtime.c441 fsyscall_gtod_data.clk_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_ptp.c197 clock_edge = adapter->hw_tc.cycle_last; in ixgbe_ptp_setup_sdp_X540()
280 clock_edge = adapter->hw_tc.cycle_last; in ixgbe_ptp_setup_sdp_X550()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dclock.c142 clock_info->cycles = timer->tc.cycle_last; in mlx5_update_clock_info_page()
834 info->cycles = timer->tc.cycle_last; in mlx5_init_clock_info()
/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_phc.c308 ctx->cmd.lif_setphc.tick = cpu_to_le64(phc->tc.cycle_last); in ionic_setphc_cmd()
/linux/arch/x86/kvm/
A Dx86.c2059 u64 cycle_last; member
2087 vdata->clock.cycle_last = tk->tkr_mono.cycle_last; in update_pvclock_gtod()
2095 vdata->raw_clock.cycle_last = tk->tkr_raw.cycle_last; in update_pvclock_gtod()
2608 u64 last = pvclock_gtod_data.clock.cycle_last; in read_tsc()
2638 v = (tsc_pg_val - clock->cycle_last) & in vgettsc()
2648 v = (*tsc_timestamp - clock->cycle_last) & in vgettsc()

Completed in 53 milliseconds