| /kernel/time/ |
| D | hrtimer.c | 140 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer, in lock_hrtimer_base() 166 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target() 212 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base() 264 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in lock_hrtimer_base() 340 struct hrtimer *timer = addr; in hrtimer_fixup_init() local 374 struct hrtimer *timer = addr; in hrtimer_fixup_free() local 394 static inline void debug_hrtimer_init(struct hrtimer *timer) in debug_hrtimer_init() 399 static inline void debug_hrtimer_activate(struct hrtimer *timer) in debug_hrtimer_activate() 404 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) in debug_hrtimer_deactivate() 409 static inline void debug_hrtimer_free(struct hrtimer *timer) in debug_hrtimer_free() [all …]
|
| D | timer.c | 456 static inline unsigned int timer_get_idx(struct timer_list *timer) in timer_get_idx() 461 static inline void timer_set_idx(struct timer_list *timer, unsigned int idx) in timer_set_idx() 517 static void enqueue_timer(struct timer_base *base, struct timer_list *timer, in enqueue_timer() 526 __internal_add_timer(struct timer_base *base, struct timer_list *timer) in __internal_add_timer() 535 trigger_dyntick_cpu(struct timer_base *base, struct timer_list *timer) in trigger_dyntick_cpu() 571 internal_add_timer(struct timer_base *base, struct timer_list *timer) in internal_add_timer() 588 struct timer_list *timer = addr; in timer_is_static_object() local 600 struct timer_list *timer = addr; in timer_fixup_init() local 625 struct timer_list *timer = addr; in timer_fixup_activate() local 646 struct timer_list *timer = addr; in timer_fixup_free() local [all …]
|
| D | posix-cpu-timers.c | 64 static void bump_cpu_timer(struct k_itimer *timer, u64 now) in bump_cpu_timer() 370 static int posix_cpu_timer_del(struct k_itimer *timer) in posix_cpu_timer_del() 407 struct cpu_timer_list *timer, *next; in cleanup_timers_list() local 449 static void arm_timer(struct k_itimer *timer) in arm_timer() 508 static void cpu_timer_fire(struct k_itimer *timer) in cpu_timer_fire() 573 static int posix_cpu_timer_set(struct k_itimer *timer, int timer_flags, in posix_cpu_timer_set() 717 static void posix_cpu_timer_get(struct k_itimer *timer, struct itimerspec64 *itp) in posix_cpu_timer_get() 991 static void posix_cpu_timer_rearm(struct k_itimer *timer) in posix_cpu_timer_rearm() 1126 struct k_itimer *timer, *next; in run_posix_cpu_timers() local 1237 struct k_itimer timer; in do_cpu_nanosleep() local [all …]
|
| D | posix-timers.c | 151 struct k_itimer *timer; in __posix_timers_find() local 168 static int posix_timer_add(struct k_itimer *timer) in posix_timer_add() 299 struct hrtimer *timer = &timr->it.real.timer; in common_hrtimer_rearm() local 375 static enum hrtimer_restart posix_timer_fn(struct hrtimer *timer) in posix_timer_fn() 649 struct hrtimer *timer = &timr->it.real.timer; in common_hrtimer_remaining() local 656 struct hrtimer *timer = &timr->it.real.timer; in common_hrtimer_forward() local 807 struct hrtimer *timer = &timr->it.real.timer; in common_hrtimer_arm() local 959 int common_timer_del(struct k_itimer *timer) in common_timer_del() 970 static inline int timer_delete_hook(struct k_itimer *timer) in timer_delete_hook() 982 struct k_itimer *timer; in SYSCALL_DEFINE1() local [all …]
|
| D | itimer.c | 31 static struct timeval itimer_get_remtime(struct hrtimer *timer) in itimer_get_remtime() 138 enum hrtimer_restart it_real_fn(struct hrtimer *timer) in it_real_fn() 194 struct hrtimer *timer; in do_setitimer() local
|
| D | timer_list.c | 63 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer, in print_timer() 83 struct hrtimer *timer, tmp; in print_active_timers() local
|
| D | alarmtimer.c | 202 static enum hrtimer_restart alarmtimer_fired(struct hrtimer *timer) in alarmtimer_fired()
|
| D | tick-sched.c | 1308 static enum hrtimer_restart tick_sched_timer(struct hrtimer *timer) in tick_sched_timer()
|
| /kernel/sched/ |
| D | idle.c | 305 struct hrtimer timer; member 309 static enum hrtimer_restart idle_inject_timer_fn(struct hrtimer *timer) in idle_inject_timer_fn()
|
| D | deadline.c | 210 struct hrtimer *timer = &dl_se->inactive_timer; in task_non_contending() local 858 struct hrtimer *timer = &dl_se->dl_timer; in start_dl_timer() local 913 static enum hrtimer_restart dl_task_timer(struct hrtimer *timer) in dl_task_timer() 1022 struct hrtimer *timer = &dl_se->dl_timer; in init_dl_task_timer() local 1193 static enum hrtimer_restart inactive_task_timer(struct hrtimer *timer) in inactive_task_timer() 1237 struct hrtimer *timer = &dl_se->inactive_timer; in init_dl_inactive_task_timer() local
|
| D | core.c | 251 static enum hrtimer_restart hrtick(struct hrtimer *timer) in hrtick() 270 struct hrtimer *timer = &rq->hrtick_timer; in __hrtick_restart() local 296 struct hrtimer *timer = &rq->hrtick_timer; in hrtick_start() local
|
| D | rt.c | 22 static enum hrtimer_restart sched_rt_period_timer(struct hrtimer *timer) in sched_rt_period_timer()
|
| D | fair.c | 4891 static enum hrtimer_restart sched_cfs_slack_timer(struct hrtimer *timer) in sched_cfs_slack_timer() 4903 static enum hrtimer_restart sched_cfs_period_timer(struct hrtimer *timer) in sched_cfs_period_timer()
|
| /kernel/ |
| D | softirq.c | 600 static enum hrtimer_restart __hrtimer_tasklet_trampoline(struct hrtimer *timer) in __hrtimer_tasklet_trampoline()
|
| D | kthread.c | 844 struct timer_list *timer = &dwork->timer; in __kthread_queue_delayed_work() local
|
| D | workqueue.c | 1531 struct timer_list *timer = &dwork->timer; in __queue_delayed_work() local
|
| /kernel/events/ |
| D | core.c | 1054 struct hrtimer *timer = &cpuctx->hrtimer; in __perf_mux_hrtimer_init() local 1079 struct hrtimer *timer = &cpuctx->hrtimer; in perf_mux_hrtimer_restart() local 9101 int timer, cpu, ret; in perf_event_mux_interval_ms_store() local
|