Searched refs:timerqueue_head (Results 1 – 6 of 6) 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;
53 struct timerqueue_head active;
61 struct timerqueue_head *head;69 static inline bool cpu_timer_enqueue(struct timerqueue_head *head, in cpu_timer_enqueue()
107 struct timerqueue_head timerqueue;
Completed in 9 milliseconds