Searched defs:LIST_FOR_EACH_SAFE (Results 1 – 3 of 3) sorted by relevance
109 #define LIST_FOR_EACH_SAFE(pos, tmp, head) \ macro
85 #define LIST_FOR_EACH_SAFE(pos, n, list) \ macro
136 #define LIST_FOR_EACH_SAFE(item, nextItem, list) \ macro