Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 12 of 12) sorted by relevance

/kernel/
Dhrtimer.c174 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer, in lock_hrtimer_base()
196 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base) in switch_hrtimer_base()
229 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) in lock_hrtimer_base()
345 struct hrtimer *timer = addr; in hrtimer_fixup_init() local
384 struct hrtimer *timer = addr; in hrtimer_fixup_free() local
403 static inline void debug_hrtimer_init(struct hrtimer *timer) in debug_hrtimer_init()
408 static inline void debug_hrtimer_activate(struct hrtimer *timer) in debug_hrtimer_activate()
413 static inline void debug_hrtimer_deactivate(struct hrtimer *timer) in debug_hrtimer_deactivate()
418 static inline void debug_hrtimer_free(struct hrtimer *timer) in debug_hrtimer_free()
426 void hrtimer_init_on_stack(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init_on_stack()
[all …]
Dtimer.c102 static inline void timer_set_deferrable(struct timer_list *timer) in timer_set_deferrable()
109 timer_set_base(struct timer_list *timer, struct tvec_base *new_base) in timer_set_base()
317 struct timer_list *timer) in set_running_timer()
324 static void internal_add_timer(struct tvec_base *base, struct timer_list *timer) in internal_add_timer()
367 void __timer_stats_timer_set_start_info(struct timer_list *timer, void *addr) in __timer_stats_timer_set_start_info()
377 static void timer_stats_account_timer(struct timer_list *timer) in timer_stats_account_timer()
389 static void timer_stats_account_timer(struct timer_list *timer) {} in timer_stats_account_timer()
402 struct timer_list *timer = addr; in timer_fixup_init() local
421 struct timer_list *timer = addr; in timer_fixup_activate() local
455 struct timer_list *timer = addr; in timer_fixup_free() local
[all …]
Dposix-cpu-timers.c123 static void bump_cpu_timer(struct k_itimer *timer, in bump_cpu_timer()
436 int posix_cpu_timer_del(struct k_itimer *timer) in posix_cpu_timer_del()
476 struct cpu_timer_list *timer, *next; in cleanup_timers() local
531 static void clear_dead_task(struct k_itimer *timer, union cpu_time_count now) in clear_dead_task()
549 static void arm_timer(struct k_itimer *timer, union cpu_time_count now) in arm_timer()
658 static void cpu_timer_fire(struct k_itimer *timer) in cpu_timer_fire()
717 int posix_cpu_timer_set(struct k_itimer *timer, int flags, in posix_cpu_timer_set()
872 void posix_cpu_timer_get(struct k_itimer *timer, struct itimerspec *itp) in posix_cpu_timer_get()
1233 void posix_cpu_timer_schedule(struct k_itimer *timer) in posix_cpu_timer_schedule()
1385 struct k_itimer *timer, *next; in run_posix_cpu_timers() local
[all …]
Dposix-timers.c274 struct hrtimer *timer = &timr->it.real.timer; in schedule_next_timer() local
356 static enum hrtimer_restart posix_timer_fn(struct hrtimer *timer) in posix_timer_fn()
625 struct hrtimer *timer = &timr->it.real.timer; in common_timer_get() local
715 struct hrtimer *timer = &timr->it.real.timer; in common_timer_set() local
801 static inline int common_timer_del(struct k_itimer *timer) in common_timer_del()
810 static inline int timer_delete_hook(struct k_itimer *timer) in timer_delete_hook()
818 struct k_itimer *timer; in SYSCALL_DEFINE1() local
848 static void itimer_delete(struct k_itimer *timer) in itimer_delete()
Ditimer.c26 static struct timeval itimer_get_remtime(struct hrtimer *timer) in itimer_get_remtime()
121 enum hrtimer_restart it_real_fn(struct hrtimer *timer) in it_real_fn()
140 struct hrtimer *timer; in do_setitimer() local
Dworkqueue.c237 struct timer_list *timer = &dwork->timer; in queue_delayed_work_on() local
555 struct timer_list* timer) in __cancel_work_timer()
Dacct.c91 struct timer_list timer; member
Dsched.c183 static enum hrtimer_restart sched_rt_period_timer(struct hrtimer *timer) in sched_rt_period_timer()
1053 static enum hrtimer_restart hrtick(struct hrtimer *timer) in hrtick()
1088 struct hrtimer *timer = &rq->hrtick_timer; in hrtick_start() local
/kernel/time/
Dtimer_list.c50 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer, in print_timer()
80 struct hrtimer *timer, tmp; in print_active_timers() local
Dtimer_stats.c62 void *timer; member
234 void timer_stats_update_stats(void *timer, pid_t pid, void *startf, in timer_stats_update_stats()
Dntp.c130 static enum hrtimer_restart ntp_leap_second(struct hrtimer *timer) in ntp_leap_second()
Dtick-sched.c627 static enum hrtimer_restart tick_sched_timer(struct hrtimer *timer) in tick_sched_timer()