Searched refs:timerqueue_head (Results 1 – 7 of 7) 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()
72 struct timerqueue_head *head;78 static inline bool cpu_timer_enqueue(struct timerqueue_head *head, in cpu_timer_enqueue()110 struct timerqueue_head tqhead;
104 struct timerqueue_head timerqueue;
165 struct timerqueue_head active;
27 bool timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_add()63 bool timerqueue_del(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_del()
455 static void cleanup_timerqueue(struct timerqueue_head *head) in cleanup_timerqueue()768 static u64 collect_timerqueue(struct timerqueue_head *head, in collect_timerqueue()
46 struct timerqueue_head timerqueue;