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