cqe_next 337 libdb/mpool.c bp != (void *)&mp->lqh; bp = bp->q.cqe_next) cqe_next 370 libdb/mpool.c bp != (void *)&mp->lqh; bp = bp->q.cqe_next) cqe_next 459 libdb/mpool.c for (bp = head->cqh_first; bp != (void *)head; bp = bp->hq.cqe_next) cqe_next 506 libdb/mpool.c bp != (void *)&mp->lqh; bp = bp->q.cqe_next) { cqe_next 52 libdb/mpool.h struct _bkt *cqe_next; cqe_next 56 libdb/mpool.h struct _bkt *cqe_next; cqe_next 430 libdb/queue.h struct type *cqe_next; /**< next element */ \ cqe_next 446 libdb/queue.h (var) = (var)->field.cqe_next) cqe_next 459 libdb/queue.h (elm)->field.cqe_next = (listelm)->field.cqe_next; \ cqe_next 461 libdb/queue.h if ((listelm)->field.cqe_next == (void *)(head)) \ cqe_next 464 libdb/queue.h (listelm)->field.cqe_next->field.cqe_prev = (elm); \ cqe_next 465 libdb/queue.h (listelm)->field.cqe_next = (elm); \ cqe_next 469 libdb/queue.h (elm)->field.cqe_next = (listelm); \ cqe_next 474 libdb/queue.h (listelm)->field.cqe_prev->field.cqe_next = (elm); \ cqe_next 479 libdb/queue.h (elm)->field.cqe_next = (head)->cqh_first; \ cqe_next 489 libdb/queue.h (elm)->field.cqe_next = (void *)(head); \ cqe_next 494 libdb/queue.h (head)->cqh_last->field.cqe_next = (elm); \ cqe_next 500 libdb/queue.h #define CIRCLEQ_NEXT(elm,field) ((elm)->field.cqe_next) cqe_next 505 libdb/queue.h if ((elm)->field.cqe_next == (void *)(head)) \ cqe_next 508 libdb/queue.h (elm)->field.cqe_next->field.cqe_prev = \ cqe_next 511 libdb/queue.h (head)->cqh_first = (elm)->field.cqe_next; \ cqe_next 513 libdb/queue.h (elm)->field.cqe_prev->field.cqe_next = \ cqe_next 514 libdb/queue.h (elm)->field.cqe_next; \