| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | tlv320dac33.c | 1143 unsigned int time_delta, uthr; in dac33_dai_delay() local 1167 time_delta = t_now - t0; in dac33_dai_delay() 1168 samples_out = time_delta ? US_TO_SAMPLES( in dac33_dai_delay() 1170 time_delta) : 0; in dac33_dai_delay() 1181 time_delta = t_now - t0; in dac33_dai_delay() 1182 samples_out = time_delta ? US_TO_SAMPLES( in dac33_dai_delay() 1184 time_delta) : 0; in dac33_dai_delay() 1186 time_delta = t_now - t1; in dac33_dai_delay() 1187 samples_in = time_delta ? US_TO_SAMPLES( in dac33_dai_delay() 1189 time_delta) : 0; in dac33_dai_delay() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | aperfmperf.c | 69 s64 time_delta = ktime_ms_delta(now, per_cpu(samples.time, cpu)); in aperfmperf_snapshot_cpu() local 72 if (time_delta < APERFMPERF_CACHE_THRESHOLD_MS) in aperfmperf_snapshot_cpu() 78 return time_delta <= APERFMPERF_STALE_THRESHOLD_MS; in aperfmperf_snapshot_cpu()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | cppc_acpi.c | 229 unsigned int time_delta; in send_pcc_cmd() local 256 time_delta = ktime_us_delta(ktime_get(), in send_pcc_cmd() 258 if (pcc_ss_data->pcc_mrtt > time_delta) in send_pcc_cmd() 259 udelay(pcc_ss_data->pcc_mrtt - time_delta); in send_pcc_cmd() 275 time_delta = ktime_ms_delta(ktime_get(), in send_pcc_cmd() 277 if ((time_delta < 60 * MSEC_PER_SEC) && pcc_ss_data->last_mpar_reset) { in send_pcc_cmd()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | ring_buffer.c | 159 return event->type_len == RINGBUF_TYPE_PADDING && !event->time_delta; in rb_null_event() 166 event->time_delta = 0; in rb_event_set_padding() 305 ts += event->time_delta; in ring_buffer_event_time_stamp() 2581 event->time_delta = 1; in rb_reset_tail() 2710 event->time_delta = delta & TS_MASK; in rb_add_time_stamp() 2714 event->time_delta = 0; in rb_add_time_stamp() 2810 event->time_delta = delta; in rb_update_event() 2878 return event->time_delta; in rb_time_delta() 3057 if (!event->time_delta) in rb_event_discard() 3058 event->time_delta = 1; in rb_event_discard() [all …]
|
| H A D | ring_buffer_benchmark.c | 137 if (!event->time_delta) in read_page()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nfs_fs_sb.h | 183 struct timespec64 time_delta; /* smallest time granularity */ member
|
| H A D | ring_buffer.h | 16 u32 type_len:5, time_delta:27; member
|
| H A D | nfs_xdr.h | 149 struct timespec64 time_delta; /* server time granularity */ member
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | net.c | 200 static ulong time_delta; variable 589 ((get_timer(0) - time_start) > time_delta)) { in net_loop() 783 time_delta = iv * CONFIG_SYS_HZ / 1000; in net_set_timeout_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_exportfs.c | 813 uint64 ts_sec, ts_usec, time_delta; in show_pwrstats_path() local 942 time_delta = ts_sec * USEC_PER_SEC + ts_usec - pwrstats_sysfs.current_ts; in show_pwrstats_path() 943 if ((time_delta > last_delta) && in show_pwrstats_path() 944 ((time_delta - last_delta) > USEC_PER_SEC)) { in show_pwrstats_path() 945 last_delta = time_delta; in show_pwrstats_path()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_exportfs.c | 815 uint64 ts_sec, ts_usec, time_delta; in show_pwrstats_path() local 944 time_delta = ts_sec * USEC_PER_SEC + ts_usec - pwrstats_sysfs.current_ts; in show_pwrstats_path() 945 if ((time_delta > last_delta) && in show_pwrstats_path() 946 ((time_delta - last_delta) > USEC_PER_SEC)) { in show_pwrstats_path() 947 last_delta = time_delta; in show_pwrstats_path()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | client.c | 796 server->time_delta = fsinfo->time_delta; in nfs_server_set_fsinfo()
|
| H A D | nfs3xdr.c | 2214 xdr_decode_nfstime3(p, &result->time_delta); in decode_fsinfo3resok()
|
| H A D | nfs4xdr.c | 4867 status = decode_attr_time_delta(xdr, bitmap, &fsinfo->time_delta); in decode_fsinfo()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/ |
| H A D | netdev.c | 4355 u64 time_delta, rem, temp; in e1000e_sanitize_systim() local 4368 time_delta = systim_next - systim; in e1000e_sanitize_systim() 4369 temp = time_delta; in e1000e_sanitize_systim() 4371 rem = incvalue ? do_div(temp, incvalue) : (time_delta != 0); in e1000e_sanitize_systim() 4375 if ((time_delta < E1000_82574_SYSTIM_EPSILON) && (rem == 0)) in e1000e_sanitize_systim()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl.h | 5450 uint32 time_delta; 5526 uint32 time_delta; /**< time difference since last pktq_stats */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 6970 uint32 time_delta; 7045 uint32 time_delta; /**< time difference since last pktq_stats */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 6970 uint32 time_delta; 7045 uint32 time_delta; /**< time difference since last pktq_stats */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 6981 uint32 time_delta; 7056 uint32 time_delta; /**< time difference since last pktq_stats */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 9285 uint32 time_delta; 9360 uint32 time_delta; /**< time difference since last pktq_stats */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 9303 uint32 time_delta; 9378 uint32 time_delta; /**< time difference since last pktq_stats */ member
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |