Home
last modified time | relevance | path

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

12345678910>>...26

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_pm_metrics.c59 ktime_t now; in mali_pm_record_job_status() local
75 ktime_t now; in mali_pm_record_gpu_idle() local
126 ktime_t now; in mali_pm_record_gpu_active() local
174 static void mali_pm_get_dvfs_utilisation_calc(struct mali_device *mdev, ktime_t now) in mali_pm_get_dvfs_utilisation_calc()
190 static void mali_pm_reset_dvfs_utilisation_unlocked(struct mali_device *mdev, ktime_t now) in mali_pm_reset_dvfs_utilisation_unlocked()
219 ktime_t now = ktime_get(); in mali_pm_get_dvfs_utilisation() local
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtick-sched.c55 static void tick_do_update_jiffies64(ktime_t now) in tick_do_update_jiffies64()
123 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer()
529 static void tick_nohz_update_jiffies(ktime_t now) in tick_nohz_update_jiffies()
546 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats()
564 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle()
596 ktime_t now, idle; in get_cpu_idle_time_us() local
637 ktime_t now, iowait; in get_cpu_iowait_time_us() local
660 static void tick_nohz_restart(struct tick_sched *ts, ktime_t now) in tick_nohz_restart()
861 static void tick_nohz_restart_sched_tick(struct tick_sched *ts, ktime_t now) in tick_nohz_restart_sched_tick()
1092 ktime_t now = ts->idle_entrytime; in tick_nohz_get_sleep_length() local
[all …]
H A 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()
285 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header()
295 u64 now = ktime_to_ns(ktime_get()); in sysrq_timer_list_show() local
H A Dtimekeeping_internal.h19 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()
H A 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()
722 ktime_t now) in alarmtimer_nsleep_wakeup()
836 ktime_t now = alarm_bases[type].get_ktime(); in alarm_timer_nsleep() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_pm_metrics.c128 ktime_t now) in kbase_pm_get_dvfs_utilisation_calc()
163 ktime_t now) in kbase_pm_reset_dvfs_utilisation_unlocked()
192 ktime_t now = ktime_get(); in kbase_pm_get_dvfs_utilisation() local
225 ktime_t now) in kbase_pm_get_dvfs_utilisation_old()
284 ktime_t now; in kbase_pm_get_dvfs_action() local
384 ktime_t now; in kbase_pm_metrics_update() local
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dpelt.c259 ___update_load_sum(u64 now, struct sched_avg *sa, in ___update_load_sum()
374 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se) in __update_load_avg_blocked_se()
386 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se()
400 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq) in __update_load_avg_cfs_rq()
426 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg()
452 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg()
483 int update_thermal_load_avg(u64 now, struct rq *rq, u64 capacity) in update_thermal_load_avg()
H A Dpelt.h19 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()
H A Dpsi.c252 u64 now, state_start; in get_recent_times() local
367 static u64 update_averages(struct psi_group *group, u64 now) in update_averages()
426 u64 now; in psi_avgs_work() local
456 static void window_reset(struct psi_window *win, u64 now, u64 value, in window_reset()
475 static u64 window_update(struct psi_window *win, u64 now, u64 value) in window_update()
501 static void init_triggers(struct psi_group *group, u64 now) in init_triggers()
513 static u64 update_triggers(struct psi_group *group, u64 now) in update_triggers()
596 u64 now; in psi_poll_work() local
701 u64 now; in record_times() local
1080 u64 now; in psi_show() local
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A 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 …]
/OK3568_Linux_fs/external/xserver/os/
H A DWaitFor.c129 CARD32 now = GetTimeInMillis(); in check_timers() local
255 CARD32 now; in CheckAllTimers() local
271 DoTimer(OsTimerPtr timer, CARD32 now) in DoTimer()
282 DoTimers(CARD32 now) in DoTimers()
300 CARD32 now = GetTimeInMillis(); in TimerSet() local
435 ScreenSaverTimeoutExpire(OsTimerPtr timer, CARD32 now, void *arg) in ScreenSaverTimeoutExpire()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/
H A Drve_job.c45 static void rve_scheduler_set_pid_info(struct rve_job *job, ktime_t now) in rve_scheduler_set_pid_info()
105 ktime_t now = ktime_get(); in rve_job_cleanup() local
271 ktime_t now = ktime_get(); in rve_job_finish_and_next() local
301 ktime_t now = ktime_get(); in rve_job_done() local
347 ktime_t now = ktime_get(); in rve_job_timeout_clean() local
449 ktime_t now; in rve_job_wait() local
488 ktime_t now; in rve_job_input_fence_signaled() local
941 ktime_t now = ktime_get(); in rve_internal_ctx_kref_release() local
/OK3568_Linux_fs/kernel/net/rxrpc/
H A 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; in rxrpc_resend() local
292 unsigned long now, next, t; in rxrpc_process_call() local
/OK3568_Linux_fs/u-boot/arch/nds32/cpu/n1213/ag101/
H A Dtimer.c97 ulong now = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked() local
99 ulong now = readl(&tmr->timer3_counter) / in get_timer_masked() local
156 unsigned long now, last = readl(&tmr->timer3_counter); in __udelay() local
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Ddomain_governor.c122 static void update_domain_next_wakeup(struct generic_pm_domain *genpd, ktime_t now) in update_domain_next_wakeup()
158 unsigned int state, ktime_t now) in next_wakeup_allows_state()
265 static bool _default_power_down_ok(struct dev_pm_domain *pd, ktime_t now) in _default_power_down_ok()
347 ktime_t now = ktime_get(); in cpu_power_down_ok() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A 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()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_IDLETIMER.c172 unsigned long now = jiffies; in idletimer_tg_show() local
228 unsigned long time_diff, now = jiffies; in idletimer_resume() local
276 ktime_t now) in idletimer_tg_alarmproc()
449 unsigned long now = jiffies; in reset_timer() local
487 unsigned long now = jiffies; in idletimer_tg_target() local
513 unsigned long now = jiffies; in idletimer_tg_target_v1() local
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbAccessX.c283 AccessXKRGExpire(OsTimerPtr timer, CARD32 now, void *arg) in AccessXKRGExpire()
313 AccessXRepeatKeyExpire(OsTimerPtr timer, CARD32 now, void *arg) in AccessXRepeatKeyExpire()
336 AccessXSlowKeyExpire(OsTimerPtr timer, CARD32 now, void *arg) in AccessXSlowKeyExpire()
383 AccessXBounceKeyExpire(OsTimerPtr timer, CARD32 now, void *arg) in AccessXBounceKeyExpire()
392 AccessXTimeoutExpire(OsTimerPtr timer, CARD32 now, void *arg) in AccessXTimeoutExpire()
480 CARD32 now = GetTimeInMillis(); in AccessXFilterPressEvent() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddiscard.c159 u64 now) in find_next_block_group()
202 int *discard_index, u64 now) in peek_discard_list()
332 u64 now, bool override) in __btrfs_discard_schedule_work()
386 const u64 now = ktime_get_ns(); in btrfs_discard_schedule_work() local
434 u64 now = ktime_get_ns(); in btrfs_discard_workfn() local
/OK3568_Linux_fs/kernel/block/
H A Dblk-iocost.c560 u64 now; member
946 static void ioc_refresh_vrate(struct ioc *ioc, struct ioc_now *now) in ioc_refresh_vrate()
977 static void ioc_now(struct ioc *ioc, struct ioc_now *now) in ioc_now()
1000 static void ioc_start_period(struct ioc *ioc, struct ioc_now *now) in ioc_start_period()
1019 bool save, struct ioc_now *now) in __propagate_weights()
1094 bool save, struct ioc_now *now) in propagate_weights()
1180 static void weight_updated(struct ioc_gq *iocg, struct ioc_now *now) in weight_updated()
1195 static bool iocg_activate(struct ioc_gq *iocg, struct ioc_now *now) in iocg_activate()
1280 static bool iocg_kick_delay(struct ioc_gq *iocg, struct ioc_now *now) in iocg_kick_delay()
1338 struct ioc_now *now) in iocg_incur_debt()
[all …]
/OK3568_Linux_fs/kernel/net/dccp/ccids/
H A 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
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Dinterface.c215 struct rtc_time before, now; in __rtc_read_alarm() local
412 time64_t now, scheduled; in __rtc_set_alarm() local
486 struct rtc_time now; in rtc_initialize_alarm() local
571 ktime_t now, onesec; in rtc_update_irq_enable() local
809 ktime_t now; in rtc_timer_enqueue() local
907 ktime_t now; in rtc_timer_do_work() local
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dtimer.c59 unsigned long now, last = readl(&timer_base->tcrr); in __udelay() local
74 ulong now = readl(&timer_base->tcrr) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked() local
/OK3568_Linux_fs/kernel/net/atm/
H A 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
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_pm_metrics.c209 ktime_t now; in kbase_pm_get_dvfs_utilisation_calc() local
315 ktime_t now) in kbase_pm_get_dvfs_utilisation_calc()
510 ktime_t now; in kbase_pm_metrics_update() local

12345678910>>...26