Searched refs:timerqueue_head (Results 1 – 5 of 5) sorted by relevance
14 struct timerqueue_head { struct20 extern bool timerqueue_add(struct timerqueue_head *head, argument22 extern bool timerqueue_del(struct timerqueue_head *head,36 struct timerqueue_node *timerqueue_getnext(struct timerqueue_head *head) in timerqueue_getnext()46 static inline void timerqueue_init_head(struct timerqueue_head *head) in timerqueue_init_head()
122 struct timerqueue_head timerqueue;
156 struct timerqueue_head active;
40 bool timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_add()77 bool timerqueue_del(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_del()
47 struct timerqueue_head timerqueue;