Searched refs:__listB (Results 1 – 1 of 1) sorted by relevance
136 #define DLLIST_MERGE(__listA, __listB, ty) \ argument138 ty prevB = (__listB)->prev; \139 (__listA)->prev->next = (__listB); \140 (__listB)->prev->next = (__listA); \141 (__listB)->prev = (__listA)->prev; \