Searched defs:LIST_EMPTY (Results 1 – 6 of 6) sorted by relevance
24 LIST_EMPTY, // Attempting to recall from an empty list. enumerator
159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
186 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
451 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro