Searched refs:SLIST_END (Results 1 – 3 of 3) sorted by relevance
109 #define SLIST_END(head) NULL macro110 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))115 (var) != SLIST_END(head); \122 SLIST_FIRST(head) = SLIST_END(head); \
119 #define SLIST_END(head) NULL macro125 (var) != SLIST_END(head); \130 (var) != SLIST_END(head) && \138 (head)->slh_first = SLIST_END(head); \
766 #define SLIST_END(head) NULL