/kernel/time/ |
D | timer.c | 506 static inline unsigned int timer_get_idx(struct timer_list *timer) in timer_get_idx() 511 static inline void timer_set_idx(struct timer_list *timer, unsigned int idx) in timer_set_idx() 578 trigger_dyntick_cpu(struct timer_base *base, struct timer_list *timer) in trigger_dyntick_cpu() 607 static void enqueue_timer(struct timer_base *base, struct timer_list *timer, in enqueue_timer() 634 static void internal_add_timer(struct timer_base *base, struct timer_list *timer) in internal_add_timer() 668 struct timer_list *timer = addr; in timer_debug_hint() local 684 struct timer_list *timer = addr; in timer_is_static_object() local 696 struct timer_list *timer = addr; in timer_fixup_init() local 721 struct timer_list *timer = addr; in timer_fixup_activate() local 742 struct timer_list *timer = addr; in timer_fixup_free() local [all …]
|
D | hrtimer.c | 165 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer, in lock_hrtimer_base() 193 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target() 225 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base() 282 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in lock_hrtimer_base() 358 struct hrtimer *timer = addr; in hrtimer_fixup_init() local 392 struct hrtimer *timer = addr; in hrtimer_fixup_free() local 412 static inline void debug_hrtimer_init(struct hrtimer *timer) in debug_hrtimer_init() 417 static inline void debug_hrtimer_activate(struct hrtimer *timer, in debug_hrtimer_activate() 423 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) in debug_hrtimer_deactivate() 431 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() 417 static struct posix_cputimer_base *timer_base(struct k_itimer *timer, in timer_base() 434 static void trigger_base_recalc_expires(struct k_itimer *timer, in trigger_base_recalc_expires() 452 static void disarm_timer(struct k_itimer *timer, struct task_struct *p) in disarm_timer() 472 static int posix_cpu_timer_del(struct k_itimer *timer) in posix_cpu_timer_del() 557 static void arm_timer(struct k_itimer *timer, struct task_struct *p) in arm_timer() 584 static void cpu_timer_fire(struct k_itimer *timer) in cpu_timer_fire() 624 static int posix_cpu_timer_set(struct k_itimer *timer, int timer_flags, in posix_cpu_timer_set() 789 static void posix_cpu_timer_get(struct k_itimer *timer, struct itimerspec64 *itp) in posix_cpu_timer_get() [all …]
|
D | posix-timers.c | 122 struct k_itimer *timer; in __posix_timers_find() local 140 static int posix_timer_add(struct k_itimer *timer) in posix_timer_add() 295 struct hrtimer *timer = &timr->it.real.timer; in common_hrtimer_rearm() local 366 static enum hrtimer_restart posix_timer_fn(struct hrtimer *timer) in posix_timer_fn() 642 struct hrtimer *timer = &timr->it.real.timer; in common_hrtimer_remaining() local 649 struct hrtimer *timer = &timr->it.real.timer; in common_hrtimer_forward() local 796 struct hrtimer *timer = &timr->it.real.timer; in common_hrtimer_arm() local 828 static void common_timer_wait_running(struct k_itimer *timer) in common_timer_wait_running() 839 static struct k_itimer *timer_wait_running(struct k_itimer *timer, in timer_wait_running() 987 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 | 197 static enum hrtimer_restart alarmtimer_fired(struct hrtimer *timer) in alarmtimer_fired()
|
D | tick-sched.c | 1492 static enum hrtimer_restart tick_sched_timer(struct hrtimer *timer) in tick_sched_timer()
|
/kernel/bpf/ |
D | helpers.c | 1089 struct hrtimer timer; member 1099 struct bpf_hrtimer *timer; member 1148 BPF_CALL_3(bpf_timer_init, struct bpf_timer_kern *, timer, struct bpf_map *, map, in BPF_CALL_3() argument 1215 BPF_CALL_3(bpf_timer_set_callback, struct bpf_timer_kern *, timer, void *, callback_fn, in BPF_CALL_3() argument 1268 BPF_CALL_3(bpf_timer_start, struct bpf_timer_kern *, timer, u64, nsecs, u64, flags) in BPF_CALL_3() argument 1309 BPF_CALL_1(bpf_timer_cancel, struct bpf_timer_kern *, timer) in BPF_CALL_1() argument 1354 struct bpf_timer_kern *timer = val; in bpf_timer_cancel_and_free() local
|
/kernel/sched/ |
D | idle.c | 344 struct hrtimer timer; member 348 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 1055 struct hrtimer *timer = &dl_se->dl_timer; in start_dl_timer() local 1110 static enum hrtimer_restart dl_task_timer(struct hrtimer *timer) in dl_task_timer() 1219 struct hrtimer *timer = &dl_se->dl_timer; in init_dl_task_timer() local 1410 static enum hrtimer_restart inactive_task_timer(struct hrtimer *timer) in inactive_task_timer() 1454 struct hrtimer *timer = &dl_se->inactive_timer; in init_dl_inactive_task_timer() local
|
D | rt.c | 72 static enum hrtimer_restart sched_rt_period_timer(struct hrtimer *timer) in sched_rt_period_timer()
|
D | core.c | 786 static enum hrtimer_restart hrtick(struct hrtimer *timer) in hrtick() 805 struct hrtimer *timer = &rq->hrtick_timer; in __hrtick_restart() local 831 struct hrtimer *timer = &rq->hrtick_timer; in hrtick_start() local
|
D | fair.c | 5808 static enum hrtimer_restart sched_cfs_slack_timer(struct hrtimer *timer) in sched_cfs_slack_timer() 5820 static enum hrtimer_restart sched_cfs_period_timer(struct hrtimer *timer) in sched_cfs_period_timer()
|
/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 | 214 struct hrtimer timer; member 1512 static enum hrtimer_restart timerlat_irq(struct hrtimer *timer) in timerlat_irq()
|
/kernel/ |
D | kthread.c | 1063 struct timer_list *timer = &dwork->timer; in __kthread_queue_delayed_work() local
|
D | workqueue.c | 1660 struct timer_list *timer = &dwork->timer; in __queue_delayed_work() local
|
/kernel/events/ |
D | core.c | 1092 struct hrtimer *timer = &cpuctx->hrtimer; in __perf_mux_hrtimer_init() local 1117 struct hrtimer *timer = &cpuctx->hrtimer; in perf_mux_hrtimer_restart() local 11177 int timer, cpu, ret; in perf_event_mux_interval_ms_store() local
|
/kernel/cgroup/ |
D | cgroup.c | 4197 static void cgroup_file_notify_timer(struct timer_list *timer) in cgroup_file_notify_timer()
|