Searched refs:rt_slist_node (Results 1 – 2 of 2) sorted by relevance
135 struct rt_slist_node struct137 struct rt_slist_node *next; /**< point to next node. */ argument139 typedef struct rt_slist_node rt_slist_t; /**< Type for single list. */
199 struct rt_slist_node *node; in rt_slist_append()230 struct rt_slist_node *node = l; in rt_slist_pop()236 ((struct rt_slist_node *)l)->next = node->next; in rt_slist_pop()246 struct rt_slist_node *node = l; in rt_slist_remove()
Completed in 7 milliseconds