Home
last modified time | relevance | path

Searched refs:time_offset (Results 1 – 14 of 14) sorted by relevance

/linux/kernel/time/
H A Dntp.c65 s64 time_offset; member
331 ntpdata->time_offset = div_s64(offset64 << NTP_SCALE_SHIFT, NTP_INTERVAL_FREQ); in ntp_update_offset()
345 ntpdata->time_offset = 0; in __ntp_clear()
463 delta = ntp_offset_chunk(ntpdata, ntpdata->time_offset); in second_overflow()
464 ntpdata->time_offset -= delta; in second_overflow()
791 audit_ntp_set_old(ad, AUDIT_NTP_OFFSET, ntpdata->time_offset); in ntp_adjtimex()
799 audit_ntp_set_new(ad, AUDIT_NTP_OFFSET, ntpdata->time_offset); in ntp_adjtimex()
806 txc->offset = shift_right(ntpdata->time_offset * NTP_INTERVAL_FREQ, NTP_SCALE_SHIFT); in ntp_adjtimex()
1019 ntpdata->time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT, in hardpps_update_phase()
/linux/tools/lib/perf/
H A Dmmap.c484 u64 cnt, cyc = 0, time_offset = 0, time_cycles = 0, time_mask = ~0ULL; in perf_mmap__read_self() local
500 time_offset = READ_ONCE(pc->time_offset); in perf_mmap__read_self()
529 delta = time_offset + mul_u64_u32_shr(cyc, time_mult, time_shift); in perf_mmap__read_self()
/linux/arch/loongarch/include/asm/
H A Dkvm_host.h133 s64 time_offset; member
/linux/drivers/perf/
H A Driscv_pmu.c69 userpg->time_offset = userpg->time_zero - now; in arch_perf_update_userpage()
/linux/tools/include/uapi/linux/
H A Dperf_event.h691 __u64 time_offset; member
/linux/include/uapi/linux/
H A Dperf_event.h691 __u64 time_offset; member
/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h258 s64 time_offset; member
H A Dtx.c279 desc->start_time = cpu_to_le32(hosttime - wl->time_offset); in wl1271_tx_fill_hdr()
H A Dmain.c556 wl->time_offset = (ktime_get_boottime_ns() >> 10) - in wlcore_fw_status()
2032 wl->time_offset = 0; in wlcore_op_stop_locked()
/linux/arch/loongarch/kvm/
H A Dvcpu.c864 *v = get_cycles() + vcpu->kvm->arch.time_offset; in kvm_get_one_reg()
959 vcpu->kvm->arch.time_offset = (signed long)(v - get_cycles()); in kvm_set_one_reg()
1644 write_csr_gcntc((ulong)vcpu->kvm->arch.time_offset); in _kvm_vcpu_load()
/linux/tools/perf/
H A Dbuiltin-inject.c79 u64 time_offset; member
1637 tsc -= gs->time_offset; in guest_session__convert_time()
2097 gs->time_offset = strtoull(tok, NULL, 0); in save_section_info_cb()
/linux/Documentation/filesystems/
H A Dvfat.rst149 **time_offset=minutes**
/linux/arch/x86/events/
H A Dcore.c2832 userpg->time_offset = offset - now; in arch_perf_update_userpage()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c85 offset = READ_ONCE(fbn->time_offset); in fbnic_ts40_to_ns()