Searched refs:time_offset (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | rdpmc.c | 34 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local 47 time_offset = pc->time_offset; in mmap_read_self() 63 delta = time_offset + quot * time_mult + in mmap_read_self()
|
/linux-4.4.14/kernel/time/ |
D | ntp.c | 58 static s64 time_offset; variable 338 time_offset = div_s64(offset64 << NTP_SCALE_SHIFT, NTP_INTERVAL_FREQ); in ntp_update_offset() 354 time_offset = 0; in ntp_clear() 459 delta = ntp_offset_chunk(time_offset); in second_overflow() 460 time_offset -= delta; in second_overflow() 718 txc->offset = shift_right(time_offset * NTP_INTERVAL_FREQ, in __do_adjtimex() 930 time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT, in hardpps_update_phase()
|
/linux-4.4.14/fs/fat/ |
D | misc.c | 215 second -= sbi->options.time_offset * SECS_PER_MIN; in fat_time_fat2unix() 232 (sbi->options.tz_set ? sbi->options.time_offset : in fat_time_unix2fat()
|
D | inode.c | 904 if (opts->time_offset) in fat_show_options() 905 seq_printf(m, ",time_offset=%d", opts->time_offset); in fat_show_options() 1152 opts->time_offset = option; in parse_options() 1156 opts->time_offset = 0; in parse_options()
|
D | fat.h | 32 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
|
/linux-4.4.14/include/uapi/linux/ |
D | perf_event.h | 500 __u64 time_offset; member
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | wlcore.h | 267 s64 time_offset; member
|
D | tx.c | 293 desc->start_time = cpu_to_le32(hosttime - wl->time_offset); in wl1271_tx_fill_hdr()
|
D | main.c | 495 wl->time_offset = (timespec_to_ns(&ts) >> 10) - in wlcore_fw_status() 2016 wl->time_offset = 0; in wlcore_op_stop_locked()
|
/linux-4.4.14/drivers/net/can/usb/ |
D | kvaser_usb.c | 328 u8 time_offset; member 382 u8 time_offset; member
|
/linux-4.4.14/arch/s390/kernel/ |
D | time.c | 1706 static DEVICE_ATTR(time_offset, 0400, stp_time_offset_show, NULL);
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfat.txt | 114 time_offset=minutes
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event.c | 2161 userpg->time_offset = data->cyc2ns_offset - now; in arch_perf_update_userpage()
|