Home
last modified time | relevance | path

Searched refs:SLIST_END (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h186 #define SLIST_END(head) NULL macro
188 #define SLIST_EMPTY(head) ((head)->slh_first == SLIST_END(head))
192 (var) != SLIST_END(head); \
197 (var) != SLIST_END(head); \
202 (var) != SLIST_END(head) && \
208 (var) != SLIST_END(head) && \
216 (head)->slh_first = SLIST_END(head); \
222 if (curelm == SLIST_END(head1)) { \
224 SLIST_END(head1)) \
226 } else if (SLIST_FIRST(head2) != SLIST_END(head2)) { \
[all …]