Searched refs:CIRCLEQ_LAST (Results 1 – 7 of 7) sorted by relevance
433 for ((var) = CIRCLEQ_LAST((head)); \439 CIRCLEQ_LAST((head)) = (void *)(head); \446 CIRCLEQ_LAST((head)) = (elm); \465 if (CIRCLEQ_LAST((head)) == (void *)(head)) \466 CIRCLEQ_LAST((head)) = (elm); \474 CIRCLEQ_PREV((elm), field) = CIRCLEQ_LAST((head)); \478 CIRCLEQ_NEXT(CIRCLEQ_LAST((head)), field) = (elm); \479 CIRCLEQ_LAST((head)) = (elm); \482 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro490 CIRCLEQ_LAST((head)) = CIRCLEQ_PREV((elm), field); \
561 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro
686 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro
703 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro
826 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro