Searched refs:LL_FOREACH (Results 1 – 3 of 3) sorted by relevance
110 #define LL_FOREACH(head, el) for (el = head; el; el = el->next) macro117 LL_FOREACH (head, out) \124 LL_FOREACH (head, out) { \134 LL_FOREACH (head, out) \
12 - 'LL_FOREACH'
75 - 'LL_FOREACH'