/kernel/time/ |
D | timer.c | 503 static inline unsigned int timer_get_idx(struct timer_list *timer) in timer_get_idx() 508 static inline void timer_set_idx(struct timer_list *timer, unsigned int idx) in timer_set_idx() 575 trigger_dyntick_cpu(struct timer_base *base, struct timer_list *timer) in trigger_dyntick_cpu() 604 static void enqueue_timer(struct timer_base *base, struct timer_list *timer, in enqueue_timer() 631 static void internal_add_timer(struct timer_base *base, struct timer_list *timer) in internal_add_timer() 665 struct timer_list *timer = addr; in timer_debug_hint() local 681 struct timer_list *timer = addr; in timer_is_static_object() local 693 struct timer_list *timer = addr; in timer_fixup_init() local 718 struct timer_list *timer = addr; in timer_fixup_activate() local 739 struct timer_list *timer = addr; in timer_fixup_free() local [all …]
|
D | hrtimer.c | 167 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer, in lock_hrtimer_base() 196 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target() 228 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base() 285 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in lock_hrtimer_base() 362 struct hrtimer *timer = addr; in hrtimer_fixup_init() local 396 struct hrtimer *timer = addr; in hrtimer_fixup_free() local 416 static inline void debug_hrtimer_init(struct hrtimer *timer) in debug_hrtimer_init() 421 static inline void debug_hrtimer_activate(struct hrtimer *timer, in debug_hrtimer_activate() 427 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) in debug_hrtimer_deactivate() 435 void hrtimer_init_on_stack(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init_on_stack() [all …]
|
D | posix-cpu-timers.c | 113 static inline struct task_struct *cpu_timer_task_rcu(struct k_itimer *timer) in cpu_timer_task_rcu() 122 static u64 bump_cpu_timer(struct k_itimer *timer, u64 now) in bump_cpu_timer() 416 static struct posix_cputimer_base *timer_base(struct k_itimer *timer, in timer_base() 433 static void trigger_base_recalc_expires(struct k_itimer *timer, in trigger_base_recalc_expires() 451 static void disarm_timer(struct k_itimer *timer, struct task_struct *p) in disarm_timer() 471 static int posix_cpu_timer_del(struct k_itimer *timer) in posix_cpu_timer_del() 556 static void arm_timer(struct k_itimer *timer, struct task_struct *p) in arm_timer() 583 static void cpu_timer_fire(struct k_itimer *timer) in cpu_timer_fire() 623 static int posix_cpu_timer_set(struct k_itimer *timer, int timer_flags, in posix_cpu_timer_set() 788 static void posix_cpu_timer_get(struct k_itimer *timer, struct itimerspec64 *itp) in posix_cpu_timer_get() [all …]
|
D | posix-timers.c | 79 struct k_itimer *timer; in __posix_timers_find() local 97 static int posix_timer_add(struct k_itimer *timer) in posix_timer_add() 245 struct hrtimer *timer = &timr->it.real.timer; in common_hrtimer_rearm() local 310 static enum hrtimer_restart posix_timer_fn(struct hrtimer *timer) in posix_timer_fn() 613 struct hrtimer *timer = &timr->it.real.timer; in common_hrtimer_remaining() local 620 struct hrtimer *timer = &timr->it.real.timer; in common_hrtimer_forward() local 786 struct hrtimer *timer = &timr->it.real.timer; in common_hrtimer_arm() local 818 static void common_timer_wait_running(struct k_itimer *timer) in common_timer_wait_running() 837 static struct k_itimer *timer_wait_running(struct k_itimer *timer, in timer_wait_running() 985 int common_timer_del(struct k_itimer *timer) in common_timer_del() [all …]
|
D | itimer.c | 29 static struct timespec64 itimer_get_remtime(struct hrtimer *timer) in itimer_get_remtime() 156 enum hrtimer_restart it_real_fn(struct hrtimer *timer) in it_real_fn() 210 struct hrtimer *timer; in do_setitimer() local
|
D | timer_list.c | 46 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer, in print_timer() 63 struct hrtimer *timer, tmp; in print_active_timers() local
|
D | ntp.c | 503 static enum hrtimer_restart sync_timer_callback(struct hrtimer *timer) in sync_timer_callback()
|
D | alarmtimer.c | 196 static enum hrtimer_restart alarmtimer_fired(struct hrtimer *timer) in alarmtimer_fired()
|
D | tick-sched.c | 1494 static enum hrtimer_restart tick_sched_timer(struct hrtimer *timer) in tick_sched_timer()
|
/kernel/sched/ |
D | idle.c | 323 struct hrtimer timer; member 327 static enum hrtimer_restart idle_inject_timer_fn(struct hrtimer *timer) in idle_inject_timer_fn()
|
D | deadline.c | 395 struct hrtimer *timer = &dl_se->inactive_timer; in task_non_contending() local 1048 struct hrtimer *timer = &dl_se->dl_timer; in start_dl_timer() local 1103 static enum hrtimer_restart dl_task_timer(struct hrtimer *timer) in dl_task_timer() 1212 struct hrtimer *timer = &dl_se->dl_timer; in init_dl_task_timer() local 1399 static enum hrtimer_restart inactive_task_timer(struct hrtimer *timer) in inactive_task_timer() 1443 struct hrtimer *timer = &dl_se->inactive_timer; in init_dl_inactive_task_timer() local
|
D | core.c | 807 static enum hrtimer_restart hrtick(struct hrtimer *timer) in hrtick() 826 struct hrtimer *timer = &rq->hrtick_timer; in __hrtick_restart() local 852 struct hrtimer *timer = &rq->hrtick_timer; in hrtick_start() local
|
D | rt.c | 72 static enum hrtimer_restart sched_rt_period_timer(struct hrtimer *timer) in sched_rt_period_timer()
|
D | fair.c | 6246 static enum hrtimer_restart sched_cfs_slack_timer(struct hrtimer *timer) in sched_cfs_slack_timer() 6258 static enum hrtimer_restart sched_cfs_period_timer(struct hrtimer *timer) in sched_cfs_period_timer()
|
/kernel/bpf/ |
D | helpers.c | 1108 struct hrtimer timer; member 1116 struct bpf_hrtimer *timer; member 1238 BPF_CALL_3(bpf_timer_init, struct bpf_async_kern *, timer, struct bpf_map *, map, in BPF_CALL_3() argument 1266 BPF_CALL_3(bpf_timer_set_callback, struct bpf_async_kern *, timer, void *, callback_fn, in BPF_CALL_3() argument 1319 BPF_CALL_3(bpf_timer_start, struct bpf_async_kern *, timer, u64, nsecs, u64, flags) in BPF_CALL_3() argument 1367 BPF_CALL_1(bpf_timer_cancel, struct bpf_async_kern *, timer) in BPF_CALL_1() argument 1442 struct bpf_async_kern *timer = val; in bpf_timer_cancel_and_free() local
|
/kernel/kcsan/ |
D | kcsan_test.c | 1452 static void access_thread_timer(struct timer_list *timer) in access_thread_timer() 1469 struct timer_list timer; in access_thread() local
|
/kernel/trace/ |
D | trace_osnoise.c | 237 struct hrtimer timer; member 1727 static enum hrtimer_restart timerlat_irq(struct hrtimer *timer) in timerlat_irq()
|
/kernel/ |
D | kthread.c | 1071 struct timer_list *timer = &dwork->timer; in __kthread_queue_delayed_work() local
|
D | workqueue.c | 1951 struct timer_list *timer = &dwork->timer; in __queue_delayed_work() local
|
/kernel/events/ |
D | core.c | 1103 struct hrtimer *timer = &cpc->hrtimer; in __perf_mux_hrtimer_init() local 1124 struct hrtimer *timer = &cpc->hrtimer; in perf_mux_hrtimer_restart() local 11380 int timer, cpu, ret; in perf_event_mux_interval_ms_store() local
|
/kernel/cgroup/ |
D | cgroup.c | 4180 static void cgroup_file_notify_timer(struct timer_list *timer) in cgroup_file_notify_timer()
|