Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h691 if ((head)->cqh_first != CIRCLEQ_ENDC(head) && \
692 (head)->cqh_first->field.cqe_prev != CIRCLEQ_ENDC(head)) \
695 if ((head)->cqh_last != CIRCLEQ_ENDC(head) && \
696 (head)->cqh_last->field.cqe_next != CIRCLEQ_ENDC(head)) \
700 if ((elm)->field.cqe_next == CIRCLEQ_ENDC(head)) { \
709 if ((elm)->field.cqe_prev == CIRCLEQ_ENDC(head)) { \
755 if ((listelm)->field.cqe_next == CIRCLEQ_ENDC(head)) \
767 if ((listelm)->field.cqe_prev == CIRCLEQ_ENDC(head)) \
778 if ((head)->cqh_last == CIRCLEQ_ENDC(head)) \
789 if ((head)->cqh_first == CIRCLEQ_ENDC(head)) \
[all …]