Searched refs:SLIST_FIRST (Results 1 – 2 of 2) sorted by relevance
127 #define SLIST_FIRST(head) ((head)->slh_first) macro130 for ((var) = SLIST_FIRST((head)); \135 SLIST_FIRST((head)) = NULL; \144 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \145 SLIST_FIRST((head)) = (elm); \151 if (SLIST_FIRST((head)) == (elm)) { \155 struct type *curelm = SLIST_FIRST((head)); \164 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
48 #undef SLIST_FIRST195 #define SLIST_FIRST(head) ((head)->slh_first) macro197 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))201 for((var) = SLIST_FIRST(head); \206 for ((var) = SLIST_FIRST(head); \214 SLIST_FIRST(head) = SLIST_END(head); \