time_offset      1226 arch/arm64/kernel/perf_event.c 	userpg->time_offset = -now;
time_offset       759 arch/s390/kernel/time.c static DEVICE_ATTR(time_offset, 0400, stp_time_offset_show, NULL);
time_offset      2342 arch/x86/events/core.c 	userpg->time_offset = offset - now;
time_offset       283 drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c 	u8 time_offset;
time_offset       486 drivers/net/wireless/ti/wlcore/main.c 	wl->time_offset = (ktime_get_boottime_ns() >> 10) -
time_offset      1967 drivers/net/wireless/ti/wlcore/main.c 	wl->time_offset = 0;
time_offset       277 drivers/net/wireless/ti/wlcore/tx.c 	desc->start_time = cpu_to_le32(hosttime - wl->time_offset);
time_offset       258 drivers/net/wireless/ti/wlcore/wlcore.h 	s64 time_offset;
time_offset        33 fs/fat/fat.h   	int time_offset;	   /* Offset of timestamps from UTC (in minutes) */
time_offset      1009 fs/fat/inode.c 		if (opts->time_offset)
time_offset      1010 fs/fat/inode.c 			seq_printf(m, ",time_offset=%d", opts->time_offset);
time_offset      1264 fs/fat/inode.c 			opts->time_offset = option;
time_offset      1268 fs/fat/inode.c 			opts->time_offset = 0;
time_offset       193 fs/fat/misc.c  	       -sbi->options.time_offset :
time_offset       568 include/uapi/linux/perf_event.h 	__u64	time_offset;
time_offset        63 kernel/time/ntp.c static s64			time_offset;
time_offset       345 kernel/time/ntp.c 	time_offset = div_s64(offset64 << NTP_SCALE_SHIFT, NTP_INTERVAL_FREQ);
time_offset       361 kernel/time/ntp.c 	time_offset	= 0;
time_offset       467 kernel/time/ntp.c 	delta		 = ntp_offset_chunk(time_offset);
time_offset       468 kernel/time/ntp.c 	time_offset	-= delta;
time_offset       734 kernel/time/ntp.c 			audit_ntp_set_old(ad, AUDIT_NTP_OFFSET,	time_offset);
time_offset       742 kernel/time/ntp.c 			audit_ntp_set_new(ad, AUDIT_NTP_OFFSET,	time_offset);
time_offset       749 kernel/time/ntp.c 		txc->offset = shift_right(time_offset * NTP_INTERVAL_FREQ,
time_offset       961 kernel/time/ntp.c 		time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT,
time_offset       568 tools/include/uapi/linux/perf_event.h 	__u64	time_offset;
time_offset        41 tools/perf/arch/x86/tests/rdpmc.c 	u64 count, cyc = 0, time_offset = 0, enabled, running, delta;
time_offset        54 tools/perf/arch/x86/tests/rdpmc.c 			time_offset = pc->time_offset;
time_offset        70 tools/perf/arch/x86/tests/rdpmc.c 		delta = time_offset + quot * time_mult +