Home
last modified time | relevance | path

Searched refs:tvec_base (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/time/
Dtimer.c80 struct tvec_base { struct
98 static DEFINE_PER_CPU(struct tvec_base, tvec_bases); argument
137 static inline struct tvec_base *get_target_base(struct tvec_base *base, in get_target_base()
145 static inline struct tvec_base *get_target_base(struct tvec_base *base, in get_target_base()
374 __internal_add_timer(struct tvec_base *base, struct timer_list *timer) in __internal_add_timer()
415 static void internal_add_timer(struct tvec_base *base, struct timer_list *timer) in internal_add_timer()
725 detach_expired_timer(struct timer_list *timer, struct tvec_base *base) in detach_expired_timer()
733 static int detach_if_pending(struct timer_list *timer, struct tvec_base *base, in detach_if_pending()
762 static struct tvec_base *lock_timer_base(struct timer_list *timer, in lock_timer_base()
768 struct tvec_base *base; in lock_timer_base()
[all …]
/linux-4.4.14/include/linux/
Dtimer.h10 struct tvec_base;