/kernel/linux/linux-6.6/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 [all...] |
H A D | misc.c | 199 -sbi->options.time_offset : in fat_tz_offset()
|
H A D | inode.c | 1008 if (opts->time_offset) in fat_show_options() 1009 seq_printf(m, ",time_offset=%d", opts->time_offset); in fat_show_options() 1066 {Opt_time_offset, "time_offset=%d"}, 1263 opts->time_offset = option; in parse_options() 1267 opts->time_offset = 0; in parse_options()
|
H A D | fat.h | 33 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | rdpmc.c | 41 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local 54 time_offset = pc->time_offset; in mmap_read_self() 70 delta = time_offset + quot * time_mult + in mmap_read_self()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | ntp.c | 63 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() 733 audit_ntp_set_old(ad, AUDIT_NTP_OFFSET, time_offset); in __do_adjtimex() 741 audit_ntp_set_new(ad, AUDIT_NTP_OFFSET, time_offset); in __do_adjtimex() 748 txc->offset = shift_right(time_offset * NTP_INTERVAL_FREQ, in __do_adjtimex() 960 time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT, in hardpps_update_phase()
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | ntp.c | 63 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()
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | mmap.c | 470 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()
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | super.c | 176 if (opts->time_offset) in exfat_show_options() 177 seq_printf(m, ",time_offset=%d", opts->time_offset); in exfat_show_options() 245 fsparam_s32("time_offset", Opt_time_offset), 306 opts->time_offset = result.int_32; in exfat_parse_param()
|
H A D | misc.c | 98 /* Convert from local time to UTC using time_offset. */ in exfat_get_entry_time() 99 ts->tv_sec -= sbi->options.time_offset * SECS_PER_MIN; in exfat_get_entry_time()
|
H A D | exfat_fs.h | 211 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | super.c | 166 else if (opts->time_offset) in exfat_show_options() 167 seq_printf(m, ",time_offset=%d", opts->time_offset); in exfat_show_options() 239 fsparam_s32("time_offset", Opt_time_offset), 306 opts->time_offset = result.int_32; in exfat_parse_param()
|
H A D | misc.c | 64 return sbi->options.time_offset; in exfat_tz_offset()
|
H A D | exfat_fs.h | 236 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | misc.c | 193 -sbi->options.time_offset : in fat_tz_offset()
|
H A D | inode.c | 1008 if (opts->time_offset) in fat_show_options() 1009 seq_printf(m, ",time_offset=%d", opts->time_offset); in fat_show_options() 1066 {Opt_time_offset, "time_offset=%d"}, 1263 opts->time_offset = option; in parse_options() 1267 opts->time_offset = 0; in parse_options()
|
H A D | fat.h | 33 int time_offset; /* Offset of timestamps from UTC (in minutes) */ member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | perf_event.h | 307 __u64 time_offset; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore.h | 258 s64 time_offset; member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | perf_event.h | 497 * u64 cyc, time_offset; 509 * time_offset = pc->time_offset; 566 * delta = time_offset + quot * time_mult + 569 * Where time_offset,time_mult,time_shift and cyc are read in the 583 __u64 time_offset; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | perf_event.h | 497 * u64 cyc, time_offset; 509 * time_offset = pc->time_offset; 566 * delta = time_offset + quot * time_mult + 569 * Where time_offset,time_mult,time_shift and cyc are read in the 583 __u64 time_offset; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | perf_event.h | 576 * u64 cyc, time_offset; 588 * time_offset = pc->time_offset; 645 * delta = time_offset + quot * time_mult + 648 * Where time_offset,time_mult,time_shift and cyc are read in the 662 __u64 time_offset; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore.h | 258 s64 time_offset; member
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | riscv_pmu.c | 71 userpg->time_offset = userpg->time_zero - now; in arch_perf_update_userpage()
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | perf_event.h | 576 * u64 cyc, time_offset; 588 * time_offset = pc->time_offset; 645 * delta = time_offset + quot * time_mult + 648 * Where time_offset,time_mult,time_shift and cyc are read in the 662 __u64 time_offset; member
|