Searched refs:timerqueue_head (Results 1 – 5 of 5) sorted by relevance
13 struct timerqueue_head { struct19 extern void timerqueue_add(struct timerqueue_head *head, argument21 extern void timerqueue_del(struct timerqueue_head *head,35 struct timerqueue_node *timerqueue_getnext(struct timerqueue_head *head) in timerqueue_getnext()45 static inline void timerqueue_init_head(struct timerqueue_head *head) in timerqueue_init_head()
199 struct timerqueue_head timerqueue;
149 struct timerqueue_head active;
39 void timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_add()72 void timerqueue_del(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_del()
39 struct timerqueue_head timerqueue;