/kernel/sched/ |
D | pelt.c | 176 ___update_load_sum(u64 now, struct sched_avg *sa, in ___update_load_sum() 266 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se) in __update_load_avg_blocked_se() 277 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se() 291 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq) in __update_load_avg_cfs_rq() 317 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() 341 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg()
|
D | psi.c | 242 u64 now, state_start; in get_recent_times() local 357 static u64 update_averages(struct psi_group *group, u64 now) in update_averages() 416 u64 now; in psi_avgs_work() local 446 static void window_reset(struct psi_window *win, u64 now, u64 value, in window_reset() 465 static u64 window_update(struct psi_window *win, u64 now, u64 value) in window_update() 491 static void init_triggers(struct psi_group *group, u64 now) in init_triggers() 503 static u64 update_triggers(struct psi_group *group, u64 now) in update_triggers() 584 u64 now; in psi_poll_work() local 630 u64 now; in record_times() local 943 u64 now; in psi_show() local
|
D | pelt.h | 144 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq) in update_cfs_rq_load_avg() 150 update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() 156 update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg()
|
D | wait_bit.c | 218 unsigned long now = READ_ONCE(jiffies); in bit_wait_timeout() local 232 unsigned long now = READ_ONCE(jiffies); in bit_wait_io_timeout() local
|
D | stats.h | 158 unsigned long long now = rq_clock(rq), delta = 0; in sched_info_dequeued() local 177 unsigned long long now = rq_clock(rq), delta = 0; in sched_info_arrive() local
|
D | clock.c | 267 u64 now, clock, old_clock, min_clock, max_clock, gtod; in sched_clock_local() local
|
D | fair.c | 837 u64 now = rq_clock_task(rq_of(cfs_rq)); in update_curr() local 2014 u64 runtime, delta, now; in numa_get_avg_runtime() local 2488 unsigned long migrate, next_scan, now = jiffies; in task_numa_work() local 2678 u64 period, now; in task_tick_numa() local 3472 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq) in update_cfs_rq_load_avg() 3593 u64 now = cfs_rq_clock_pelt(cfs_rq); in update_load_avg() local 7790 u64 now = rq_clock_pelt(rq); in __update_blocked_others() local 7877 unsigned long now = jiffies; in update_cfs_rq_h_load() local 9717 unsigned long now = jiffies; in nohz_balancer_kick() local 9943 unsigned long now = jiffies; in _nohz_idle_balance() local
|
/kernel/time/ |
D | tick-sched.c | 54 static void tick_do_update_jiffies64(ktime_t now) in tick_do_update_jiffies64() 151 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer() 548 static void tick_nohz_update_jiffies(ktime_t now) in tick_nohz_update_jiffies() 565 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats() 583 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle() 615 ktime_t now, idle; in get_cpu_idle_time_us() local 656 ktime_t now, iowait; in get_cpu_iowait_time_us() local 679 static void tick_nohz_restart(struct tick_sched *ts, ktime_t now) in tick_nohz_restart() 880 static void tick_nohz_restart_sched_tick(struct tick_sched *ts, ktime_t now) in tick_nohz_restart_sched_tick() 1111 ktime_t now = ts->idle_entrytime; in tick_nohz_get_sleep_length() local [all …]
|
D | timer_list.c | 23 u64 now; member 57 int idx, u64 now) in print_timer() 74 u64 now) in print_active_timers() 112 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base() 130 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu() 277 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header() 287 u64 now = ktime_to_ns(ktime_get()); in sysrq_timer_list_show() local
|
D | alarmtimer.c | 253 ktime_t min, now, expires; in alarmtimer_suspend() local 450 u64 alarm_forward(struct alarm *alarm, ktime_t now, ktime_t interval) in alarm_forward() 485 ktime_t now = base->gettime(); in __alarm_forward_now() local 567 ktime_t now) in alarm_handle_timer() 614 static s64 alarm_timer_forward(struct k_itimer *timr, ktime_t now) in alarm_timer_forward() 626 static ktime_t alarm_timer_remaining(struct k_itimer *timr, ktime_t now) in alarm_timer_remaining() 739 ktime_t now) in alarmtimer_nsleep_wakeup() 853 ktime_t now = alarm_bases[type].gettime(); in alarm_timer_nsleep() local
|
D | timekeeping_internal.h | 17 static inline u64 clocksource_delta(u64 now, u64 last, u64 mask) in clocksource_delta() 28 static inline u64 clocksource_delta(u64 now, u64 last, u64 mask) in clocksource_delta()
|
D | hrtimer.c | 632 ktime_t now = ktime_get_update_offsets_now(&base->clock_was_set_seq, in hrtimer_update_base() local 936 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward() 1543 struct hrtimer *timer, ktime_t *now, in __run_hrtimer() 1611 static void __hrtimer_run_queues(struct hrtimer_cpu_base *cpu_base, ktime_t now, in __hrtimer_run_queues() 1654 ktime_t now; in hrtimer_run_softirq() local 1678 ktime_t expires_next, now, entry_time, delta; in hrtimer_interrupt() local 1792 ktime_t now; in hrtimer_run_queues() local
|
D | posix-cpu-timers.c | 125 static u64 bump_cpu_timer(struct k_itimer *timer, u64 now) in bump_cpu_timer() 706 u64 now, expires = cpu_timer_getexpires(ctmr); in posix_cpu_timer_get() local 764 struct list_head *firing, u64 now) in collect_timerqueue() 983 u64 now; in posix_cpu_timer_rearm() local 1181 u64 now, *nextevt; in set_process_cpu_timer() local
|
D | ntp.c | 500 static void sched_sync_hw_clock(struct timespec64 now, in sched_sync_hw_clock() 535 struct timespec64 adjust, now; in sync_rtc_clock() local 568 struct timespec64 now; in sync_cmos_clock() local
|
D | timekeeping.c | 223 u64 now, last, mask, max, delta; in timekeeping_get_delta() local 457 u64 now; in __ktime_get_fast_ns() local 523 u64 now; in __ktime_get_real_fast_ns() local 977 u64 now; in ktime_get_snapshot() local 1130 u64 cycles, now, interval_start; in get_device_system_crosststamp() local 2178 struct timespec64 now, mono; in ktime_get_coarse_ts64() local
|
D | posix-timers.c | 361 ktime_t now = hrtimer_cb_get_time(timer); in posix_timer_fn() local 614 static ktime_t common_hrtimer_remaining(struct k_itimer *timr, ktime_t now) in common_hrtimer_remaining() 621 static s64 common_hrtimer_forward(struct k_itimer *timr, ktime_t now) in common_hrtimer_forward() 647 ktime_t now, remaining, iv; in common_timer_get() local
|
D | tick-broadcast.c | 607 ktime_t now, next_event; in tick_handle_oneshot_broadcast() local 714 ktime_t now; in __tick_broadcast_oneshot_control() local
|
/kernel/trace/ |
D | trace_clock.c | 98 u64 now, prev_time; in trace_clock_global() 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 unsigned long 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 | 315 unsigned long now = get_timestamp(); in is_softlockup() local
|
D | audit.c | 317 unsigned long now; in audit_rate_check() local 353 unsigned long now; in audit_log_lost() local
|
/kernel/events/ |
D | core.c | 626 __perf_update_times(struct perf_event *event, u64 now, u64 *enabled, u64 *running) in __perf_update_times() 642 u64 now = perf_event_time(event); in perf_event_update_time() local 722 u64 now; in __update_cgrp_time() local 937 perf_cgroup_set_shadow_time(struct perf_event *event, u64 now) in perf_cgroup_set_shadow_time() 1046 perf_cgroup_set_shadow_time(struct perf_event *event, u64 now) in perf_cgroup_set_shadow_time() 1462 u64 now = perf_clock(); in update_context_time() local 3497 u64 now; in ctx_sched_in() local 3734 u64 now, period = TICK_NSEC; in perf_adjust_freq_unthr_context() local 4107 u64 now = event->shadow_ctx_time + perf_clock(); in perf_event_read_local() local 5406 u64 *now, in calc_timer_values() [all …]
|