Search | Google it | Results 1 - 2 of 2 for fundef:CIRCLEQ_FIRST (0.01 seconds) |
459: */ 460: #define CIRCLEQ_FIRST(head) ((head)->cqh_first) 461: #define CIRCLEQ_LAST(head) ((head)->cqh_last)
689: #define CIRCLEQ_EMPTY(head) ((head)->cqh_first == (void *)(head)) 690: #define CIRCLEQ_FIRST(head) ((head)->cqh_first) 691: #define CIRCLEQ_LAST(head) ((head)->cqh_last)