/kernel/time/ |
D | tick-sched.c | 58 static void tick_do_update_jiffies64(ktime_t now) in tick_do_update_jiffies64() 186 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer() 651 static void tick_nohz_update_jiffies(ktime_t now) in tick_nohz_update_jiffies() 668 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats() 686 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle() 718 ktime_t now, idle; in get_cpu_idle_time_us() local 759 ktime_t now, iowait; in get_cpu_iowait_time_us() local 782 static void tick_nohz_restart(struct tick_sched *ts, ktime_t now) in tick_nohz_restart() 985 static void tick_nohz_restart_sched_tick(struct tick_sched *ts, ktime_t now) in tick_nohz_restart_sched_tick() 1006 ktime_t now) in __tick_nohz_full_update_tick() [all …]
|
D | timer_list.c | 23 u64 now; member 47 int idx, u64 now) in print_timer() 61 u64 now) in print_active_timers() 99 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base() 115 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu() 257 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header() 267 u64 now = ktime_to_ns(ktime_get()); in sysrq_timer_list_show() local
|
D | alarmtimer.c | 244 ktime_t min, now, expires; in alarmtimer_suspend() local 441 u64 alarm_forward(struct alarm *alarm, ktime_t now, ktime_t interval) in alarm_forward() 476 ktime_t now = base->get_ktime(); in __alarm_forward_now() local 561 ktime_t now) in alarm_handle_timer() 608 static s64 alarm_timer_forward(struct k_itimer *timr, ktime_t now) in alarm_timer_forward() 620 static ktime_t alarm_timer_remaining(struct k_itimer *timr, ktime_t now) in alarm_timer_remaining() 753 ktime_t now) in alarmtimer_nsleep_wakeup() 867 ktime_t now = alarm_bases[type].get_ktime(); in alarm_timer_nsleep() local
|
D | timekeeping_internal.h | 19 static inline u64 clocksource_delta(u64 now, u64 last, u64 mask) in clocksource_delta() 30 static inline u64 clocksource_delta(u64 now, u64 last, u64 mask) in clocksource_delta()
|
D | hrtimer.c | 631 ktime_t now = ktime_get_update_offsets_now(&base->clock_was_set_seq, in hrtimer_update_base() local 1037 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward() 1644 struct hrtimer *timer, ktime_t *now, in __run_hrtimer() 1717 static void __hrtimer_run_queues(struct hrtimer_cpu_base *cpu_base, ktime_t now, in __hrtimer_run_queues() 1760 ktime_t now; in hrtimer_run_softirq() local 1784 ktime_t expires_next, now, entry_time, delta; in hrtimer_interrupt() local 1898 ktime_t now; in hrtimer_run_queues() local
|
D | posix-cpu-timers.c | 115 static u64 bump_cpu_timer(struct k_itimer *timer, u64 now) in bump_cpu_timer() 786 u64 now, expires = cpu_timer_getexpires(ctmr); in posix_cpu_timer_get() local 827 struct list_head *firing, u64 now) in collect_timerqueue() 1047 u64 now; in posix_cpu_timer_rearm() local 1458 u64 now, *nextevt; in set_process_cpu_timer() local
|
D | timekeeping.c | 244 u64 now, last, mask, max, delta; in timekeeping_get_delta() local 439 u64 now; in __ktime_get_fast_ns() local 1049 u64 now; in ktime_get_snapshot() local 1208 u64 cycles, now, interval_start; in get_device_system_crosststamp() local 2266 struct timespec64 now, mono; in ktime_get_coarse_ts64() local
|
D | posix-timers.c | 387 ktime_t now = hrtimer_cb_get_time(timer); in posix_timer_fn() local 640 static ktime_t common_hrtimer_remaining(struct k_itimer *timr, ktime_t now) in common_hrtimer_remaining() 647 static s64 common_hrtimer_forward(struct k_itimer *timr, ktime_t now) in common_hrtimer_forward() 673 ktime_t now, remaining, iv; in common_timer_get() local
|
D | ntp.c | 545 const struct timespec64 *now) in rtc_tv_nsec_ok() 630 struct timespec64 now, to_set; in sync_hw_clock() local
|
D | tick-broadcast.c | 689 ktime_t now, next_event; in tick_handle_oneshot_broadcast() local 798 ktime_t now; in ___tick_broadcast_oneshot_control() local
|
/kernel/sched/ |
D | pelt.c | 184 int ___update_load_sum(u64 now, struct sched_avg *sa, in ___update_load_sum() 302 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se) in __update_load_avg_blocked_se() 314 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se() 328 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq) in __update_load_avg_cfs_rq() 354 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() 380 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg() 411 int update_thermal_load_avg(u64 now, struct rq *rq, u64 capacity) in update_thermal_load_avg()
|
D | pelt.h | 19 update_thermal_load_avg(u64 now, struct rq *rq, u64 capacity) in update_thermal_load_avg() 169 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq) in update_cfs_rq_load_avg() 175 update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() 181 update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg() 187 update_thermal_load_avg(u64 now, struct rq *rq, u64 capacity) in update_thermal_load_avg()
|
D | psi.c | 262 u64 now, state_start; in get_recent_times() local 377 static u64 update_averages(struct psi_group *group, u64 now) in update_averages() 436 u64 now; in psi_avgs_work() local 466 static void window_reset(struct psi_window *win, u64 now, u64 value, in window_reset() 485 static u64 window_update(struct psi_window *win, u64 now, u64 value) in window_update() 511 static void init_triggers(struct psi_group *group, u64 now) in init_triggers() 523 static u64 update_triggers(struct psi_group *group, u64 now) in update_triggers() 602 u64 now; in psi_poll_work() local 703 static void record_times(struct psi_group_cpu *groupc, u64 now) in record_times() 733 unsigned int clear, unsigned int set, u64 now, in psi_group_change() [all …]
|
D | wait_bit.c | 219 unsigned long now = READ_ONCE(jiffies); in bit_wait_timeout() local 233 unsigned long now = READ_ONCE(jiffies); in bit_wait_io_timeout() local
|
D | clock.c | 267 u64 now, clock, old_clock, min_clock, max_clock, gtod; in sched_clock_local() local
|
/kernel/trace/ |
D | trace_clock.c | 98 u64 now, prev_time; in trace_clock_global() local
|
D | trace_osnoise.c | 580 u64 int_counter, now; in get_int_safe_duration() local 1330 u64 now; in timerlat_irq() local 1421 ktime_t next_abs_period, now; in wait_next_period() local 1456 u64 now, diff; in timerlat_main() local
|
/kernel/irq/ |
D | timings.c | 382 static u64 __irq_timings_next_event(struct irqt_stat *irqs, int irq, u64 now) in __irq_timings_next_event() 536 u64 irq_timings_next_event(u64 now) in irq_timings_next_event()
|
/kernel/power/ |
D | suspend_test.c | 73 time64_t now; in test_wakealarm() local
|
D | wakelock.c | 103 ktime_t now; in __wakelocks_gc() local
|
/kernel/ |
D | watchdog_hld.c | 78 ktime_t delta, now = ktime_get_mono_fast_ns(); in watchdog_check_timestamp() local
|
D | watchdog.c | 316 unsigned long now) in is_softlockup() 365 unsigned long touch_ts, period_ts, now; in watchdog_timer_fn() local
|
D | async.c | 83 ktime_t now = ktime_get(); in microseconds_since() local
|
D | smp.c | 247 unsigned int *n_data, unsigned int now) in cfd_seq_data_add() 291 unsigned int now; in csd_lock_print_extended() local
|
/kernel/events/ |
D | core.c | 630 __perf_update_times(struct perf_event *event, u64 now, u64 *enabled, u64 *running) in __perf_update_times() 646 u64 now = perf_event_time(event); in perf_event_update_time() local 740 static inline u64 perf_cgroup_event_time_now(struct perf_event *event, u64 now) in perf_cgroup_event_time_now() 751 static inline void __update_cgrp_time(struct perf_cgroup_info *info, u64 now, bool adv) in __update_cgrp_time() 769 u64 now = perf_clock(); in update_cgrp_time_from_cpuctx() local 1137 static inline u64 perf_cgroup_event_time_now(struct perf_event *event, u64 now) in perf_cgroup_event_time_now() 1566 u64 now = perf_clock(); in __update_context_time() local 1602 static u64 perf_event_time_now(struct perf_event *event, u64 now) in perf_event_time_now() 4183 u64 now, period = TICK_NSEC; in perf_adjust_freq_unthr_context() local 4549 u64 *now, in calc_timer_values() [all …]
|