Searched refs:LL_FIRST (Results 1 – 1 of 1) sorted by relevance
43 #define LL_FIRST(head) ((head)->first) macro45 #define LL_IS_EMPTY(head) (LL_FIRST(head) == NULL)66 (entry) = LL_FIRST(head); \95 for ((entry) = LL_FIRST(head); \558 if((buf != LL_FIRST(&pool->allocd)) && in return_to_pool()566 if((buf == LL_FIRST(&pool->allocd)) && in return_to_pool()