Home
last modified time | relevance | path

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

/openbmc/linux/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.c1008 if (opts->time_offset) in fat_show_options()
1009 seq_printf(m, ",time_offset=%d", opts->time_offset); in fat_show_options()
1263 opts->time_offset = option; in parse_options()
1267 opts->time_offset = 0; in parse_options()
H A Dfat.h33 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
/openbmc/linux/kernel/time/
H A Dntp.c63 static s64 time_offset; variable
345 time_offset = div_s64(offset64 << NTP_SCALE_SHIFT, NTP_INTERVAL_FREQ); in ntp_update_offset()
361 time_offset = 0; in ntp_clear()
467 delta = ntp_offset_chunk(time_offset); in second_overflow()
468 time_offset -= delta; in second_overflow()
782 audit_ntp_set_old(ad, AUDIT_NTP_OFFSET, time_offset); in __do_adjtimex()
790 audit_ntp_set_new(ad, AUDIT_NTP_OFFSET, time_offset); in __do_adjtimex()
797 txc->offset = shift_right(time_offset * NTP_INTERVAL_FREQ, in __do_adjtimex()
1009 time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT, in hardpps_update_phase()
/openbmc/qemu/hw/rtc/
H A Dm48t59.c100 qemu_get_timedate(&tm, NVRAM->time_offset); in alarm_cb()
106 next_time = qemu_timedate_diff(&tm) - NVRAM->time_offset; in alarm_cb()
139 diff = qemu_timedate_diff(&NVRAM->alarm) - NVRAM->time_offset; in set_alarm()
148 qemu_get_timedate(tm, NVRAM->time_offset); in get_time()
153 NVRAM->time_offset = qemu_timedate_diff(tm); in set_time()
275 NVRAM->time_offset += NVRAM->stop_time - time(NULL); in m48t59_write()
H A Dm48t59-internal.h48 time_t time_offset; member
/openbmc/linux/tools/lib/perf/
H A Dmmap.c470 u64 cnt, cyc = 0, time_offset = 0, time_cycles = 0, time_mask = ~0ULL; in perf_mmap__read_self() local
486 time_offset = READ_ONCE(pc->time_offset); in perf_mmap__read_self()
515 delta = time_offset + mul_u64_u32_shr(cyc, time_mult, time_shift); in perf_mmap__read_self()
/openbmc/linux/fs/exfat/
H A Dsuper.c166 else if (opts->time_offset) in exfat_show_options()
167 seq_printf(m, ",time_offset=%d", opts->time_offset); in exfat_show_options()
306 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.h236 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h662 __u64 time_offset; member
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h662 __u64 time_offset; member
/openbmc/linux/drivers/perf/
H A Driscv_pmu.c71 userpg->time_offset = userpg->time_zero - now; in arch_perf_update_userpage()
H A Darm_pmuv3.c1415 userpg->time_offset = userpg->time_zero - now; in device_initcall()
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c115 long time_offset; member
309 val = now.tv_sec + ibs->sel.time_offset; in set_timestamp()
1548 val = now.tv_sec + ibs->sel.time_offset; in get_sel_time()
1564 ibs->sel.time_offset = now.tv_sec - ((long) val); in set_sel_time()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h258 s64 time_offset; member
H A Dtx.c277 desc->start_time = cpu_to_le32(hosttime - wl->time_offset); in wl1271_tx_fill_hdr()
H A Dmain.c479 wl->time_offset = (ktime_get_boottime_ns() >> 10) - in wlcore_fw_status()
1958 wl->time_offset = 0; in wlcore_op_stop_locked()
/openbmc/linux/arch/s390/kernel/
H A Dtime.c841 static DEVICE_ATTR_RO(time_offset);
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c79 u64 time_offset; member
1366 tsc -= gs->time_offset; in guest_session__convert_time()
1805 gs->time_offset = strtoull(tok, NULL, 0); in parse_guest_data()
/openbmc/linux/Documentation/filesystems/
H A Dvfat.rst149 **time_offset=minutes**
/openbmc/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c303 u8 time_offset; member
/openbmc/linux/arch/x86/events/
H A Dcore.c2733 userpg->time_offset = offset - now; in arch_perf_update_userpage()