Searched refs:LIST_FOREACH_SAFE (Results 1 – 3 of 3) sorted by relevance
79 #ifndef LIST_FOREACH_SAFE80 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
50 #define LIST_FOREACH_SAFE LIST_FOREACH_MUTABLE macro131 LIST_FOREACH_SAFE(ent, areas, list, nxt) { in __area_delete()
67 #undef LIST_FOREACH_SAFE286 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro