Home
last modified time | relevance | path

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

12

/linux-6.15/fs/fat/
H A Dfat_test.c29 int time_offset; member
39 .time_offset = 0,
47 .time_offset = 0,
71 .time_offset = 0,
79 .time_offset = 0,
87 .time_offset = 0,
103 .time_offset = 60,
111 .time_offset = 0,
119 .time_offset = 0,
139 fake_sb.options.time_offset = testcase->time_offset; in fat_time_fat2unix_test()
[all …]
H A Dmisc.c199 -sbi->options.time_offset : in fat_tz_offset()
H A Dinode.c1014 if (opts->time_offset) in fat_show_options()
1015 seq_printf(m, ",time_offset=%d", opts->time_offset); in fat_show_options()
1241 opts->time_offset = result.int_32; in fat_parse_param()
1245 opts->time_offset = result.uint_32; in fat_parse_param()
H A Dfat.h35 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_time.c138 WRITE_ONCE(fbn->time_offset, READ_ONCE(fbn->time_offset) + delta); in fbnic_ptp_adjtime()
169 time_ns = ((u64)hi << 32 | lo) + fbn->time_offset; in fbnic_ptp_gettimex64()
199 WRITE_ONCE(fbn->time_offset, host_ns - dev_ns); in fbnic_ptp_settime64()
250 fbn->time_offset = 0; in fbnic_ptp_reset()
H A Dfbnic_netdev.h56 s64 time_offset; member
H A Dfbnic_txrx.c73 offset = READ_ONCE(fbn->time_offset); in fbnic_ts40_to_ns()
/linux-6.15/kernel/time/
H A Dntp.c64 s64 time_offset; member
328 ntpdata->time_offset = div_s64(offset64 << NTP_SCALE_SHIFT, NTP_INTERVAL_FREQ); in ntp_update_offset()
342 ntpdata->time_offset = 0; in __ntp_clear()
455 delta = ntp_offset_chunk(ntpdata, ntpdata->time_offset); in second_overflow()
456 ntpdata->time_offset -= delta; in second_overflow()
783 audit_ntp_set_old(ad, AUDIT_NTP_OFFSET, ntpdata->time_offset); in __do_adjtimex()
791 audit_ntp_set_new(ad, AUDIT_NTP_OFFSET, ntpdata->time_offset); in __do_adjtimex()
798 txc->offset = shift_right(ntpdata->time_offset * NTP_INTERVAL_FREQ, NTP_SCALE_SHIFT); in __do_adjtimex()
1011 ntpdata->time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT, in hardpps_update_phase()
/linux-6.15/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-6.15/fs/exfat/
H A Dsuper.c157 else if (opts->time_offset) in exfat_show_options()
158 seq_printf(m, ",time_offset=%d", opts->time_offset); in exfat_show_options()
337 opts->time_offset = result.int_32; in exfat_parse_param()
H A Dmisc.c64 return sbi->options.time_offset; in exfat_tz_offset()
H A Dexfat_fs.h240 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
/linux-6.15/arch/loongarch/include/asm/
H A Dkvm_host.h130 s64 time_offset; member
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h677 __u64 time_offset; member
/linux-6.15/drivers/perf/
H A Driscv_pmu.c69 userpg->time_offset = userpg->time_zero - now; in arch_perf_update_userpage()
H A Darm_pmuv3.c1495 userpg->time_offset = userpg->time_zero - now; in device_initcall()
/linux-6.15/include/uapi/linux/
H A Dperf_event.h677 __u64 time_offset; member
/linux-6.15/arch/loongarch/kvm/
H A Dvcpu.c805 *v = drdtime() + vcpu->kvm->arch.time_offset; in kvm_get_one_reg()
900 vcpu->kvm->arch.time_offset = (signed long)(v - drdtime()); in kvm_set_one_reg()
1605 write_csr_gcntc((ulong)vcpu->kvm->arch.time_offset); in _kvm_vcpu_load()
/linux-6.15/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h258 s64 time_offset; member
H A Dtx.c274 desc->start_time = cpu_to_le32(hosttime - wl->time_offset); in wl1271_tx_fill_hdr()
/linux-6.15/arch/s390/kernel/
H A Dtime.c842 static DEVICE_ATTR_RO(time_offset);
/linux-6.15/tools/perf/
H A Dbuiltin-inject.c79 u64 time_offset; member
1555 tsc -= gs->time_offset; in guest_session__convert_time()
1994 gs->time_offset = strtoull(tok, NULL, 0); in parse_guest_data()
/linux-6.15/Documentation/filesystems/
H A Dvfat.rst149 **time_offset=minutes**
/linux-6.15/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c327 u8 time_offset; member
/linux-6.15/arch/x86/events/
H A Dcore.c2742 userpg->time_offset = offset - now; in arch_perf_update_userpage()

12