Searched refs:DBL_LIST_FOR_EACH (Results 1 – 2 of 2) sorted by relevance
74 #define DBL_LIST_FOR_EACH(pos, head) for (pos = (head)->pNext; pos != (head); pos = (pos)->pNext) macro
435 DBL_LIST_FOR_EACH(lnk, head) { in eph_find()