| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | show_delta | 60 last_time = 0.0 variable 62 global last_time 75 delta = time - last_time 76 last_time = time
|
| /OK3568_Linux_fs/kernel/tools/laptop/dslm/ |
| H A D | dslm.c | 70 time_t last_time; in measure() local 84 start_time = last_time = time(0); in measure() 94 time_diff = curr_time - last_time; in measure() 101 last_time = curr_time; in measure()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | cpufreq_stats.c | 17 unsigned long long last_time; member 36 stats->last_time = cur_time; in cpufreq_stats_update() 45 stats->last_time = get_jiffies_64(); in cpufreq_stats_reset_table() 92 time += get_jiffies_64() - stats->last_time; in show_time_in_state() 252 stats->last_time = get_jiffies_64(); in cpufreq_stats_create_table() 286 cpufreq_stats_update(stats, stats->last_time); in cpufreq_stats_record_transition()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_bic.c | 54 u32 last_time; /* time when updated last_cwnd */ member 65 ca->last_time = 0; in bictcp_reset() 86 (s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update() 90 ca->last_time = tcp_jiffies32; in bictcp_update()
|
| H A D | tcp_cubic.c | 88 u32 last_time; /* time when updated last_cwnd */ member 110 ca->last_time = 0; in bictcp_reset() 229 (s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update() 236 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update() 240 ca->last_time = tcp_jiffies32; in bictcp_update()
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | wakeup_stats.c | 43 ws->active ? ktime_sub(ktime_get(), ws->last_time) : 0; in active_time_ms_show() 57 active_time = ktime_sub(ktime_get(), ws->last_time); in total_time_ms_show() 73 active_time = ktime_sub(ktime_get(), ws->last_time); in max_time_ms_show() 87 return sysfs_emit(buf, "%lld\n", ktime_to_ms(ws->last_time)); in last_change_ms_show()
|
| H A D | wakeup.c | 605 ws->last_time = ktime_get(); in wakeup_source_activate() 607 ws->start_prevent_time = ws->last_time; in wakeup_source_activate() 724 duration = ktime_sub(now, ws->last_time); in wakeup_source_deactivate() 729 ws->last_time = now; in wakeup_source_deactivate() 896 ktime_to_ns(ws->last_time) > in pm_get_active_wakeup_sources() 897 ktime_to_ns(last_active_ws->last_time))) { in pm_get_active_wakeup_sources() 923 ktime_to_ns(ws->last_time) > in pm_print_active_wakeup_sources() 924 ktime_to_ns(last_activity_ws->last_time))) { in pm_print_active_wakeup_sources() 1152 active_time = ktime_sub(now, ws->last_time); in print_wakeup_source_stats() 1168 ktime_to_ms(max_time), ktime_to_ms(ws->last_time), in print_wakeup_source_stats()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_cubic.c | 77 __u32 last_time; /* time when updated last_cwnd */ member 99 ca->last_time = 0; in bictcp_reset() 281 (__s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update() 288 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update() 292 ca->last_time = tcp_jiffies32; in bictcp_update()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | button.c | 152 ktime_t last_time; member 202 next_report = ktime_add(button->last_time, in acpi_lid_notify_state() 259 button->last_time = ktime_get(); in acpi_lid_notify_state() 461 button->last_time = ktime_get(); in acpi_button_resume() 474 button->last_time = ktime_get(); in acpi_lid_input_open()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-timechart.c | 61 first_time, last_time; member 563 if (tchart->last_time < sample->time) in process_sample_event() 564 tchart->last_time = sample->time; in process_sample_event() 690 pwr->end_time = tchart->last_time; in end_sample_processing() 705 pwr->end_time = tchart->last_time; in end_sample_processing() 1349 p->end_time = tchart->last_time; in determine_display_tasks_filtered() 1366 c->end_time = tchart->last_time; in determine_display_tasks_filtered() 1389 p->end_time = tchart->last_time; in determine_display_tasks() 1407 c->end_time = tchart->last_time; in determine_display_tasks() 1426 p->end_time = timechart->last_time; in determine_display_io_tasks() [all …]
|
| H A D | builtin-sched.c | 252 u64 last_time; /* time of previous sched in/out event */ member 277 u64 *last_time; /* time this event was last seen per cpu */ member 1876 if ((cpu >= r->ncpu) || (r->last_time == NULL)) { in evsel__save_time() 1878 void *p = r->last_time; in evsel__save_time() 1880 p = realloc(r->last_time, n * sizeof(u64)); in evsel__save_time() 1884 r->last_time = p; in evsel__save_time() 1886 r->last_time[i] = (u64) 0; in evsel__save_time() 1891 r->last_time[cpu] = timestamp; in evsel__save_time() 1899 if ((r == NULL) || (r->last_time == NULL) || (cpu >= r->ncpu)) in evsel__get_time() 1902 return r->last_time[cpu]; in evsel__get_time() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | svghelper.c | 26 static u64 first_time, last_time; variable 62 X = 1.0 * svg_page_width * (__time - first_time) / (last_time - first_time); in time2pixels() 96 last_time = end; in open_svg() 102 new_width = (last_time - first_time) / 5000000; in open_svg() 369 time2pixels(last_time)-time2pixels(first_time), in svg_cpu_box() 659 while (i < last_time) { in svg_time_grid()
|
| H A D | thread-stack.c | 97 u64 last_time; member 353 ts->last_time, 0, true); in __thread_stack__flush() 1147 ts->last_time = sample->time; in thread_stack__process()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-hid-sensor-time.c | 27 struct rtc_time last_time; member 56 time_state->last_time = time_state->time_buf; in hid_time_proc_event() 209 *tm = time_state->last_time; in hid_rtc_read_time()
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 876 last_time = times[0] 877 y = last_below = below[last_time] 886 last_below = below[last_time] 904 w = math.ceil ((time - last_time) * chart_bounds[2] / proc_tree.duration) + 1 905 …x = chart_bounds[0] + round((last_time - proc_tree.start_time) * chart_bounds[2] / proc_tree.durat… 906 ctx.rectangle (x, below[last_time] - last_cuml, w, last_cuml) 909 last_time = time 915 …x = chart_bounds[0] + round((last_time - proc_tree.start_time) * chart_bounds[2] / proc_tree.durat… 916 y = below[last_time] - cuml
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | wakelock.c | 113 idle_time_ns = ktime_to_ns(ktime_sub(now, wl->ws->last_time)); in __wakelocks_gc() 194 wl->ws->last_time = ktime_get(); in wakelock_lookup_add()
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | thermal_sysfs.c | 738 ktime_t last_time; member 747 delta = ktime_sub(now, stats->last_time); in update_time_in_state() 750 stats->last_time = now; in update_time_in_state() 821 stats->last_time = ktime_get(); in reset_store() 937 stats->last_time = ktime_get(); in cooling_device_stats_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | ptp.c | 864 struct pps_event_time *last_time) in efx_ptp_send_times() argument 895 *last_time = now; in efx_ptp_send_times() 931 const struct pps_event_time *last_time) in efx_ptp_process_times() argument 1002 last_sec = last_time->ts_real.tv_sec & MC_SECOND_MASK; in efx_ptp_process_times() 1011 last_time->ts_real.tv_nsec - in efx_ptp_process_times() 1025 ptp->host_time_pps = *last_time; in efx_ptp_process_times() 1039 struct pps_event_time last_time = {}; in efx_ptp_synchronize() local 1069 efx_ptp_send_times(efx, &last_time); in efx_ptp_synchronize() 1078 &last_time); in efx_ptp_synchronize()
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_time.cpp | 549 RK_S64 last_time = node->time; in mpp_stopwatch_put() local 558 (float)(node->time - last_time) / 1000); in mpp_stopwatch_put() 559 last_time = node->time; in mpp_stopwatch_put()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpi_dec_utils.h | 87 void show_dec_fps(RK_S64 total_time, RK_S64 total_count, RK_S64 last_time, RK_S64 last_count);
|
| H A D | utils.h | 88 typedef void (*FpsCalcCb)(RK_S64 total_time, RK_S64 total_count, RK_S64 last_time, RK_S64 last_coun…
|
| H A D | mpi_dec_utils.c | 430 void show_dec_fps(RK_S64 total_time, RK_S64 total_count, RK_S64 last_time, RK_S64 last_count) in show_dec_fps() argument 433 float ins_fps = (float)last_count * 1000000 / last_time; in show_dec_fps()
|
| H A D | mpi_enc_utils.c | 547 void show_enc_fps(RK_S64 total_time, RK_S64 total_count, RK_S64 last_time, RK_S64 last_count) in show_enc_fps() argument 550 float ins_fps = (float)last_count * 1000000 / last_time; in show_enc_fps()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | random.c | 1027 unsigned long last_time; member 1065 delta = now - READ_ONCE(state->last_time); in add_timer_randomness() 1066 WRITE_ONCE(state->last_time, now); in add_timer_randomness() 1139 state->last_time = INITIAL_JIFFIES; in rand_initialize_disk()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pm_wakeup.h | 53 ktime_t last_time; member
|