cqh_first 282 libdb/mpool.c while ((bp = mp->lqh.cqh_first) != (void *)&mp->lqh) { cqh_first 283 libdb/mpool.c CIRCLEQ_REMOVE(&mp->lqh, mp->lqh.cqh_first, q); cqh_first 303 libdb/mpool.c for (bp = mp->lqh.cqh_first; cqh_first 334 libdb/mpool.c for (bp = mp->lqh.cqh_first; cqh_first 413 libdb/mpool.c for (bp = head->cqh_first; bp != (void *)head; bp = bp->hq.cqe_next) cqh_first 457 libdb/mpool.c for (bp = mp->lqh.cqh_first; cqh_first 407 libdb/queue.h struct type *cqh_first; /* first element */ \ cqh_first 420 libdb/queue.h #define CIRCLEQ_EMPTY(head) ((head)->cqh_first == (void *)(head)) cqh_first 422 libdb/queue.h #define CIRCLEQ_FIRST(head) ((head)->cqh_first) cqh_first 425 libdb/queue.h for((var) = (head)->cqh_first; \ cqh_first 435 libdb/queue.h (head)->cqh_first = (void *)(head); \ cqh_first 453 libdb/queue.h (head)->cqh_first = (elm); \ cqh_first 460 libdb/queue.h (elm)->field.cqe_next = (head)->cqh_first; \ cqh_first 465 libdb/queue.h (head)->cqh_first->field.cqe_prev = (elm); \ cqh_first 466 libdb/queue.h (head)->cqh_first = (elm); \ cqh_first 472 libdb/queue.h if ((head)->cqh_first == (void *)(head)) \ cqh_first 473 libdb/queue.h (head)->cqh_first = (elm); \ cqh_first 492 libdb/queue.h (head)->cqh_first = (elm)->field.cqe_next; \