Searched refs:__listA (Results 1 – 1 of 1) sorted by relevance
132 #define DLLIST_MERGE(__listA, __listB, ty) \ argument135 (__listA)->prev->next = (__listB); \136 (__listB)->prev->next = (__listA); \137 (__listB)->prev = (__listA)->prev; \138 (__listA)->prev = prevB; \