Searched refs:timerqueue_head (Results 1 – 10 of 10) sorted by relevance
8 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()
56 struct timerqueue_head *head;64 static inline bool cpu_timer_enqueue(struct timerqueue_head *head, in cpu_timer_enqueue()
13 struct timerqueue_head { struct
43 struct timerqueue_head tqhead;
107 struct timerqueue_head timerqueue;
35 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()
66 struct timerqueue_head events;
521 static void cleanup_timerqueue(struct timerqueue_head *head) in cleanup_timerqueue()800 static u64 collect_timerqueue(struct timerqueue_head *head, in collect_timerqueue()
46 struct timerqueue_head timerqueue;
28 struct timerqueue_head *head = &rtc->timerqueue; in rtc_device_release()