/kernel/linux/linux-6.6/tools/perf/ |
H A 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...] |
H A 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[cp in evsel__get_time() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A 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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_sysfs.c | 737 ktime_t last_time; member 746 delta = ktime_sub(now, stats->last_time); in update_time_in_state() 749 stats->last_time = now; in update_time_in_state() 820 stats->last_time = ktime_get(); in reset_store() 917 stats->last_time = ktime_get(); in cooling_device_stats_setup()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 864 struct pps_event_time *last_time) in efx_ptp_send_times() 895 *last_time = now; in efx_ptp_send_times() 931 const struct pps_event_time *last_time) in efx_ptp_process_times() 995 /* Calculate delay from last good sync (host time) to last_time. in efx_ptp_process_times() 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() 1021 /* Calculate delay from NIC top of second to last_time */ 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() 863 efx_ptp_send_times(struct efx_nic *efx, struct pps_event_time *last_time) efx_ptp_send_times() argument 929 efx_ptp_process_times(struct efx_nic *efx, MCDI_DECLARE_STRUCT_PTR(synch_buf), size_t response_length, const struct pps_event_time *last_time) efx_ptp_process_times() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 838 struct pps_event_time *last_time) in efx_ptp_send_times() 869 *last_time = now; in efx_ptp_send_times() 905 const struct pps_event_time *last_time) in efx_ptp_process_times() 969 /* Calculate delay from last good sync (host time) to last_time. in efx_ptp_process_times() 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() 995 /* Calculate delay from NIC top of second to last_time */ 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() 837 efx_ptp_send_times(struct efx_nic *efx, struct pps_event_time *last_time) efx_ptp_send_times() argument 903 efx_ptp_process_times(struct efx_nic *efx, MCDI_DECLARE_STRUCT_PTR(synch_buf), size_t response_length, const struct pps_event_time *last_time) efx_ptp_process_times() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | ptp.c | 857 struct pps_event_time *last_time) in efx_ptp_send_times() 888 *last_time = now; in efx_ptp_send_times() 924 const struct pps_event_time *last_time) in efx_ptp_process_times() 988 /* Calculate delay from last good sync (host time) to last_time. in efx_ptp_process_times() 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() 1014 /* Calculate delay from NIC top of second to last_time */ 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() 856 efx_ptp_send_times(struct efx_nic *efx, struct pps_event_time *last_time) efx_ptp_send_times() argument 922 efx_ptp_process_times(struct efx_nic *efx, MCDI_DECLARE_STRUCT_PTR(synch_buf), size_t response_length, const struct pps_event_time *last_time) efx_ptp_process_times() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
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[cp in evsel__get_time() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | pm_wakeup.h | 32 * @last_time: Monotonic clock when the wakeup source's was touched last time. 53 ktime_t last_time; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pm_wakeup.h | 32 * @last_time: Monotonic clock when the wakeup source's was touched last time. 53 ktime_t last_time; member
|
/kernel/linux/linux-6.6/scripts/ |
H A 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;
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | random.c | 1020 unsigned long last_time; member 1058 delta = now - READ_ONCE(state->last_time); in add_timer_randomness() 1059 WRITE_ONCE(state->last_time, now); in add_timer_randomness() 1132 state->last_time = INITIAL_JIFFIES; in rand_initialize_disk()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A 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()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread-stack.c | 78 * @last_time: last timestamp 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()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread-stack.c | 78 * @last_time: last timestamp 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()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_rx.c | 369 unsigned long *last_time; in is_duplicate_packet() local 417 last_time = &entry->packet_time[tid]; in is_duplicate_packet() 424 last_time = &ieee->last_packet_time[tid]; in is_duplicate_packet() 431 time_after(*last_time + IEEE_PACKET_RETRY_TIME, jiffies)) { in is_duplicate_packet() 441 *last_time = jiffies; in is_duplicate_packet()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | f2fs.h | 1427 unsigned long last_time[MAX_TIME]; /* to store time in jiffies */ member 1663 sbi->last_time[type] = now; in f2fs_update_time() 1667 sbi->last_time[DISCARD_TIME] = now; in f2fs_update_time() 1668 sbi->last_time[GC_TIME] = now; in f2fs_update_time() 1676 return time_after(jiffies, sbi->last_time[type] + interval); in f2fs_time_over() 1686 delta = (sbi->last_time[type] + interval) - jiffies; in f2fs_time_to_wait()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | max3421-hcd.c | 1259 static unsigned long last_time; in max3421_handle_irqs() local 1263 if (time_after(jiffies, last_time + 5*HZ)) { in max3421_handle_irqs() 1277 last_time = jiffies; in max3421_handle_irqs()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A 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()
|