Home
last modified time | relevance | path

Searched refs:timerqueue_head (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Dtimerqueue.h8 extern bool timerqueue_add(struct timerqueue_head *head,
10 extern bool timerqueue_del(struct timerqueue_head *head,
23 struct timerqueue_node *timerqueue_getnext(struct timerqueue_head *head) in timerqueue_getnext()
40 static inline void timerqueue_init_head(struct timerqueue_head *head) in timerqueue_init_head()
H A Dposix-timers.h56 struct timerqueue_head *head;
64 static inline bool cpu_timer_enqueue(struct timerqueue_head *head, in cpu_timer_enqueue()
H A Dtimerqueue_types.h13 struct timerqueue_head { struct
H A Dposix-timers_types.h43 struct timerqueue_head tqhead;
H A Drtc.h107 struct timerqueue_head timerqueue;
/linux/lib/
H A Dtimerqueue.c35 bool timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_add()
53 bool timerqueue_del(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_del()
/linux/kernel/time/
H A Dtimer_migration.h66 struct timerqueue_head events;
H A Dposix-cpu-timers.c521 static void cleanup_timerqueue(struct timerqueue_head *head) in cleanup_timerqueue()
800 static u64 collect_timerqueue(struct timerqueue_head *head, in collect_timerqueue()
H A Dalarmtimer.c46 struct timerqueue_head timerqueue;
/linux/drivers/rtc/
H A Dclass.c28 struct timerqueue_head *head = &rtc->timerqueue; in rtc_device_release()