Searched refs:LIST_FIRST (Results 1 – 1 of 1) sorted by relevance
184 #define LIST_FIRST(head) ((head)->lh_first) macro186 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))190 for((var) = LIST_FIRST(head); \198 LIST_FIRST(head) = LIST_END(head); \