Home
last modified time | relevance | path

Searched refs:LIST_END (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h199 #define LIST_END(head) NULL macro
200 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head))
205 (var) != LIST_END(head); \
210 (var) != LIST_END(head) && \
250 (head)->lh_first = LIST_END(head); \
256 LIST_END(head)) \
273 if (((elm)->field.le_next = (head)->lh_first) != LIST_END(head))\