| /linux/fs/fat/ |
| H A D | fat_test.c | 29 int time_offset; member 39 .time_offset = 0, 47 .time_offset = 0, 55 .time_offset = 11 * 60, 63 .time_offset = -11 * 60, 71 .time_offset = 0, 79 .time_offset = 0, 87 .time_offset = 0, 95 .time_offset = -60, 103 .time_offset = 60, [all …]
|
| H A D | misc.c | 199 -sbi->options.time_offset : in fat_tz_offset()
|
| H A D | inode.c | 1017 if (opts->time_offset) in fat_show_options() 1018 seq_printf(m, ",time_offset=%d", opts->time_offset); in fat_show_options() 1244 opts->time_offset = result.int_32; in fat_parse_param() 1248 opts->time_offset = result.uint_32; in fat_parse_param()
|
| H A D | fat.h | 35 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
|
| /linux/kernel/time/ |
| H A D | ntp.c | 65 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 D | mmap.c | 484 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/fs/exfat/ |
| H A D | super.c | 148 else if (opts->time_offset) in exfat_show_options() 149 seq_printf(m, ",time_offset=%d", opts->time_offset); in exfat_show_options() 327 opts->time_offset = result.int_32; in exfat_parse_param() 787 new_opts->time_offset != cur_opts->time_offset || in exfat_reconfigure()
|
| H A D | misc.c | 64 return sbi->options.time_offset; in exfat_tz_offset()
|
| H A D | exfat_fs.h | 239 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
|
| /linux/arch/loongarch/include/asm/ |
| H A D | kvm_host.h | 132 s64 time_offset; member
|
| /linux/drivers/perf/ |
| H A D | riscv_pmu.c | 69 userpg->time_offset = userpg->time_zero - now; in arch_perf_update_userpage()
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 691 __u64 time_offset; member
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | wlcore.h | 258 s64 time_offset; member
|
| H A D | tx.c | 279 desc->start_time = cpu_to_le32(hosttime - wl->time_offset); in wl1271_tx_fill_hdr()
|
| /linux/arch/loongarch/kvm/ |
| H A D | vcpu.c | 818 *v = get_cycles() + vcpu->kvm->arch.time_offset; in kvm_get_one_reg() 913 vcpu->kvm->arch.time_offset = (signed long)(v - get_cycles()); in kvm_set_one_reg() 1617 write_csr_gcntc((ulong)vcpu->kvm->arch.time_offset); in _kvm_vcpu_load()
|
| /linux/tools/perf/ |
| H A D | builtin-inject.c | 79 u64 time_offset; member 1549 tsc -= gs->time_offset; in guest_session__convert_time() 1989 gs->time_offset = strtoull(tok, NULL, 0); in parse_guest_data()
|
| /linux/Documentation/filesystems/ |
| H A D | vfat.rst | 149 **time_offset=minutes**
|
| /linux/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb_leaf.c | 345 u8 time_offset; member
|
| /linux/arch/x86/events/ |
| H A D | core.c | 2771 userpg->time_offset = offset - now; in arch_perf_update_userpage()
|