| /kernel/time/ |
| D | tick-sched.c | 52 static void tick_do_update_jiffies64(ktime_t now) in tick_do_update_jiffies64() 112 static void tick_sched_do_timer(ktime_t now) in tick_sched_do_timer() 518 static void tick_nohz_update_jiffies(ktime_t now) in tick_nohz_update_jiffies() 535 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats() 553 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle() 563 ktime_t now = ktime_get(); in tick_nohz_start_idle() local 588 ktime_t now, idle; in get_cpu_idle_time_us() local 629 ktime_t now, iowait; in get_cpu_iowait_time_us() local 652 static void tick_nohz_restart(struct tick_sched *ts, ktime_t now) in tick_nohz_restart() 672 ktime_t now, int cpu) in tick_nohz_stop_sched_tick() [all …]
|
| D | timer_list.c | 28 u64 now; member 64 int idx, u64 now) in print_timer() 91 u64 now) in print_active_timers() 129 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base() 147 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu() 294 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header() 321 u64 now = ktime_to_ns(ktime_get()); in sysrq_timer_list_show() local
|
| D | timekeeping_internal.h | 16 static inline cycle_t clocksource_delta(cycle_t now, cycle_t last, cycle_t mask) in clocksource_delta() 27 static inline cycle_t clocksource_delta(cycle_t now, cycle_t last, cycle_t mask) in clocksource_delta()
|
| D | alarmtimer.c | 222 ktime_t min, now; in alarmtimer_suspend() local 416 u64 alarm_forward(struct alarm *alarm, ktime_t now, ktime_t interval) in alarm_forward() 477 ktime_t now) in alarm_handle_timer() 639 ktime_t now; in alarm_timer_set() local 656 ktime_t now) in alarmtimer_nsleep_wakeup() 788 ktime_t now = alarm_bases[type].gettime(); in alarm_timer_nsleep() local
|
| D | timekeeping.c | 188 cycle_t now, last, mask, max, delta; in timekeeping_get_delta() local 422 u64 now; in __ktime_get_fast_ns() local 955 cycle_t now; in ktime_get_snapshot() local 1108 cycle_t cycles, now, interval_start; in get_device_system_crosststamp() local 1207 struct timespec64 now; in do_gettimeofday() local 1528 struct timespec64 now, boot, tmp; in timekeeping_init() local 2218 struct timespec64 now; in current_kernel_time64() local 2234 struct timespec64 now, mono; in get_monotonic_coarse64() local
|
| D | ntp.c | 496 int __weak update_persistent_clock(struct timespec now) in update_persistent_clock() 503 struct timespec now; in update_persistent_clock64() local 517 struct timespec64 now; in sync_cmos_clock() local
|
| D | hrtimer.c | 823 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward() 1217 struct hrtimer *timer, ktime_t *now) in __run_hrtimer() 1285 static void __hrtimer_run_queues(struct hrtimer_cpu_base *cpu_base, ktime_t now) in __hrtimer_run_queues() 1333 ktime_t expires_next, now, entry_time, delta; in hrtimer_interrupt() local 1442 ktime_t now; in hrtimer_run_queues() local
|
| D | posix-cpu-timers.c | 83 unsigned long long now) in bump_cpu_timer() 740 unsigned long long now; in posix_cpu_timer_get() local 1024 unsigned long long now; in posix_cpu_timer_schedule() local 1223 unsigned long long now; in set_process_cpu_timer() local
|
| D | tick-broadcast.c | 602 ktime_t now, next_event; in tick_handle_oneshot_broadcast() local 701 ktime_t now; in __tick_broadcast_oneshot_control() local
|
| D | posix-timers.c | 462 ktime_t now = hrtimer_cb_get_time(timer); in posix_timer_fn() local 743 ktime_t now, remaining, iv; in common_timer_get() local
|
| D | time.c | 242 struct timespec now = current_kernel_time(); in current_fs_time() local
|
| /kernel/sched/ |
| D | clock.c | 202 u64 now, clock, old_clock, min_clock, max_clock; in sched_clock_local() local 326 u64 now, now_gtod; in sched_clock_tick() local
|
| D | stats.h | 71 unsigned long long now = rq_clock(rq), delta = 0; in sched_info_dequeued() local 89 unsigned long long now = rq_clock(rq), delta = 0; in sched_info_arrive() local
|
| D | wait.c | 591 unsigned long now = READ_ONCE(jiffies); in bit_wait_timeout() local 603 unsigned long now = READ_ONCE(jiffies); in bit_wait_io_timeout() local
|
| D | cputime.c | 742 unsigned long now = READ_ONCE(jiffies); in vtime_delta() local 752 unsigned long now = READ_ONCE(jiffies); in get_vtime_delta() local
|
| D | fair.c | 849 u64 now = rq_clock_task(rq_of(cfs_rq)); in update_curr() local 1969 u64 runtime, delta, now; in numa_get_avg_runtime() local 2423 unsigned long migrate, next_scan, now = jiffies; in task_numa_work() local 2569 u64 period, now; in task_tick_numa() local 2844 __update_load_avg(u64 now, int cpu, struct sched_avg *sa, in __update_load_avg() 3270 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq, bool update_freq) in update_cfs_rq_load_avg() 3319 u64 now = cfs_rq_clock_task(cfs_rq); in update_load_avg() local 3486 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq, bool update_freq) in update_cfs_rq_load_avg() 4018 u64 now; in __refill_cfs_bandwidth_runtime() local 8221 unsigned long now = jiffies; in update_cfs_rq_h_load() local [all …]
|
| D | deadline.c | 609 ktime_t now, act; in start_dl_timer() local
|
| /kernel/trace/ |
| D | trace_clock.c | 96 u64 now; in trace_clock_global() local
|
| D | blktrace.c | 131 struct timespec64 now; in trace_note_time() local
|
| /kernel/power/ |
| D | suspend_test.c | 74 unsigned long now; in test_wakealarm() local
|
| D | wakelock.c | 105 ktime_t now; in __wakelocks_gc() local
|
| /kernel/events/ |
| D | core.c | 630 u64 now; in __update_cgrp_time() local 847 perf_cgroup_set_shadow_time(struct perf_event *event, u64 now) in perf_cgroup_set_shadow_time() 979 perf_cgroup_set_shadow_time(struct perf_event *event, u64 now) in perf_cgroup_set_shadow_time() 1391 u64 now = perf_clock(); in update_context_time() local 2119 u64 now = ctx->time; in group_sched_in() local 3081 u64 now; in ctx_sched_in() local 3305 u64 now, period = TICK_NSEC; in perf_adjust_freq_unthr_context() local 4791 u64 *now, in calc_timer_values() 4826 struct perf_event *event, struct perf_event_mmap_page *userpg, u64 now) in arch_perf_update_userpage() 4839 u64 enabled, running, now; in perf_event_update_userpage() local [all …]
|
| /kernel/ |
| D | watchdog.c | 227 unsigned long now = get_timestamp(); in is_softlockup() local
|
| D | audit.c | 220 unsigned long now; in audit_rate_check() local 256 unsigned long now; in audit_log_lost() local
|
| D | cpuset.c | 1422 time64_t now; in fmeter_update() local
|