Searched refs:timerqueue_head (Results 1 – 8 of 8) sorted by relevance
14 struct timerqueue_head { struct19 extern bool timerqueue_add(struct timerqueue_head *head, argument21 extern bool timerqueue_del(struct timerqueue_head *head,34 struct timerqueue_node *timerqueue_getnext(struct timerqueue_head *head) in timerqueue_getnext()56 static inline void timerqueue_init_head(struct timerqueue_head *head) in timerqueue_init_head()
73 struct timerqueue_head *head;80 static inline bool cpu_timer_enqueue(struct timerqueue_head *head, in cpu_timer_enqueue()119 struct timerqueue_head tqhead;
107 struct timerqueue_head timerqueue;
165 struct timerqueue_head active;
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()
29 struct timerqueue_head *head = &rtc->timerqueue; in rtc_device_release()
512 static void cleanup_timerqueue(struct timerqueue_head *head) in cleanup_timerqueue()832 static u64 collect_timerqueue(struct timerqueue_head *head, in collect_timerqueue()
46 struct timerqueue_head timerqueue;