Searched refs:LIST_FIRST (Results 1 – 1 of 1) sorted by relevance
360 if (LIST_FIRST((head)) != NULL && \361 LIST_FIRST((head))->field.le_prev != \362 &LIST_FIRST((head))) \385 #define LIST_FIRST(head) ((head)->lh_first) macro388 for ((var) = LIST_FIRST((head)); \393 for ((var) = LIST_FIRST((head)); \398 LIST_FIRST((head)) = NULL; \422 LIST_FIRST((head)) = (elm); \423 (elm)->field.le_prev = &LIST_FIRST((head)); \443 LIST_FIRST((head1)) = LIST_FIRST((head2)); \[all …]
Completed in 4 milliseconds