| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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() 734 audit_ntp_set_old(ad, AUDIT_NTP_OFFSET, time_offset); in __do_adjtimex() 742 audit_ntp_set_new(ad, AUDIT_NTP_OFFSET, time_offset); in __do_adjtimex() 749 txc->offset = shift_right(time_offset * NTP_INTERVAL_FREQ, in __do_adjtimex() 961 time_offset = div_s64(((s64)correction) << NTP_SCALE_SHIFT, in hardpps_update_phase()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/ |
| H A D | 0002-parser-Fix-SIGSEGV-caused-by-using-flb_free-instead-.patch | 47 if (time_offset) { 48 - flb_free(time_offset); 49 + mk_mem_free(time_offset);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_sei.c | 147 pic_timing->time_offset[i] = tmp; in interpret_picture_timing_info() 149 pic_timing->time_offset[i] = 0; in interpret_picture_timing_info()
|
| /OK3568_Linux_fs/kernel/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() 306 opts->time_offset = result.int_32; in exfat_parse_param()
|
| H A D | misc.c | 99 ts->tv_sec -= sbi->options.time_offset * SECS_PER_MIN; in exfat_get_entry_time()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_ap.c | 4119 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 4196 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 4197 if ((s32)time_offset < 0) in tx_beacon_handlder() 4198 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 4201 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 4202 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 4203 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 4209 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 4210 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 4211 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_ap.c | 4215 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 4293 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 4294 if ((s32)time_offset < 0) in tx_beacon_handlder() 4295 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 4298 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 4299 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 4300 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 4306 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 4307 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 4308 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_ap.c | 4955 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 5033 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5034 if ((s32)time_offset < 0) in tx_beacon_handlder() 5035 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 5038 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5039 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 5040 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 5046 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5047 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 5048 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_ap.c | 4937 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 5015 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5016 if ((s32)time_offset < 0) in tx_beacon_handlder() 5017 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 5020 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5021 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 5022 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 5028 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5029 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 5030 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_ap.c | 4955 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 5033 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5034 if ((s32)time_offset < 0) in tx_beacon_handlder() 5035 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 5038 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5039 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 5040 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 5046 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5047 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 5048 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_ap.c | 4959 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 5037 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5038 if ((s32)time_offset < 0) in tx_beacon_handlder() 5039 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 5042 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5043 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 5044 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 5050 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5051 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 5052 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|
| /OK3568_Linux_fs/kernel/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() 1263 opts->time_offset = option; in parse_options() 1267 opts->time_offset = 0; in parse_options()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | perf_event.h | 580 __u64 time_offset; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | perf_event.h | 567 __u64 time_offset; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | perf_event.h | 567 __u64 time_offset; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | perf_event.h | 580 __u64 time_offset; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_ap.c | 5031 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 5109 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5110 if ((s32)time_offset < 0) in tx_beacon_handlder() 5111 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 5114 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5115 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 5116 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 5122 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5123 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 5124 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_ap.c | 5081 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 5159 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5160 if ((s32)time_offset < 0) in tx_beacon_handlder() 5161 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 5164 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5165 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 5166 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 5172 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5173 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 5174 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_ap.c | 4986 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 5064 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5065 if ((s32)time_offset < 0) in tx_beacon_handlder() 5066 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 5069 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5070 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 5071 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 5077 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5078 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 5079 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_ap.c | 5186 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 5264 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5265 if ((s32)time_offset < 0) in tx_beacon_handlder() 5266 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 5269 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5270 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 5271 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 5277 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5278 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 5279 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_ap.c | 4981 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 5059 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5060 if ((s32)time_offset < 0) in tx_beacon_handlder() 5061 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 5064 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5065 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 5066 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 5072 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5073 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 5074 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_ap.c | 5032 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 5110 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5111 if ((s32)time_offset < 0) in tx_beacon_handlder() 5112 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 5115 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5116 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 5117 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 5123 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5124 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 5125 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_ap.c | 5059 u32 cur_tick, time_offset; /* unit : usec */ in tx_beacon_handlder() local 5137 time_offset = bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5138 if ((s32)time_offset < 0) in tx_beacon_handlder() 5139 time_offset += inter_bcn_space_us; in tx_beacon_handlder() 5142 time_offset = (idx + 2) * inter_bcn_space_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5143 if (time_offset > (inter_bcn_space_us + (inter_bcn_space_us >> 1))) { in tx_beacon_handlder() 5144 time_offset -= inter_bcn_space_us; in tx_beacon_handlder() 5150 time_offset = 2 * bcn_interval_us - cur_tick - BEACON_EARLY_TIME * NET80211_TU_TO_US; in tx_beacon_handlder() 5151 if (time_offset > (bcn_interval_us + (bcn_interval_us >> 1))) { in tx_beacon_handlder() 5152 time_offset -= bcn_interval_us; in tx_beacon_handlder() [all …]
|