Searched refs:CIRCLEQ_FIRST (Results 1 – 3 of 3) sorted by relevance
114 #undef CIRCLEQ_FIRST499 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro505 (CIRCLEQ_FIRST(head) == CIRCLEQ_END(head))508 for((var) = CIRCLEQ_FIRST(head); \
216 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro
660 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro