Searched refs:_list1 (Results 1 – 1 of 1) sorted by relevance
342 #define ECORE_LIST_SPLICE_INIT(_list1, _list2) \ argument344 (_list1)->tail->next = (_list2)->head; \346 (_list2)->head->prev = (_list1)->tail; \348 (_list2)->tail = (_list1)->tail; \350 (_list2)->head = (_list1)->head; \351 (_list2)->cnt += (_list1)->cnt; \352 (_list1)->head = NULL; \353 (_list1)->tail = NULL; \354 (_list1)->cnt = 0; \