cqe_next          304 libdb/mpool.c  	    bp != (void *)&mp->lqh; bp = bp->q.cqe_next)
cqe_next          335 libdb/mpool.c  	    bp != (void *)&mp->lqh; bp = bp->q.cqe_next)
cqe_next          413 libdb/mpool.c  	for (bp = head->cqh_first; bp != (void *)head; bp = bp->hq.cqe_next)
cqe_next          458 libdb/mpool.c  	    bp != (void *)&mp->lqh; bp = bp->q.cqe_next) {
cqe_next          413 libdb/queue.h  	struct type *cqe_next;		/* next element */		\
cqe_next          427 libdb/queue.h  	    (var) = (var)->field.cqe_next)
cqe_next          440 libdb/queue.h  	(elm)->field.cqe_next = (listelm)->field.cqe_next;		\
cqe_next          442 libdb/queue.h  	if ((listelm)->field.cqe_next == (void *)(head))		\
cqe_next          445 libdb/queue.h  		(listelm)->field.cqe_next->field.cqe_prev = (elm);	\
cqe_next          446 libdb/queue.h  	(listelm)->field.cqe_next = (elm);				\
cqe_next          450 libdb/queue.h  	(elm)->field.cqe_next = (listelm);				\
cqe_next          455 libdb/queue.h  		(listelm)->field.cqe_prev->field.cqe_next = (elm);	\
cqe_next          460 libdb/queue.h  	(elm)->field.cqe_next = (head)->cqh_first;			\
cqe_next          470 libdb/queue.h  	(elm)->field.cqe_next = (void *)(head);				\
cqe_next          475 libdb/queue.h  		(head)->cqh_last->field.cqe_next = (elm);		\
cqe_next          481 libdb/queue.h  #define CIRCLEQ_NEXT(elm,field) ((elm)->field.cqe_next)
cqe_next          486 libdb/queue.h  	if ((elm)->field.cqe_next == (void *)(head))			\
cqe_next          489 libdb/queue.h  		(elm)->field.cqe_next->field.cqe_prev =			\
cqe_next          492 libdb/queue.h  		(head)->cqh_first = (elm)->field.cqe_next;		\
cqe_next          494 libdb/queue.h  		(elm)->field.cqe_prev->field.cqe_next =			\
cqe_next          495 libdb/queue.h  		    (elm)->field.cqe_next;				\