Searched defs:rt_prio_queue (Results 1 – 1 of 1) sorted by relevance
20 struct rt_prio_queue { struct22 struct rt_prio_queue_item *head[RT_PRIO_QUEUE_PRIO_MAX]; argument23 struct rt_prio_queue_item *tail[RT_PRIO_QUEUE_PRIO_MAX]; argument31 rt_err_t rt_prio_queue_init(struct rt_prio_queue *que, argument