/Linux-v4.19/kernel/sched/ |
D | pelt.c | 180 ___update_load_sum(u64 now, int cpu, struct sched_avg *sa, in ___update_load_sum() 270 int __update_load_avg_blocked_se(u64 now, int cpu, struct sched_entity *se) in __update_load_avg_blocked_se() 283 int __update_load_avg_se(u64 now, int cpu, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se() 299 int __update_load_avg_cfs_rq(u64 now, int cpu, struct cfs_rq *cfs_rq) in __update_load_avg_cfs_rq() 324 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() 347 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg()
|
D | pelt.h | 48 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq) in update_cfs_rq_load_avg() 54 update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() 60 update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg()
|
/Linux-v4.19/kernel/time/ |
D | tick-sched.c | 57 static void tick_do_update_jiffies64(ktime_t now) in tick_do_update_jiffies64() 116 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer() 492 static void tick_nohz_update_jiffies(ktime_t now) in tick_nohz_update_jiffies() 509 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats() 527 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle() 559 ktime_t now, idle; in get_cpu_idle_time_us() local 600 ktime_t now, iowait; in get_cpu_iowait_time_us() local 623 static void tick_nohz_restart(struct tick_sched *ts, ktime_t now) in tick_nohz_restart() 821 static void tick_nohz_restart_sched_tick(struct tick_sched *ts, ktime_t now) in tick_nohz_restart_sched_tick() 1043 ktime_t now = ts->idle_entrytime; in tick_nohz_get_sleep_length() local [all …]
|
D | timer_list.c | 28 u64 now; member 62 int idx, u64 now) in print_timer() 79 u64 now) in print_active_timers() 117 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base() 135 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu() 282 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header() 309 u64 now = ktime_to_ns(ktime_get()); in sysrq_timer_list_show() 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 | alarmtimer.c | 248 ktime_t min, now, expires; in alarmtimer_suspend() local 445 u64 alarm_forward(struct alarm *alarm, ktime_t now, ktime_t interval) in alarm_forward() 538 ktime_t now) in alarm_handle_timer() 584 static s64 alarm_timer_forward(struct k_itimer *timr, ktime_t now) in alarm_timer_forward() 596 static ktime_t alarm_timer_remaining(struct k_itimer *timr, ktime_t now) in alarm_timer_remaining() 696 ktime_t now) in alarmtimer_nsleep_wakeup() 810 ktime_t now = alarm_bases[type].gettime(); in alarm_timer_nsleep() local
|
D | ntp.c | 499 static void sched_sync_hw_clock(struct timespec64 now, in sched_sync_hw_clock() 534 struct timespec64 adjust, now; in sync_rtc_clock() local 558 int __weak update_persistent_clock(struct timespec now) in update_persistent_clock() 565 struct timespec now; in update_persistent_clock64() local 575 struct timespec64 now; in sync_cmos_clock() local
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_debugfs.c | 96 static void seq_print_one_request(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_one_request() 122 static void seq_print_minor_vnr_req(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_minor_vnr_req() 128 …int_resource_pending_meta_io(struct seq_file *m, struct drbd_resource *resource, unsigned long now) in seq_print_resource_pending_meta_io() 156 …oid seq_print_waiting_for_AL(struct seq_file *m, struct drbd_resource *resource, unsigned long now) in seq_print_waiting_for_AL() 191 … void seq_print_device_bitmap_io(struct seq_file *m, struct drbd_device *device, unsigned long now) in seq_print_device_bitmap_io() 216 …t_resource_pending_bitmap_io(struct seq_file *m, struct drbd_resource *resource, unsigned long now) in seq_print_resource_pending_bitmap_io() 246 unsigned long now) in seq_print_peer_request() 270 struct drbd_device *device, unsigned long now) in seq_print_device_peer_requests() 286 struct drbd_resource *resource, unsigned long now) in seq_print_resource_pending_peer_requests() 301 unsigned long now) in seq_print_resource_transfer_log_summary() [all …]
|
/Linux-v4.19/net/rxrpc/ |
D | call_event.c | 35 unsigned long now = jiffies; in rxrpc_propose_ping() local 119 unsigned long now = jiffies, ack_at; in __rxrpc_propose_ACK() local 168 ktime_t now, max_age, oldest, ack_ts, timeout, min_timeo; in rxrpc_resend() local 313 unsigned long now, next, t; in rxrpc_process_call() local
|
/Linux-v4.19/arch/x86/kernel/ |
D | rtc.c | 42 int mach_set_rtc_mmss(const struct timespec64 *now) in mach_set_rtc_mmss() 63 void mach_get_cmos_time(struct timespec64 *now) in mach_get_cmos_time() 148 int update_persistent_clock64(struct timespec64 now) in update_persistent_clock64()
|
/Linux-v4.19/net/dccp/ccids/ |
D | ccid3.c | 106 static u32 ccid3_hc_tx_idle_rtt(struct ccid3_hc_tx_sock *hc, ktime_t now) in ccid3_hc_tx_idle_rtt() 129 ktime_t now = stamp ? *stamp : ktime_get_real(); in ccid3_hc_tx_update_x() local 186 ktime_t now) in ccid3_hc_tx_update_win_count() 284 ktime_t now = ktime_get_real(); in ccid3_hc_tx_send_packet() local 371 ktime_t now; in ccid3_hc_tx_packet_recv() local 603 ktime_t now = ktime_get(); in ccid3_hc_rx_send_feedback() local
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | benchmark.c | 48 long long now, then; in calculate_timespace() local 94 long long now, then; in start_benchmark() local
|
/Linux-v4.19/net/atm/ |
D | mpoa_caches.c | 230 time64_t now; in clear_count_and_expired() local 255 time64_t now; in check_resolving_entries() local 302 time64_t now; in refresh_entries() local 505 time64_t now; in clear_expired() local
|
/Linux-v4.19/drivers/rtc/ |
D | interface.c | 206 struct rtc_time before, now; in __rtc_read_alarm() local 407 time64_t now, scheduled; in __rtc_set_alarm() local 481 struct rtc_time now; in rtc_initialize_alarm() local 563 ktime_t now, onesec; in rtc_update_irq_enable() local 805 ktime_t now; in rtc_timer_enqueue() local 898 ktime_t now; in rtc_timer_do_work() local
|
/Linux-v4.19/arch/x86/events/ |
D | msr.c | 189 u64 now; in msr_read_counter() local 201 u64 prev, now; in msr_event_update() local 227 u64 now = msr_read_counter(event); in msr_event_start() local
|
/Linux-v4.19/arch/x86/platform/intel-mid/ |
D | intel_mid_vrtc.c | 60 void vrtc_get_time(struct timespec64 *now) in vrtc_get_time() 90 int vrtc_set_mmss(const struct timespec64 *now) in vrtc_set_mmss()
|
/Linux-v4.19/fs/afs/ |
D | cell.c | 360 time64_t now, expiry; in afs_update_cell() local 464 time64_t now, expire_delay; in afs_put_cell() local 626 time64_t now = ktime_get_real_seconds(); in afs_manage_cell() local 693 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_cells() local
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | gss_krb5_unseal.c | 82 s32 now; in gss_verify_mic_v1() local 152 s32 now; in gss_verify_mic_v2() local
|
D | gss_krb5_wrap.c | 166 s32 now; in gss_wrap_kerberos_v1() local 273 s32 now; in gss_unwrap_kerberos_v1() local 444 s32 now; in gss_wrap_kerberos_v2() local 495 s32 now; in gss_unwrap_kerberos_v2() local
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | aperfmperf.c | 66 static bool aperfmperf_snapshot_cpu(int cpu, ktime_t now, bool wait) in aperfmperf_snapshot_cpu() 94 ktime_t now = ktime_get(); in arch_freq_prepare_all() local
|
/Linux-v4.19/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 139 struct timeval now; in sendpacket() local 162 struct timeval now; in printpacket() local 478 struct timeval now; in main() local
|
/Linux-v4.19/include/net/ |
D | busy_poll.h | 90 unsigned long now = busy_loop_current_time(); in busy_loop_timeout() local 106 unsigned long now = busy_loop_current_time(); in sk_busy_loop_timeout() local
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_vblank.c | 814 u64 seq, ktime_t now) in send_vblank_event() 910 ktime_t now; in drm_crtc_send_vblank_event() local 1122 ktime_t now; in drm_crtc_vblank_off() local 1409 ktime_t now; in drm_queue_vblank_event() local 1510 ktime_t now; in drm_wait_vblank_reply() local 1649 ktime_t now; in drm_handle_vblank_events() local 1769 ktime_t now; in drm_crtc_get_sequence_ioctl() local 1823 ktime_t now; in drm_crtc_queue_sequence_ioctl() local
|
/Linux-v4.19/arch/s390/kernel/ |
D | idle.c | 73 unsigned long long now, idle_time, idle_enter, idle_exit; in show_idle_time() local 91 unsigned long long now, idle_enter, idle_exit; in arch_cpu_idle_time() local
|
/Linux-v4.19/fs/jffs2/ |
D | dir.c | 230 uint32_t now = JFFS2_NOW(); in jffs2_unlink() local 250 uint32_t now; in jffs2_link() local 591 uint32_t now = JFFS2_NOW(); in jffs2_rmdir() local 763 uint32_t now; in jffs2_rename() local
|