/linux-6.6.21/scripts/ |
D | show_delta | 60 last_time = 0.0 variable 62 global last_time 75 delta = time - last_time 76 last_time = time
|
D | get_abi.pl | 781 my $last_time = $start_time; 800 if ($i == $next_i || $cur_time > $last_time + 1) { 812 $last_time = $cur_time;
|
/linux-6.6.21/tools/laptop/dslm/ |
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()
|
/linux-6.6.21/drivers/cpufreq/ |
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 = local_clock(); in cpufreq_stats_reset_table() 92 time += local_clock() - stats->last_time; in show_time_in_state() 251 stats->last_time = local_clock(); in cpufreq_stats_create_table() 284 cpufreq_stats_update(stats, stats->last_time); in cpufreq_stats_record_transition()
|
/linux-6.6.21/net/ipv4/ |
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()
|
D | tcp_cubic.c | 90 u32 last_time; /* time when updated last_cwnd */ member 222 (s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update() 229 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update() 233 ca->last_time = tcp_jiffies32; in bictcp_update()
|
/linux-6.6.21/drivers/base/power/ |
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()
|
D | wakeup.c | 568 ws->last_time = ktime_get(); in wakeup_source_activate() 570 ws->start_prevent_time = ws->last_time; in wakeup_source_activate() 687 duration = ktime_sub(now, ws->last_time); in wakeup_source_deactivate() 692 ws->last_time = now; in wakeup_source_deactivate() 855 ktime_to_ns(ws->last_time) > in pm_print_active_wakeup_sources() 856 ktime_to_ns(last_activity_ws->last_time))) { in pm_print_active_wakeup_sources() 1070 active_time = ktime_sub(now, ws->last_time); in print_wakeup_source_stats() 1086 ktime_to_ms(max_time), ktime_to_ms(ws->last_time), in print_wakeup_source_stats()
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | bpf_cubic.c | 77 __u32 last_time; /* time when updated last_cwnd */ member 99 ca->last_time = 0; in bictcp_reset() 275 (__s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update() 282 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update() 286 ca->last_time = tcp_jiffies32; in bictcp_update()
|
/linux-6.6.21/drivers/acpi/ |
D | button.c | 165 ktime_t last_time; member 212 next_report = ktime_add(button->last_time, in acpi_lid_notify_state() 269 button->last_time = ktime_get(); in acpi_lid_notify_state() 489 button->last_time = ktime_get(); in acpi_button_resume() 502 button->last_time = ktime_get(); in acpi_lid_input_open()
|
/linux-6.6.21/drivers/rtc/ |
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()
|
/linux-6.6.21/tools/perf/util/ |
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()
|
D | thread-stack.c | 97 u64 last_time; member 353 ts->last_time, 0, true); in __thread_stack__flush() 1146 ts->last_time = sample->time; in thread_stack__process()
|
/linux-6.6.21/tools/perf/ |
D | builtin-timechart.c | 64 first_time, last_time; member 585 if (tchart->last_time < sample->time) in process_sample_event() 586 tchart->last_time = sample->time; in process_sample_event() 712 pwr->end_time = tchart->last_time; in end_sample_processing() 721 pwr = p_state_end(tchart, cpu, tchart->last_time); in end_sample_processing() 1358 p->end_time = tchart->last_time; in determine_display_tasks_filtered() 1375 c->end_time = tchart->last_time; in determine_display_tasks_filtered() 1398 p->end_time = tchart->last_time; in determine_display_tasks() 1416 c->end_time = tchart->last_time; in determine_display_tasks() 1435 p->end_time = timechart->last_time; in determine_display_io_tasks() [all …]
|
D | builtin-sched.c | 254 u64 last_time; /* time of previous sched in/out event */ member 279 u64 *last_time; /* time this event was last seen per cpu */ member 1923 if ((cpu >= r->ncpu) || (r->last_time == NULL)) { in evsel__save_time() 1925 void *p = r->last_time; in evsel__save_time() 1927 p = realloc(r->last_time, n * sizeof(u64)); in evsel__save_time() 1931 r->last_time = p; in evsel__save_time() 1933 r->last_time[i] = (u64) 0; in evsel__save_time() 1938 r->last_time[cpu] = timestamp; in evsel__save_time() 1946 if ((r == NULL) || (r->last_time == NULL) || (cpu >= r->ncpu)) in evsel__get_time() 1949 return r->last_time[cpu]; in evsel__get_time() [all …]
|
/linux-6.6.21/kernel/power/ |
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()
|
/linux-6.6.21/drivers/thermal/ |
D | thermal_sysfs.c | 669 ktime_t last_time; member 678 delta = ktime_sub(now, stats->last_time); in update_time_in_state() 681 stats->last_time = now; in update_time_in_state() 781 stats->last_time = ktime_get(); in reset_store() 891 stats->last_time = ktime_get(); in cooling_device_stats_setup()
|
/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | ptp.c | 838 struct pps_event_time *last_time) in efx_ptp_send_times() argument 869 *last_time = now; in efx_ptp_send_times() 905 const struct pps_event_time *last_time) in efx_ptp_process_times() argument 976 last_sec = last_time->ts_real.tv_sec & MC_SECOND_MASK; in efx_ptp_process_times() 985 last_time->ts_real.tv_nsec - in efx_ptp_process_times() 999 ptp->host_time_pps = *last_time; in efx_ptp_process_times() 1013 struct pps_event_time last_time = {}; in efx_ptp_synchronize() local 1043 efx_ptp_send_times(efx, &last_time); in efx_ptp_synchronize() 1052 &last_time); in efx_ptp_synchronize()
|
/linux-6.6.21/drivers/net/ethernet/sfc/siena/ |
D | ptp.c | 857 struct pps_event_time *last_time) in efx_ptp_send_times() argument 888 *last_time = now; in efx_ptp_send_times() 924 const struct pps_event_time *last_time) in efx_ptp_process_times() argument 995 last_sec = last_time->ts_real.tv_sec & MC_SECOND_MASK; in efx_ptp_process_times() 1004 last_time->ts_real.tv_nsec - in efx_ptp_process_times() 1018 ptp->host_time_pps = *last_time; in efx_ptp_process_times() 1032 struct pps_event_time last_time = {}; in efx_ptp_synchronize() local 1062 efx_ptp_send_times(efx, &last_time); in efx_ptp_synchronize() 1071 &last_time); in efx_ptp_synchronize()
|
/linux-6.6.21/include/linux/ |
D | pm_wakeup.h | 53 ktime_t last_time; member
|
/linux-6.6.21/drivers/char/ |
D | random.c | 1116 unsigned long last_time; member 1154 delta = now - READ_ONCE(state->last_time); in add_timer_randomness() 1155 WRITE_ONCE(state->last_time, now); in add_timer_randomness() 1228 state->last_time = INITIAL_JIFFIES; in rand_initialize_disk()
|
/linux-6.6.21/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 419 unsigned long *last_time; in is_duplicate_packet() local 467 last_time = &entry->packet_time[tid]; in is_duplicate_packet() 474 last_time = &ieee->last_packet_time[tid]; in is_duplicate_packet() 485 time_after(*last_time + IEEE_PACKET_RETRY_TIME, jiffies)) { in is_duplicate_packet() 495 *last_time = jiffies; in is_duplicate_packet()
|
/linux-6.6.21/drivers/usb/host/ |
D | max3421-hcd.c | 1249 static unsigned long last_time; in max3421_handle_irqs() local 1253 if (time_after(jiffies, last_time + 5*HZ)) { in max3421_handle_irqs() 1267 last_time = jiffies; in max3421_handle_irqs()
|
/linux-6.6.21/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 357 unsigned long *last_time; in is_duplicate_packet() local 405 last_time = &entry->packet_time[tid]; in is_duplicate_packet() 412 last_time = &ieee->last_packet_time[tid]; in is_duplicate_packet() 419 time_after(*last_time + IEEE_PACKET_RETRY_TIME, jiffies)) { in is_duplicate_packet() 430 *last_time = jiffies; in is_duplicate_packet()
|
/linux-6.6.21/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1320 last_time = None 1334 self.SelectComms(db, last_thread_id, last_comm_id, last_time, query.value(0)) 1346 last_time = time 3440 self.last_time = 2 ** 64 3447 self.last_time = int(glb.HostFinishTime()) 3449 placeholder_text += ", between " + str(self.first_time) + " and " + str(self.last_time) 3507 val += self.last_time 3514 vrange[1] = str(self.last_time) 3520 end_range = min(int(vrange[1]), self.last_time) 3521 if beg_range > self.last_time or end_range < self.first_time:
|