Searched refs:prev_item (Results 1 – 2 of 2) sorted by relevance
152 void XMC_LIST_Insert(XMC_LIST_t *list, void *prev_item, void *new_item) in XMC_LIST_Insert() argument154 if (prev_item == NULL) in XMC_LIST_Insert()161 ((struct list *)new_item)->next = ((struct list *)prev_item)->next; in XMC_LIST_Insert()162 ((struct list *)prev_item)->next = (struct list *)new_item; in XMC_LIST_Insert()
245 void XMC_LIST_Insert(XMC_LIST_t *list, void *prev_item, void *new_item);