Searched refs:LIST_FIRST (Results 1 – 1 of 1) sorted by relevance
356 #define LIST_FIRST(head) ((head)->lh_first) macro359 for ((var) = LIST_FIRST((head)); \364 for ((var) = LIST_FIRST((head)); \369 LIST_FIRST((head)) = NULL; \389 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \390 LIST_FIRST((head))->field.le_prev = \392 LIST_FIRST((head)) = (elm); \393 (elm)->field.le_prev = &LIST_FIRST((head)); \