/linux-6.12.1/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 | 782 my $last_time = $start_time; 801 if ($i == $next_i || $cur_time > $last_time + 1) { 813 $last_time = $cur_time;
|
/linux-6.12.1/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.12.1/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.12.1/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.12.1/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 | 571 ws->last_time = ktime_get(); in wakeup_source_activate() 573 ws->start_prevent_time = ws->last_time; in wakeup_source_activate() 690 duration = ktime_sub(now, ws->last_time); in wakeup_source_deactivate() 695 ws->last_time = now; in wakeup_source_deactivate() 858 ktime_to_ns(ws->last_time) > in pm_print_active_wakeup_sources() 859 ktime_to_ns(last_activity_ws->last_time))) { in pm_print_active_wakeup_sources() 1073 active_time = ktime_sub(now, ws->last_time); in print_wakeup_source_stats() 1089 ktime_to_ms(max_time), ktime_to_ms(ws->last_time), in print_wakeup_source_stats()
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | bpf_cubic.c | 85 __u32 last_time; /* time when updated last_cwnd */ member 107 ca->last_time = 0; in bictcp_reset() 280 (__s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update() 287 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update() 291 ca->last_time = tcp_jiffies32; in bictcp_update()
|
/linux-6.12.1/drivers/acpi/ |
D | button.c | 176 ktime_t last_time; member 223 next_report = ktime_add(button->last_time, in acpi_lid_notify_state() 280 button->last_time = ktime_get(); in acpi_lid_notify_state() 501 button->last_time = ktime_get(); in acpi_button_resume() 522 button->last_time = ktime_get(); in acpi_lid_input_open()
|
/linux-6.12.1/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.12.1/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.12.1/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 | 244 u64 last_time; /* time of previous sched in/out event */ member 271 u64 *last_time; /* time this event was last seen per cpu */ member 1997 if ((cpu >= r->ncpu) || (r->last_time == NULL)) { in evsel__save_time() 1999 void *p = r->last_time; in evsel__save_time() 2001 p = realloc(r->last_time, n * sizeof(u64)); in evsel__save_time() 2005 r->last_time = p; in evsel__save_time() 2007 r->last_time[i] = (u64) 0; in evsel__save_time() 2012 r->last_time[cpu] = timestamp; in evsel__save_time() 2020 if ((r == NULL) || (r->last_time == NULL) || (cpu >= r->ncpu)) in evsel__get_time() 2023 return r->last_time[cpu]; in evsel__get_time() [all …]
|
/linux-6.12.1/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.12.1/drivers/thermal/ |
D | thermal_sysfs.c | 593 ktime_t last_time; member 602 delta = ktime_sub(now, stats->last_time); in update_time_in_state() 605 stats->last_time = now; in update_time_in_state() 705 stats->last_time = ktime_get(); in reset_store() 815 stats->last_time = ktime_get(); in cooling_device_stats_setup()
|
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | ptp.c | 844 struct pps_event_time *last_time) in efx_ptp_send_times() argument 875 *last_time = now; in efx_ptp_send_times() 911 const struct pps_event_time *last_time) in efx_ptp_process_times() argument 982 last_sec = last_time->ts_real.tv_sec & MC_SECOND_MASK; in efx_ptp_process_times() 991 last_time->ts_real.tv_nsec - in efx_ptp_process_times() 1005 ptp->host_time_pps = *last_time; in efx_ptp_process_times() 1019 struct pps_event_time last_time = {}; in efx_ptp_synchronize() local 1049 efx_ptp_send_times(efx, &last_time); in efx_ptp_synchronize() 1058 &last_time); in efx_ptp_synchronize()
|
/linux-6.12.1/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.12.1/include/linux/ |
D | pm_wakeup.h | 53 ktime_t last_time; member
|
/linux-6.12.1/drivers/char/ |
D | random.c | 1140 unsigned long last_time; member 1178 delta = now - READ_ONCE(state->last_time); in add_timer_randomness() 1179 WRITE_ONCE(state->last_time, now); in add_timer_randomness() 1252 state->last_time = INITIAL_JIFFIES; in rand_initialize_disk()
|
/linux-6.12.1/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.12.1/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 355 unsigned long *last_time; in is_duplicate_packet() local 379 last_time = &ieee->last_packet_time[tid]; in is_duplicate_packet() 386 time_after(*last_time + IEEE_PACKET_RETRY_TIME, jiffies)) { in is_duplicate_packet() 397 *last_time = jiffies; in is_duplicate_packet()
|
/linux-6.12.1/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:
|
/linux-6.12.1/fs/f2fs/ |
D | f2fs.h | 1600 unsigned long last_time[MAX_TIME]; /* to store time in jiffies */ member 1910 sbi->last_time[type] = now; in f2fs_update_time() 1914 sbi->last_time[DISCARD_TIME] = now; in f2fs_update_time() 1915 sbi->last_time[GC_TIME] = now; in f2fs_update_time() 1923 return time_after(jiffies, sbi->last_time[type] + interval); in f2fs_time_over() 1933 delta = (sbi->last_time[type] + interval) - jiffies; in f2fs_time_to_wait()
|