Home
last modified time | relevance | path

Searched defs:now (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/Linux-v5.4/kernel/sched/
Dpelt.c176 ___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()
Dpelt.h144 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()
Dpsi.c241 u64 now, state_start; in get_recent_times() local
356 static u64 update_averages(struct psi_group *group, u64 now) in update_averages()
415 u64 now; in psi_avgs_work() local
445 static void window_reset(struct psi_window *win, u64 now, u64 value, in window_reset()
464 static u64 window_update(struct psi_window *win, u64 now, u64 value) in window_update()
490 static void init_triggers(struct psi_group *group, u64 now) in init_triggers()
502 static u64 update_triggers(struct psi_group *group, u64 now) in update_triggers()
583 u64 now; in psi_poll_work() local
629 u64 now; in record_times() local
942 u64 now; in psi_show() local
/Linux-v5.4/kernel/time/
Dtick-sched.c54 static void tick_do_update_jiffies64(ktime_t now) in tick_do_update_jiffies64()
113 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer()
498 static void tick_nohz_update_jiffies(ktime_t now) in tick_nohz_update_jiffies()
515 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats()
533 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle()
565 ktime_t now, idle; in get_cpu_idle_time_us() local
606 ktime_t now, iowait; in get_cpu_iowait_time_us() local
629 static void tick_nohz_restart(struct tick_sched *ts, ktime_t now) in tick_nohz_restart()
830 static void tick_nohz_restart_sched_tick(struct tick_sched *ts, ktime_t now) in tick_nohz_restart_sched_tick()
1068 ktime_t now = ts->idle_entrytime; in tick_nohz_get_sleep_length() local
[all …]
Dtimer_list.c23 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
Dtimekeeping_internal.h17 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()
Dalarmtimer.c244 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()
534 ktime_t now) in alarm_handle_timer()
580 static s64 alarm_timer_forward(struct k_itimer *timr, ktime_t now) in alarm_timer_forward()
592 static ktime_t alarm_timer_remaining(struct k_itimer *timr, ktime_t now) in alarm_timer_remaining()
705 ktime_t now) in alarmtimer_nsleep_wakeup()
819 ktime_t now = alarm_bases[type].gettime(); in alarm_timer_nsleep() local
/Linux-v5.4/drivers/block/drbd/
Ddrbd_debugfs.c96 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()
248 unsigned long now) in seq_print_peer_request()
272 struct drbd_device *device, unsigned long now) in seq_print_device_peer_requests()
288 struct drbd_resource *resource, unsigned long now) in seq_print_resource_pending_peer_requests()
303 unsigned long now) in seq_print_resource_transfer_log_summary()
[all …]
/Linux-v5.4/net/rxrpc/
Dcall_event.c31 unsigned long now = jiffies; in rxrpc_propose_ping() local
112 unsigned long now = jiffies, ack_at; in __rxrpc_propose_ACK() local
162 ktime_t now, max_age, oldest, ack_ts, timeout, min_timeo; in rxrpc_resend() local
307 unsigned long now, next, t; in rxrpc_process_call() local
/Linux-v5.4/arch/x86/kernel/
Drtc.c42 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-v5.4/drivers/rtc/
Dinterface.c198 struct rtc_time before, now; in __rtc_read_alarm() local
395 time64_t now, scheduled; in __rtc_set_alarm() local
469 struct rtc_time now; in rtc_initialize_alarm() local
554 ktime_t now, onesec; in rtc_update_irq_enable() local
778 ktime_t now; in rtc_timer_enqueue() local
874 ktime_t now; in rtc_timer_do_work() local
/Linux-v5.4/net/dccp/ccids/
Dccid3.c93 static u32 ccid3_hc_tx_idle_rtt(struct ccid3_hc_tx_sock *hc, ktime_t now) in ccid3_hc_tx_idle_rtt()
116 ktime_t now = stamp ? *stamp : ktime_get_real(); in ccid3_hc_tx_update_x() local
173 ktime_t now) in ccid3_hc_tx_update_win_count()
271 ktime_t now = ktime_get_real(); in ccid3_hc_tx_send_packet() local
358 ktime_t now; in ccid3_hc_tx_packet_recv() local
590 ktime_t now = ktime_get(); in ccid3_hc_rx_send_feedback() local
/Linux-v5.4/arch/x86/events/
Dmsr.c216 u64 now; in msr_read_counter() local
228 u64 prev, now; in msr_event_update() local
254 u64 now = msr_read_counter(event); in msr_event_start() local
/Linux-v5.4/net/atm/
Dmpoa_caches.c229 time64_t now; in clear_count_and_expired() local
254 time64_t now; in check_resolving_entries() local
301 time64_t now; in refresh_entries() local
503 time64_t now; in clear_expired() local
/Linux-v5.4/tools/power/cpupower/bench/
Dbenchmark.c35 long long now, then; in calculate_timespace() local
81 long long now, then; in start_benchmark() local
/Linux-v5.4/arch/x86/platform/intel-mid/
Dintel_mid_vrtc.c56 void vrtc_get_time(struct timespec64 *now) in vrtc_get_time()
86 int vrtc_set_mmss(const struct timespec64 *now) in vrtc_set_mmss()
/Linux-v5.4/tools/cgroup/
Diocost_monitor.py113 def dict(self, now): argument
175 def dict(self, now, path): argument
248 now = time.time() variable
/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_unseal.c82 s32 now; in gss_verify_mic_v1() local
152 s32 now; in gss_verify_mic_v2() local
Dgss_krb5_wrap.c166 s32 now; in gss_wrap_kerberos_v1() local
271 s32 now; in gss_unwrap_kerberos_v1() local
442 s32 now; in gss_wrap_kerberos_v2() local
491 s32 now; in gss_unwrap_kerberos_v2() local
/Linux-v5.4/arch/x86/kernel/cpu/
Daperfmperf.c67 static bool aperfmperf_snapshot_cpu(int cpu, ktime_t now, bool wait) in aperfmperf_snapshot_cpu()
98 ktime_t now = ktime_get(); in arch_freq_prepare_all() local
/Linux-v5.4/tools/testing/selftests/networking/timestamping/
Dtimestamping.c120 struct timeval now; in sendpacket() local
143 struct timeval now; in printpacket() local
459 struct timeval now; in main() local
/Linux-v5.4/include/net/
Dbusy_poll.h78 unsigned long now = busy_loop_current_time(); in busy_loop_timeout() local
94 unsigned long now = busy_loop_current_time(); in sk_busy_loop_timeout() local
/Linux-v5.4/fs/jffs2/
Ddir.c230 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
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_marker.c78 u64 now; in vmw_marker_pull() local
109 u64 now; in vmw_fifo_lag() local
/Linux-v5.4/arch/s390/kernel/
Didle.c72 unsigned long long now, idle_time, idle_enter, idle_exit, in_idle; in show_idle_time() local
99 unsigned long long now, idle_enter, idle_exit, in_idle; in arch_cpu_idle_time() local

12345678910>>...19