Searched refs:posOfList (Results 1 – 1 of 1) sorted by relevance
89 #define LIST_FOR_EACH(posOfList, listObject, typeOfList, field) … argument90 …for ((posOfList) = LIST_COMPONENT((listObject)->next, typeOfList, field); &(posOfList)->field != (…91 (posOfList) = LIST_COMPONENT((posOfList)->field.next, typeOfList, field))