Searched refs:LIST_FIRST (Results 1 – 2 of 2) sorted by relevance
283 #define LIST_FIRST(head) ((head)->lh_first) macro286 for ((var) = LIST_FIRST((head)); \291 LIST_FIRST((head)) = NULL; \310 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \311 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\312 LIST_FIRST((head)) = (elm); \313 (elm)->field.le_prev = &LIST_FIRST((head)); \
143 #define LIST_FIRST(head) ((head)->lh_first) macro