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