Searched defs:LIST_EMPTY (Results 1 – 9 of 9) sorted by relevance
159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
355 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
278 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
484 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
450 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
501 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
677 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
458 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) macro