ghost              89 opal/class/opal_fifo.h     const opal_list_item_t * const ghost = &fifo->opal_fifo_ghost;
ghost              91 opal/class/opal_fifo.h     item->opal_list_next = (opal_list_item_t *) ghost;
ghost             103 opal/class/opal_fifo.h   if ((intptr_t) ghost == tail.data.item) {
ghost             120 opal/class/opal_fifo.h     opal_list_item_t *item, *next, *ghost = &fifo->opal_fifo_ghost;
ghost             132 opal/class/opal_fifo.h         if ((intptr_t) ghost == tail.data.item && ghost == item) {
ghost             137 opal/class/opal_fifo.h         if (tail.data.item != (intptr_t) item && (intptr_t) ghost != tail.data.item && ghost == next) {
ghost             151 opal/class/opal_fifo.h     if (ghost == next) {
ghost             153 opal/class/opal_fifo.h         if (!opal_update_counted_pointer (&fifo->opal_fifo_tail, &tail, ghost)) {
ghost             160 opal/class/opal_fifo.h             } while (ghost == item->opal_list_next);
ghost             184 opal/class/opal_fifo.h     const opal_list_item_t * const ghost = &fifo->opal_fifo_ghost;
ghost             187 opal/class/opal_fifo.h     item->opal_list_next = (opal_list_item_t *) ghost;
ghost             196 opal/class/opal_fifo.h     if (ghost == tail_item) {
ghost             214 opal/class/opal_fifo.h     const opal_list_item_t * const ghost = &fifo->opal_fifo_ghost;
ghost             230 opal/class/opal_fifo.h         if (ghost == item) {
ghost             231 opal/class/opal_fifo.h             if ((intptr_t) ghost == fifo->opal_fifo_tail.data.item) {
ghost             259 opal/class/opal_fifo.h     if (ghost == item) {
ghost             268 opal/class/opal_fifo.h     if (ghost == next) {
ghost             271 opal/class/opal_fifo.h         if (!opal_atomic_compare_exchange_strong_ptr (&fifo->opal_fifo_tail.data.item, (intptr_t *) &tmp, (intptr_t) ghost)) {
ghost             274 opal/class/opal_fifo.h             } while (ghost == item->opal_list_next);
ghost             254 opal/class/opal_lifo.h     opal_list_item_t *item, *head, *ghost = &lifo->opal_lifo_ghost;
ghost             256 opal/class/opal_lifo.h     while ((item=(opal_list_item_t *)lifo->opal_lifo_head.data.item) != ghost) {