Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/arch/x86/tests/
Drdpmc.c39 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local
52 time_offset = pc->time_offset; in mmap_read_self()
68 delta = time_offset + quot * time_mult + in mmap_read_self()
/Linux-v4.19/kernel/time/
Dntp.c62 static s64 time_offset; variable
344 time_offset = div_s64(offset64 << NTP_SCALE_SHIFT, NTP_INTERVAL_FREQ); in ntp_update_offset()
360 time_offset = 0; in ntp_clear()
466 delta = ntp_offset_chunk(time_offset); in second_overflow()
467 time_offset -= delta; in second_overflow()
738 txc->offset = shift_right(time_offset * NTP_INTERVAL_FREQ, in __do_adjtimex()
950 time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT, in hardpps_update_phase()
/Linux-v4.19/fs/fat/
Dmisc.c216 second -= sbi->options.time_offset * SECS_PER_MIN; in fat_time_fat2unix()
233 (sbi->options.tz_set ? sbi->options.time_offset : in fat_time_unix2fat()
Dinode.c1002 if (opts->time_offset) in fat_show_options()
1003 seq_printf(m, ",time_offset=%d", opts->time_offset); in fat_show_options()
1257 opts->time_offset = option; in parse_options()
1261 opts->time_offset = 0; in parse_options()
Dfat.h33 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h567 __u64 time_offset; member
/Linux-v4.19/include/uapi/linux/
Dperf_event.h567 __u64 time_offset; member
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dwlcore.h270 s64 time_offset; member
Dtx.c291 desc->start_time = cpu_to_le32(hosttime - wl->time_offset); in wl1271_tx_fill_hdr()
Dmain.c499 wl->time_offset = (ktime_get_boot_ns() >> 10) - in wlcore_fw_status()
1975 wl->time_offset = 0; in wlcore_op_stop_locked()
/Linux-v4.19/arch/s390/kernel/
Dtime.c759 static DEVICE_ATTR(time_offset, 0400, stp_time_offset_show, NULL);
/Linux-v4.19/arch/arm64/kernel/
Dperf_event.c1316 userpg->time_offset = -now; in device_initcall()
/Linux-v4.19/Documentation/filesystems/
Dvfat.txt115 time_offset=minutes
/Linux-v4.19/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_leaf.c283 u8 time_offset; member
/Linux-v4.19/arch/x86/events/
Dcore.c2328 userpg->time_offset = offset - now; in arch_perf_update_userpage()