Searched refs:LIST_END (Results 1 – 1 of 1) sorted by relevance
185 #define LIST_END(head) NULL macro186 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))191 (var)!= LIST_END(head); \198 LIST_FIRST(head) = LIST_END(head); \