cqh_last          381 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	struct type *cqh_last;		/* last element */		\
cqh_last          397 opal/mca/event/libevent2022/libevent/compat/sys/queue.h #define	CIRCLEQ_LAST(head)		((head)->cqh_last)
cqh_last          419 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	(head)->cqh_last = CIRCLEQ_END(head);				\
cqh_last          426 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 		(head)->cqh_last = (elm);				\
cqh_last          445 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	if ((head)->cqh_last == CIRCLEQ_END(head))			\
cqh_last          446 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 		(head)->cqh_last = (elm);				\
cqh_last          454 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	(elm)->field.cqe_prev = (head)->cqh_last;			\
cqh_last          458 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 		(head)->cqh_last->field.cqe_next = (elm);		\
cqh_last          459 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 	(head)->cqh_last = (elm);					\
cqh_last          464 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 		(head)->cqh_last = (elm)->field.cqe_prev;		\
cqh_last          478 opal/mca/event/libevent2022/libevent/compat/sys/queue.h 		(head).cqh_last = (elm2);				\