Searched refs:timerqueue_head (Results 1 – 9 of 9) 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()
13 struct timerqueue_head { struct
43 struct timerqueue_head tqhead;
61 struct timerqueue_head *head;69 static inline bool cpu_timer_enqueue(struct timerqueue_head *head, in cpu_timer_enqueue()
52 struct timerqueue_head active;
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()
28 struct timerqueue_head *head = &rtc->timerqueue; in rtc_device_release()
46 struct timerqueue_head timerqueue;