item              485 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c     opal_list_item_t* item;
item              486 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c     for( item = opal_list_remove_first(&tcp_btl->tcp_endpoints);
item              487 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c          item != NULL;
item              488 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c          item = opal_list_remove_first(&tcp_btl->tcp_endpoints)) {
item              489 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c         mca_btl_tcp2_endpoint_t *endpoint = (mca_btl_tcp2_endpoint_t*)item;
item              520 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c         opal_list_item_t *item;
item              522 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c         for(item =  opal_list_get_first(&btl->tcp_endpoints);
item              523 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c             item != opal_list_get_end(&btl->tcp_endpoints);
item              524 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c             item = opal_list_get_next(item)) {
item              525 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c             mca_btl_tcp_endpoint_dump( (mca_btl_base_endpoint_t*)item, "TCP" );
item              136 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     opal_list_item_t item;
item              144 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     opal_list_append(&mca_btl_tcp2_component.tcp_events, &event->item);
item              151 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     opal_list_remove_item(&mca_btl_tcp2_component.tcp_events, &event->item);
item              289 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     opal_list_item_t* item;
item              320 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     for(item =  opal_list_get_first(&mca_btl_tcp2_component.tcp_events);
item              321 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         item != opal_list_get_end(&mca_btl_tcp2_component.tcp_events);
item              322 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         item = next) {
item              323 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         mca_btl_tcp2_event_t* event = (mca_btl_tcp2_event_t*)item;
item              324 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         next = opal_list_get_next(item);
item              134 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     opal_list_item_t *item;
item              224 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     for(item =  opal_list_get_first(&btl_endpoint->endpoint_frags);
item              225 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         item != opal_list_get_end(&btl_endpoint->endpoint_frags);
item              226 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         item = opal_list_get_next(item)) {
item              227 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         mca_btl_tcp_dump_frag( (mca_btl_tcp_frag_t*)item, " | send" );
item               92 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.h     ompi_free_list_item_t *item;                                           \
item               94 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.h     OMPI_FREE_LIST_GET_MT(&mca_btl_tcp_component.tcp_frag_eager, item);    \
item               96 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.h     frag = (mca_btl_tcp_frag_t*) item;                                     \
item              101 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.h     ompi_free_list_item_t *item;                                           \
item              103 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.h     OMPI_FREE_LIST_GET_MT(&mca_btl_tcp_component.tcp_frag_max, item);      \
item              105 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.h     frag = (mca_btl_tcp_frag_t*) item;                                     \
item              110 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.h     ompi_free_list_item_t *item;                                           \
item              112 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.h     OMPI_FREE_LIST_GET_MT(&mca_btl_tcp_component.tcp_frag_user, item);     \
item              114 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.h     frag = (mca_btl_tcp_frag_t*) item;                                     \
item              413 ompi/attribute/attribute.c static void attribute_value_construct(attribute_value_t *item);
item              468 ompi/attribute/attribute.c static void attribute_value_construct(attribute_value_t *item)
item              470 ompi/attribute/attribute.c     item->av_key = MPI_KEYVAL_INVALID;
item              471 ompi/attribute/attribute.c     item->av_aint_pointer = (MPI_Aint*) &item->av_value;
item              472 ompi/attribute/attribute.c     item->av_int_pointer = (int *)&item->av_value + int_pos;
item              473 ompi/attribute/attribute.c     item->av_fint_pointer = (MPI_Fint *)&item->av_value + integer_pos;
item              474 ompi/attribute/attribute.c     item->av_set_from = 0;
item              475 ompi/attribute/attribute.c     item->av_sequence = -1;
item               40 ompi/class/ompi_seq_tracker.c     opal_list_item_t* item;
item               41 ompi/class/ompi_seq_tracker.c     while(NULL != (item = opal_list_remove_first(&seq_tracker->seq_ids)))
item               42 ompi/class/ompi_seq_tracker.c         OBJ_RELEASE(item);
item               62 ompi/class/ompi_seq_tracker.c     ompi_seq_tracker_range_t* item;
item               66 ompi/class/ompi_seq_tracker.c     item = seq_tracker->seq_ids_current;
item               68 ompi/class/ompi_seq_tracker.c         if(sentinel == item) {
item               70 ompi/class/ompi_seq_tracker.c         } else if(item->seq_id_high >= seq_id && item->seq_id_low <= seq_id) {
item               71 ompi/class/ompi_seq_tracker.c             seq_tracker->seq_ids_current = (ompi_seq_tracker_range_t*) item;
item               73 ompi/class/ompi_seq_tracker.c         } else if(seq_id > item->seq_id_high && direction != -1) {
item               75 ompi/class/ompi_seq_tracker.c             item = (ompi_seq_tracker_range_t*) opal_list_get_next(item);
item               76 ompi/class/ompi_seq_tracker.c         } else if(seq_id < item->seq_id_low && direction != 1) {
item               78 ompi/class/ompi_seq_tracker.c             item = (ompi_seq_tracker_range_t*) opal_list_get_prev(item);
item               95 ompi/class/ompi_seq_tracker.c     ompi_seq_tracker_range_t* item = seq_tracker->seq_ids_current;
item              101 ompi/class/ompi_seq_tracker.c         if( item == sentinel )  {
item              112 ompi/class/ompi_seq_tracker.c         } else if(item->seq_id_high >= seq_id && item->seq_id_low <= seq_id ) {
item              114 ompi/class/ompi_seq_tracker.c             seq_tracker->seq_ids_current = (ompi_seq_tracker_range_t*) item;
item              117 ompi/class/ompi_seq_tracker.c         } else if((item->seq_id_high + 1) == seq_id) {
item              119 ompi/class/ompi_seq_tracker.c             next_item = (ompi_seq_tracker_range_t*) opal_list_get_next(item);
item              122 ompi/class/ompi_seq_tracker.c                 item->seq_id_high = next_item->seq_id_high;
item              126 ompi/class/ompi_seq_tracker.c                 item->seq_id_high = seq_id;
item              128 ompi/class/ompi_seq_tracker.c             seq_tracker->seq_ids_current = (ompi_seq_tracker_range_t*) item;
item              131 ompi/class/ompi_seq_tracker.c         } else if((item->seq_id_low - 1) == seq_id) {
item              133 ompi/class/ompi_seq_tracker.c             prev_item = (ompi_seq_tracker_range_t*) opal_list_get_prev(item);
item              136 ompi/class/ompi_seq_tracker.c                 item->seq_id_low = prev_item->seq_id_low;
item              140 ompi/class/ompi_seq_tracker.c                 item->seq_id_low = seq_id;
item              142 ompi/class/ompi_seq_tracker.c             seq_tracker->seq_ids_current = (ompi_seq_tracker_range_t*) item;
item              145 ompi/class/ompi_seq_tracker.c         } else if(seq_id > item->seq_id_high ) {
item              150 ompi/class/ompi_seq_tracker.c                 next_item = (ompi_seq_tracker_range_t*) opal_list_get_next(item);
item              159 ompi/class/ompi_seq_tracker.c                 item = (ompi_seq_tracker_range_t*) opal_list_get_next(item);
item              161 ompi/class/ompi_seq_tracker.c         } else if(seq_id < item->seq_id_low) {
item              167 ompi/class/ompi_seq_tracker.c                                      (opal_list_item_t*) item,
item              174 ompi/class/ompi_seq_tracker.c                 item = (ompi_seq_tracker_range_t*) opal_list_get_prev(item);
item              185 ompi/class/ompi_seq_tracker.c     opal_list_item_t* item;
item              186 ompi/class/ompi_seq_tracker.c     for( item =  opal_list_get_first(&src->seq_ids);
item              187 ompi/class/ompi_seq_tracker.c          item != opal_list_get_end(&src->seq_ids);
item              188 ompi/class/ompi_seq_tracker.c          item =  opal_list_get_next(item)) {
item              189 ompi/class/ompi_seq_tracker.c         ompi_seq_tracker_range_t* src_item = (ompi_seq_tracker_range_t*)item;
item              189 ompi/communicator/comm_request.c     ompi_comm_request_item_t *item, *next;
item              193 ompi/communicator/comm_request.c     OPAL_LIST_FOREACH_SAFE(item, next, &request->schedule, ompi_comm_request_item_t) {
item              194 ompi/communicator/comm_request.c         for (int i = 0 ; i < item->subreq_count ; ++i) {
item              195 ompi/communicator/comm_request.c             ompi_request_cancel (item->subreqs[i]);
item              198 ompi/communicator/comm_request.c         opal_list_remove_item (&request->schedule, &item->super);
item              199 ompi/communicator/comm_request.c         OBJ_RELEASE(item);
item              256 ompi/communicator/comm_request.c     opal_free_list_item_t *item;
item              258 ompi/communicator/comm_request.c     item = opal_free_list_get (&ompi_comm_requests);
item              259 ompi/communicator/comm_request.c     if (OPAL_UNLIKELY(NULL == item)) {
item              263 ompi/communicator/comm_request.c     OMPI_REQUEST_INIT((ompi_request_t *) item, false);
item              265 ompi/communicator/comm_request.c     return (ompi_comm_request_t *) item;
item              608 ompi/debuggers/ompi_common_dll.c                                        mqs_taddr_t *item)
item              628 ompi/debuggers/ompi_common_dll.c     *item = ompi_fetch_pointer(proc,
item              334 ompi/debuggers/ompi_common_dll_defs.h                                        mqs_taddr_t *item);
item              257 ompi/info/info.c     opal_list_item_t *item;
item              293 ompi/info/info.c                     for (item = opal_list_get_first(&info->super.super);
item              294 ompi/info/info.c                          opal_list_get_end(&(info->super.super)) != item;
item              295 ompi/info/info.c                          item = opal_list_get_next(item)) {
item              296 ompi/info/info.c                         entry = (opal_info_entry_t *) item;
item              837 ompi/mca/bml/r2/bml_r2.c     opal_list_item_t* item;
item              860 ompi/mca/bml/r2/bml_r2.c     for (item =  opal_list_get_first(&mca_btl_base_modules_initialized);
item              861 ompi/mca/bml/r2/bml_r2.c          item != opal_list_get_end(&mca_btl_base_modules_initialized);
item              862 ompi/mca/bml/r2/bml_r2.c          item =  opal_list_get_next(item)) {
item              863 ompi/mca/bml/r2/bml_r2.c         mca_btl_base_selected_module_t *sm = (mca_btl_base_selected_module_t *) item;
item              865 ompi/mca/bml/r2/bml_r2.c             opal_list_remove_item(&mca_btl_base_modules_initialized, item);
item              111 ompi/mca/coll/base/coll_base_comm_select.c     opal_list_item_t *item;
item              142 ompi/mca/coll/base/coll_base_comm_select.c     for (item = opal_list_remove_first(selectable);
item              143 ompi/mca/coll/base/coll_base_comm_select.c          NULL != item; item = opal_list_remove_first(selectable)) {
item              145 ompi/mca/coll/base/coll_base_comm_select.c         avail_coll_t *avail = (avail_coll_t *) item;
item              353 ompi/mca/coll/hcoll/coll_hcoll_rte.c     opal_free_list_item_t *item;
item              354 ompi/mca/coll/hcoll/coll_hcoll_rte.c     item = opal_free_list_wait (&(mca_coll_hcoll_component.requests));
item              355 ompi/mca/coll/hcoll/coll_hcoll_rte.c     if (OPAL_UNLIKELY(NULL == item)) {
item              359 ompi/mca/coll/hcoll/coll_hcoll_rte.c     ompi_req = (ompi_request_t *)item;
item              145 ompi/mca/coll/libnbc/coll_libnbc.h         opal_free_list_item_t *item;                                    \
item              146 ompi/mca/coll/libnbc/coll_libnbc.h         item = opal_free_list_wait (&mca_coll_libnbc_component.requests); \
item              147 ompi/mca/coll/libnbc/coll_libnbc.h         req = (ompi_coll_libnbc_request_t*) item;                       \
item              174 ompi/mca/coll/portals4/coll_portals4_request.h         opal_free_list_item_t *item;                                      \
item              175 ompi/mca/coll/portals4/coll_portals4_request.h         item = opal_free_list_get(&mca_coll_portals4_component.requests); \
item              176 ompi/mca/coll/portals4/coll_portals4_request.h                 req = (ompi_coll_portals4_request_t*) item;               \
item              724 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item              729 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     while( NULL != (item = opal_list_remove_first(&peer_ref->send_list)) ) {
item              730 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         HOKE_TRAFFIC_MSG_REF_RETURN(item);
item              733 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     while( NULL != (item = opal_list_remove_first(&peer_ref->isend_list)) ) {
item              734 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         HOKE_TRAFFIC_MSG_REF_RETURN(item);
item              737 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     while( NULL != (item = opal_list_remove_first(&peer_ref->send_init_list)) ) {
item              738 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         HOKE_TRAFFIC_MSG_REF_RETURN(item);
item              742 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     while( NULL != (item = opal_list_remove_first(&peer_ref->recv_list)) ) {
item              743 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         HOKE_TRAFFIC_MSG_REF_RETURN(item);
item              746 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     while( NULL != (item = opal_list_remove_first(&peer_ref->irecv_list)) ) {
item              747 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         HOKE_TRAFFIC_MSG_REF_RETURN(item);
item              750 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     while( NULL != (item = opal_list_remove_first(&peer_ref->recv_init_list)) ) {
item              751 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         HOKE_TRAFFIC_MSG_REF_RETURN(item);
item              755 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     while( NULL != (item = opal_list_remove_first(&peer_ref->drained_list)) ) {
item              756 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         HOKE_DRAIN_MSG_REF_RETURN(item);
item              846 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item              857 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     while( NULL != (item = opal_list_remove_first(&(msg_ref->msg_contents)) ) ) {
item              858 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         HOKE_CONTENT_REF_RETURN(item);
item              904 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item              921 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     while( NULL != (item = opal_list_remove_first(&(msg_ref->msg_contents)) ) ) {
item              922 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         HOKE_CONTENT_REF_RETURN(item);
item             1467 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t *item = NULL;
item             1480 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item = (opal_list_item_t*)find_peer(*(ompi_process_name_t*)&procs[i]->super.proc_name);
item             1481 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if(NULL == item) {
item             1490 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         opal_list_remove_item(&ompi_crcp_bkmrk_pml_peer_refs, item);
item             1491 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         old_peer_ref = (ompi_crcp_bkmrk_pml_peer_ref_t*)item;
item             3010 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             3123 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         for(item  = opal_list_get_first(&ompi_crcp_bkmrk_pml_peer_refs);
item             3124 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             item != opal_list_get_end(&ompi_crcp_bkmrk_pml_peer_refs);
item             3125 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             item  = opal_list_get_next(item) ) {
item             3127 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             cur_peer_ref = (ompi_crcp_bkmrk_pml_peer_ref_t*)item;
item             3379 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             3383 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(&(msg_ref->msg_contents));
item             3384 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(  &(msg_ref->msg_contents));
item             3385 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             3389 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         content_ref = (ompi_crcp_bkmrk_pml_message_content_ref_t*)item;
item             3423 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             3437 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_first(&(msg_ref->msg_contents));
item             3438 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         new_content = (ompi_crcp_bkmrk_pml_message_content_ref_t*)item;
item             3441 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(&(msg_ref->msg_contents));
item             3442 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(  &(msg_ref->msg_contents));
item             3443 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             3444 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         loc_content_ref = (ompi_crcp_bkmrk_pml_message_content_ref_t*)item;
item             3451 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             new_content = (ompi_crcp_bkmrk_pml_message_content_ref_t*)item;
item             3710 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             3727 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_last(search_list);
item             3728 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_begin(search_list);
item             3729 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_prev(item) ) {
item             3731 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         msg_ref = (ompi_crcp_bkmrk_pml_traffic_message_ref_t*)item;
item             3904 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             3908 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(&ompi_crcp_bkmrk_pml_peer_refs);
item             3909 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(&ompi_crcp_bkmrk_pml_peer_refs);
item             3910 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             3911 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         cur_peer_ref = (ompi_crcp_bkmrk_pml_peer_ref_t*)item;
item             3953 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             3965 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(search_list);
item             3966 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(search_list);
item             3967 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             3968 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         drain_msg = (ompi_crcp_bkmrk_pml_drain_message_ref_t*)item;
item             4030 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             4034 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(&(drain_msg_ref->msg_contents));
item             4035 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(&(drain_msg_ref->msg_contents));
item             4036 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             4037 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         loc_content_ref = (ompi_crcp_bkmrk_pml_message_content_ref_t*)item;
item             4144 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             4147 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(&ompi_crcp_bkmrk_pml_peer_refs);
item             4148 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(&ompi_crcp_bkmrk_pml_peer_refs);
item             4149 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             4151 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         cur_peer_ref = (ompi_crcp_bkmrk_pml_peer_ref_t*)item;
item             4302 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL, *rm_item = NULL;
item             4310 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(&ompi_crcp_bkmrk_pml_peer_refs);
item             4311 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(&ompi_crcp_bkmrk_pml_peer_refs);
item             4312 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             4314 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         peer_ref = (ompi_crcp_bkmrk_pml_peer_ref_t*)item;
item             4461 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             4478 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         for(item  = opal_list_get_first(&ompi_crcp_bkmrk_pml_peer_refs);
item             4479 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             item != opal_list_get_end(&ompi_crcp_bkmrk_pml_peer_refs);
item             4480 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             item  = opal_list_get_next(item) ) {
item             4484 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             peer_ref = (ompi_crcp_bkmrk_pml_peer_ref_t*)item;
item             4506 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(&ompi_crcp_bkmrk_pml_peer_refs);
item             4507 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(&ompi_crcp_bkmrk_pml_peer_refs);
item             4508 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             4510 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         peer_ref = (ompi_crcp_bkmrk_pml_peer_ref_t*)item;
item             4718 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             4735 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(&drained_msg_ack_list);
item             4736 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(&drained_msg_ack_list);
item             4737 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             4738 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         drain_msg_ack = (ompi_crcp_bkmrk_pml_drain_message_ack_ref_t*)item;
item             4755 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             4766 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(&drained_msg_ack_list);
item             4767 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(&drained_msg_ack_list);
item             4768 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             4770 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         drain_msg_ack = (ompi_crcp_bkmrk_pml_drain_message_ack_ref_t*)item;
item             4804 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL, *d_item = NULL, *c_item = NULL;
item             4808 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(&ompi_crcp_bkmrk_pml_peer_refs);
item             4809 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(&ompi_crcp_bkmrk_pml_peer_refs);
item             4810 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             4811 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         cur_peer_ref = (ompi_crcp_bkmrk_pml_peer_ref_t*)item;
item             4872 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(&ompi_crcp_bkmrk_pml_peer_refs);
item             4873 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(&ompi_crcp_bkmrk_pml_peer_refs);
item             4874 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             4875 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         cur_peer_ref = (ompi_crcp_bkmrk_pml_peer_ref_t*)item;
item             5027 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL, *d_item = NULL, *d_next = NULL, *c_item = NULL, *c_next = NULL;
item             5058 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_first(&ompi_crcp_bkmrk_pml_peer_refs);
item             5059 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_end(&ompi_crcp_bkmrk_pml_peer_refs);
item             5060 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_next(item) ) {
item             5061 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         cur_peer_ref = (ompi_crcp_bkmrk_pml_peer_ref_t*)item;
item             5205 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             5224 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         for(item  = opal_list_get_first(&drained_msg_ack_list);
item             5225 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             item != opal_list_get_end(&drained_msg_ack_list);
item             5226 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             item = next) {
item             5227 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             drain_msg_ack = (ompi_crcp_bkmrk_pml_drain_message_ack_ref_t*)item;
item             5228 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             next = opal_list_get_next(item);
item             5233 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                 HOKE_DRAIN_ACK_MSG_REF_RETURN(item);
item             5242 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     while (NULL != (item = opal_list_remove_first(&drained_msg_ack_list) ) ) {
item             5243 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         HOKE_DRAIN_ACK_MSG_REF_RETURN(item);
item             6454 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_list_item_t* item = NULL;
item             6458 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for(item  = opal_list_get_last(msg_list);
item             6459 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item != opal_list_get_begin(msg_list);
item             6460 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         item  = opal_list_get_prev(item) ) {
item             6462 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             msg_ref = (ompi_crcp_bkmrk_pml_traffic_message_ref_t*)item;
item             6465 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             drain_msg_ref = (ompi_crcp_bkmrk_pml_drain_message_ref_t*)item;
item               72 ompi/mca/fbtl/base/fbtl_base_file_select.c     opal_list_item_t *item;
item              213 ompi/mca/fbtl/base/fbtl_base_file_select.c     while (NULL != (item = opal_list_remove_first(&queried))) {
item              214 ompi/mca/fbtl/base/fbtl_base_file_select.c         om = (queried_module_t *) item;
item               72 ompi/mca/fcoll/base/fcoll_base_file_select.c     opal_list_item_t *item;
item              207 ompi/mca/fcoll/base/fcoll_base_file_select.c     while (NULL != (item = opal_list_remove_first(&queried))) {
item              208 ompi/mca/fcoll/base/fcoll_base_file_select.c         om = (queried_module_t *) item;
item               72 ompi/mca/fs/base/fs_base_file_select.c     opal_list_item_t *item;
item              208 ompi/mca/fs/base/fs_base_file_select.c     while (NULL != (item = opal_list_remove_first(&queried))) {
item              209 ompi/mca/fs/base/fs_base_file_select.c         om = (queried_module_t *) item;
item               89 ompi/mca/io/base/io_base_delete.c     opal_list_item_t *item;
item              129 ompi/mca/io/base/io_base_delete.c     item = opal_list_remove_last(selectable);
item              130 ompi/mca/io/base/io_base_delete.c     avail = (avail_io_t *) item;
item              142 ompi/mca/io/base/io_base_delete.c     for (item = opal_list_remove_first(selectable); item != NULL;
item              143 ompi/mca/io/base/io_base_delete.c          item = opal_list_remove_first(selectable)) {
item              144 ompi/mca/io/base/io_base_delete.c         avail = (avail_io_t *) item;
item              146 ompi/mca/io/base/io_base_delete.c         OBJ_RELEASE(item);
item              103 ompi/mca/io/base/io_base_file_select.c     opal_list_item_t *item;
item              175 ompi/mca/io/base/io_base_file_select.c     item = opal_list_remove_last(selectable);
item              176 ompi/mca/io/base/io_base_file_select.c     avail = (avail_io_t *) item;
item              188 ompi/mca/io/base/io_base_file_select.c     for (item = opal_list_remove_first(selectable); item != NULL;
item              189 ompi/mca/io/base/io_base_file_select.c          item = opal_list_remove_first(selectable)) {
item              190 ompi/mca/io/base/io_base_file_select.c         avail = (avail_io_t *) item;
item              192 ompi/mca/io/base/io_base_file_select.c         OBJ_RELEASE(item);
item              324 ompi/mca/mtl/ofi/mtl_ofi_component.c is_in_list(char **list, char *item)
item              328 ompi/mca/mtl/ofi/mtl_ofi_component.c     if ((NULL == list) || (NULL == item)) {
item              333 ompi/mca/mtl/ofi/mtl_ofi_component.c         if (0 == strncmp(item, list[i], strlen(list[i]))) {
item              258 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c     opal_list_item_t *item;
item              262 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c     while (NULL !=  (item = opal_list_remove_first(&ompi_mtl_portals4.recv_short_blocks))) {
item              264 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c             (ompi_mtl_portals4_recv_short_block_t*) item;
item              420 ompi/mca/mtl/portals4/mtl_portals4_send.c     opal_list_item_t *item;
item              431 ompi/mca/mtl/portals4/mtl_portals4_send.c         item = opal_list_remove_first(&ompi_mtl_portals4.flowctl.pending_sends);
item              432 ompi/mca/mtl/portals4/mtl_portals4_send.c         if (OPAL_UNLIKELY(NULL == item)) {
item              437 ompi/mca/mtl/portals4/mtl_portals4_send.c         pending = (ompi_mtl_portals4_pending_request_t*) item;
item              481 ompi/mca/mtl/portals4/mtl_portals4_send.c     opal_free_list_item_t *item;
item              508 ompi/mca/mtl/portals4/mtl_portals4_send.c     item = opal_free_list_get (&ompi_mtl_portals4.flowctl.pending_fl);
item              509 ompi/mca/mtl/portals4/mtl_portals4_send.c     if (NULL == item) return OMPI_ERR_OUT_OF_RESOURCE;
item              511 ompi/mca/mtl/portals4/mtl_portals4_send.c     pending = (ompi_mtl_portals4_pending_request_t*) item;
item               92 ompi/mca/op/base/op_base_op_select.c     opal_list_item_t *item;
item              135 ompi/mca/op/base/op_base_op_select.c     for (item = opal_list_remove_first(selectable);
item              136 ompi/mca/op/base/op_base_op_select.c          NULL != item;
item              137 ompi/mca/op/base/op_base_op_select.c          item = opal_list_remove_first(selectable)) {
item              138 ompi/mca/op/base/op_base_op_select.c         avail_op_t *avail = (avail_op_t*) item;
item               65 ompi/mca/osc/base/osc_base_frame.c     opal_list_item_t* item;
item               69 ompi/mca/osc/base/osc_base_frame.c            (item = opal_list_remove_first(&ompi_osc_base_framework.framework_components))) {
item               71 ompi/mca/osc/base/osc_base_frame.c             ((mca_base_component_list_item_t*) item)->cli_component;
item               73 ompi/mca/osc/base/osc_base_frame.c         OBJ_RELEASE(item);
item               42 ompi/mca/osc/base/osc_base_init.c     opal_list_item_t *item;
item               51 ompi/mca/osc/base/osc_base_init.c     for (item = opal_list_get_first(&ompi_osc_base_framework.framework_components) ;
item               52 ompi/mca/osc/base/osc_base_init.c          item != opal_list_get_end(&ompi_osc_base_framework.framework_components) ;
item               53 ompi/mca/osc/base/osc_base_init.c          item = opal_list_get_next(item)) {
item               55 ompi/mca/osc/base/osc_base_init.c             ((mca_base_component_list_item_t*) item)->cli_component;
item               75 ompi/mca/osc/monitoring/osc_monitoring_component.c     opal_list_item_t *item;
item               80 ompi/mca/osc/monitoring/osc_monitoring_component.c     for (item = opal_list_get_first(&ompi_osc_base_framework.framework_components) ;
item               81 ompi/mca/osc/monitoring/osc_monitoring_component.c          item != opal_list_get_end(&ompi_osc_base_framework.framework_components) ;
item               82 ompi/mca/osc/monitoring/osc_monitoring_component.c          item = opal_list_get_next(item)) {
item               84 ompi/mca/osc/monitoring/osc_monitoring_component.c             ((mca_base_component_list_item_t*) item)->cli_component;
item              243 ompi/mca/osc/portals4/osc_portals4_passive_target.c     ompi_osc_portals4_outstanding_lock_t *lock = NULL, *item;
item              246 ompi/mca/osc/portals4/osc_portals4_passive_target.c     OPAL_LIST_FOREACH(item, &module->outstanding_locks,
item              248 ompi/mca/osc/portals4/osc_portals4_passive_target.c         if (item->target == target) {
item              249 ompi/mca/osc/portals4/osc_portals4_passive_target.c             lock = item;
item              253 ompi/mca/osc/portals4/osc_portals4_passive_target.c     if (NULL != item) {
item              321 ompi/mca/osc/portals4/osc_portals4_passive_target.c     ompi_osc_portals4_outstanding_lock_t *lock = NULL, *item;
item              324 ompi/mca/osc/portals4/osc_portals4_passive_target.c     OPAL_LIST_FOREACH(item, &module->outstanding_locks,
item              326 ompi/mca/osc/portals4/osc_portals4_passive_target.c         if (item->target == -1) {
item              327 ompi/mca/osc/portals4/osc_portals4_passive_target.c             lock = item;
item              331 ompi/mca/osc/portals4/osc_portals4_passive_target.c     if (NULL != item) {
item               29 ompi/mca/osc/portals4/osc_portals4_request.h         opal_free_list_item_t *item;                                    \
item               30 ompi/mca/osc/portals4/osc_portals4_request.h         item = opal_free_list_wait(&mca_osc_portals4_component.requests); \
item               31 ompi/mca/osc/portals4/osc_portals4_request.h         req = (ompi_osc_portals4_request_t*) item;                      \
item              678 ompi/mca/osc/pt2pt/osc_pt2pt.h     opal_list_item_t *item;
item              681 ompi/mca/osc/pt2pt/osc_pt2pt.h     while (NULL != (item = opal_list_remove_first (&module->buffer_gc))) {
item              682 ompi/mca/osc/pt2pt/osc_pt2pt.h         OBJ_RELEASE(item);
item               41 ompi/mca/osc/pt2pt/osc_pt2pt_request.h         opal_free_list_item_t *item;                                    \
item               43 ompi/mca/osc/pt2pt/osc_pt2pt_request.h             item = opal_free_list_get (&mca_osc_pt2pt_component.requests); \
item               44 ompi/mca/osc/pt2pt/osc_pt2pt_request.h             if (NULL == item) {                                         \
item               47 ompi/mca/osc/pt2pt/osc_pt2pt_request.h         } while (NULL == item);                                         \
item               48 ompi/mca/osc/pt2pt/osc_pt2pt_request.h         req = (ompi_osc_pt2pt_request_t*) item;                         \
item              791 ompi/mca/osc/rdma/osc_rdma_component.c     mca_btl_base_selected_module_t *item;
item              799 ompi/mca/osc/rdma/osc_rdma_component.c         OPAL_LIST_FOREACH(item, &mca_btl_base_modules_initialized, mca_btl_base_selected_module_t) {
item              801 ompi/mca/osc/rdma/osc_rdma_component.c                 if (0 != strcmp (btls_to_use[i], item->btl_module->btl_component->btl_version.mca_component_name)) {
item              805 ompi/mca/osc/rdma/osc_rdma_component.c                 if ((item->btl_module->btl_flags & (MCA_BTL_FLAGS_RDMA)) == MCA_BTL_FLAGS_RDMA &&
item              806 ompi/mca/osc/rdma/osc_rdma_component.c                     (item->btl_module->btl_flags & (MCA_BTL_FLAGS_ATOMIC_FOPS | MCA_BTL_FLAGS_ATOMIC_OPS))) {
item              807 ompi/mca/osc/rdma/osc_rdma_component.c                     if (!selected_btl || item->btl_module->btl_latency < selected_btl->btl_latency) {
item              808 ompi/mca/osc/rdma/osc_rdma_component.c                         selected_btl = item->btl_module;
item               52 ompi/mca/osc/rdma/osc_rdma_frag.h         opal_free_list_item_t *item = NULL;
item               54 ompi/mca/osc/rdma/osc_rdma_frag.h         item = opal_free_list_get (&mca_osc_rdma_component.frags);
item               55 ompi/mca/osc/rdma/osc_rdma_frag.h         if (OPAL_UNLIKELY(NULL == item)) {
item               60 ompi/mca/osc/rdma/osc_rdma_frag.h         curr = (ompi_osc_rdma_frag_t *) item;
item               48 ompi/mca/osc/ucx/osc_ucx_comm.c             ompi_osc_ucx_lock_t *item = NULL;
item               49 ompi/mca/osc/ucx/osc_ucx_comm.c             opal_hash_table_get_value_uint32(&module->outstanding_locks, (uint32_t) target, (void **) &item);
item               50 ompi/mca/osc/ucx/osc_ucx_comm.c             if (item == NULL) {
item               59 ompi/mca/osc/ucx/osc_ucx_comm.c             ompi_osc_ucx_lock_t *item = NULL;
item               60 ompi/mca/osc/ucx/osc_ucx_comm.c             opal_hash_table_get_value_uint32(&module->outstanding_locks, (uint32_t) target, (void **) &item);
item               61 ompi/mca/osc/ucx/osc_ucx_comm.c             if (item == NULL) {
item              108 ompi/mca/osc/ucx/osc_ucx_passive_target.c         ompi_osc_ucx_lock_t *item = NULL;
item              110 ompi/mca/osc/ucx/osc_ucx_passive_target.c         opal_hash_table_get_value_uint32(&module->outstanding_locks, (uint32_t) target, (void **) &item);
item              111 ompi/mca/osc/ucx/osc_ucx_passive_target.c         if (item != NULL) {
item               27 ompi/mca/osc/ucx/osc_ucx_request.h         opal_free_list_item_t *item;                                    \
item               29 ompi/mca/osc/ucx/osc_ucx_request.h             item = opal_free_list_get(&mca_osc_ucx_component.requests); \
item               30 ompi/mca/osc/ucx/osc_ucx_request.h             if (item == NULL) {                                         \
item               35 ompi/mca/osc/ucx/osc_ucx_request.h         } while (item == NULL);                                         \
item               36 ompi/mca/osc/ucx/osc_ucx_request.h         req = (ompi_osc_ucx_request_t*) item;                           \
item               63 ompi/mca/pml/base/pml_base_select.c     opal_list_item_t *item = NULL;
item              206 ompi/mca/pml/base/pml_base_select.c     for (item = opal_list_remove_first(&opened);
item              207 ompi/mca/pml/base/pml_base_select.c          NULL != item;
item              208 ompi/mca/pml/base/pml_base_select.c          item = opal_list_remove_first(&opened)) {
item              209 ompi/mca/pml/base/pml_base_select.c         om = (opened_component_t *) item;
item              244 ompi/mca/pml/base/pml_base_select.c                 opal_list_remove_item(&ompi_pml_base_framework.framework_components, item);
item              314 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     opal_list_item_t* item;
item              321 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     opal_list_item_t* item;
item              313 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     opal_list_item_t* item;
item              275 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     opal_list_item_t* item;
item              543 ompi/mca/pml/ob1/pml_ob1.c     opal_list_item_t* item;
item              546 ompi/mca/pml/ob1/pml_ob1.c     for( item = opal_list_get_first(queue);
item              547 ompi/mca/pml/ob1/pml_ob1.c          item != opal_list_get_end(queue);
item              548 ompi/mca/pml/ob1/pml_ob1.c          item =  opal_list_get_next(item) ) {
item              551 ompi/mca/pml/ob1/pml_ob1.c             mca_pml_base_request_t *req = &(((mca_pml_ob1_recv_request_t*)item)->req_recv.req_base);
item              568 ompi/mca/pml/ob1/pml_ob1.c             mca_pml_ob1_recv_frag_t* frag = (mca_pml_ob1_recv_frag_t*)item;
item              577 ompi/mca/pml/ob1/pml_ob1.c     mca_pml_ob1_recv_frag_t* item = queue;
item              580 ompi/mca/pml/ob1/pml_ob1.c         mca_pml_ob1_dump_hdr( &item->hdr );
item              581 ompi/mca/pml/ob1/pml_ob1.c         if( NULL != item->range ) {
item              582 ompi/mca/pml/ob1/pml_ob1.c             mca_pml_ob1_recv_frag_t* frag = item->range;
item              586 ompi/mca/pml/ob1/pml_ob1.c             } while( frag != item->range );
item              588 ompi/mca/pml/ob1/pml_ob1.c         item = (mca_pml_ob1_recv_frag_t*)item->super.super.opal_list_next;
item              589 ompi/mca/pml/ob1/pml_ob1.c     } while( item != queue );
item              885 ompi/mca/pml/ob1/pml_ob1_sendreq.c     opal_list_item_t *item;
item              887 ompi/mca/pml/ob1/pml_ob1_sendreq.c     item = opal_list_get_first(&sendreq->req_send_ranges);
item              889 ompi/mca/pml/ob1/pml_ob1_sendreq.c     if(opal_list_get_end(&sendreq->req_send_ranges) == item)
item              892 ompi/mca/pml/ob1/pml_ob1_sendreq.c     return (mca_pml_ob1_send_range_t*)item;
item               93 ompi/mca/pml/ob1/pml_ob1_sendreq.h     opal_list_item_t *item = (opal_list_item_t*)sendreq;
item               98 ompi/mca/pml/ob1/pml_ob1_sendreq.h         opal_list_append(&mca_pml_ob1.send_pending, item);
item              100 ompi/mca/pml/ob1/pml_ob1_sendreq.h         opal_list_prepend(&mca_pml_ob1.send_pending, item);
item               73 ompi/mca/sharedfp/base/sharedfp_base_file_select.c     opal_list_item_t *item;
item              213 ompi/mca/sharedfp/base/sharedfp_base_file_select.c     for (item = opal_list_remove_first(&queried);
item              214 ompi/mca/sharedfp/base/sharedfp_base_file_select.c          NULL != item;
item              215 ompi/mca/sharedfp/base/sharedfp_base_file_select.c          item = opal_list_remove_first(&queried)) {
item              216 ompi/mca/sharedfp/base/sharedfp_base_file_select.c         om = (queried_module_t *) item;
item               47 ompi/mca/sharedfp/base/sharedfp_base_find_available.c     opal_list_item_t *item, *next;
item               54 ompi/mca/sharedfp/base/sharedfp_base_find_available.c     item = opal_list_get_first(&ompi_sharedfp_base_framework.framework_components);
item               55 ompi/mca/sharedfp/base/sharedfp_base_find_available.c     while (item != opal_list_get_end(&ompi_sharedfp_base_framework.framework_components)) {
item               56 ompi/mca/sharedfp/base/sharedfp_base_find_available.c         next = opal_list_get_next(item);
item               57 ompi/mca/sharedfp/base/sharedfp_base_find_available.c          cli = (mca_base_component_list_item_t*)item;
item               69 ompi/mca/sharedfp/base/sharedfp_base_find_available.c              OBJ_RELEASE(item);
item               71 ompi/mca/sharedfp/base/sharedfp_base_find_available.c          item = next;
item               77 ompi/mca/topo/base/topo_base_comm_select.c     opal_list_item_t *item;
item              210 ompi/mca/topo/base/topo_base_comm_select.c     for (item = opal_list_remove_first(&queried);
item              211 ompi/mca/topo/base/topo_base_comm_select.c          NULL != item;
item              212 ompi/mca/topo/base/topo_base_comm_select.c          item = opal_list_remove_first(&queried)) {
item              213 ompi/mca/topo/base/topo_base_comm_select.c         om = (queried_module_t *) item;
item               48 ompi/mca/topo/base/topo_base_find_available.c     opal_list_item_t *item, *next;
item               55 ompi/mca/topo/base/topo_base_find_available.c     item = opal_list_get_first(&ompi_topo_base_framework.framework_components);
item               56 ompi/mca/topo/base/topo_base_find_available.c     while (item != opal_list_get_end(&ompi_topo_base_framework.framework_components)) {
item               57 ompi/mca/topo/base/topo_base_find_available.c         next = opal_list_get_next(item);
item               58 ompi/mca/topo/base/topo_base_find_available.c          cli = (mca_base_component_list_item_t*)item;
item               70 ompi/mca/topo/base/topo_base_find_available.c              opal_list_remove_item(&ompi_topo_base_framework.framework_components, item);
item               71 ompi/mca/topo/base/topo_base_find_available.c              OBJ_RELEASE(item);
item               73 ompi/mca/topo/base/topo_base_find_available.c          item = next;
item               48 ompi/mca/vprotocol/base/vprotocol_base_select.c     opal_list_item_t *item = NULL;
item              108 ompi/mca/vprotocol/base/vprotocol_base_select.c     for (item = opal_list_remove_first(&opened);
item              109 ompi/mca/vprotocol/base/vprotocol_base_select.c          NULL != item;
item              110 ompi/mca/vprotocol/base/vprotocol_base_select.c          item = opal_list_remove_first(&opened))
item              112 ompi/mca/vprotocol/base/vprotocol_base_select.c         om = (opened_component_t *) item;
item               59 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_event.h         opal_free_list_item_t *item;                                    \
item               60 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_event.h         item = opal_free_list_wait (&mca_vprotocol_pessimist.events_pool); \
item               61 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_event.h         event = (mca_vprotocol_pessimist_event_t *) item;               \
item               68 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_event.h         opal_free_list_item_t *item;                                    \
item               69 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_event.h         item = opal_free_list_wait (&mca_vprotocol_pessimist.events_pool); \
item               70 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_event.h         event = (mca_vprotocol_pessimist_event_t *) item;               \
item               77 ompi/mpi/java/c/mpiJava.h         void **ptr, ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
item               84 ompi/mpi/java/c/mpiJava.h         void **ptr, ompi_java_buffer_t **item, JNIEnv *env,
item               93 ompi/mpi/java/c/mpiJava.h         void **ptr, ompi_java_buffer_t **item, JNIEnv *env,
item               99 ompi/mpi/java/c/mpiJava.h         void *ptr, ompi_java_buffer_t *item, jobject buf, jboolean db);
item              103 ompi/mpi/java/c/mpiJava.h         void **ptr, ompi_java_buffer_t **item, JNIEnv *env,
item              109 ompi/mpi/java/c/mpiJava.h         void **ptr, ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
item              115 ompi/mpi/java/c/mpiJava.h         void *ptr, ompi_java_buffer_t *item, JNIEnv *env, jobject buf,
item              122 ompi/mpi/java/c/mpiJava.h         void *ptr, ompi_java_buffer_t *item, JNIEnv *env,
item              328 ompi/mpi/java/c/mpi_Comm.c     ompi_java_buffer_t *item;
item              329 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
item              333 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
item              346 ompi/mpi/java/c/mpi_Comm.c     ompi_java_buffer_t *item;
item              347 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
item              353 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseWritePtr(ptr,item,env,buf,db,offset,count,type,bType);
item              400 ompi/mpi/java/c/mpi_Comm.c     ompi_java_buffer_t *item;
item              401 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
item              410 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseWritePtr(ptr,item,env,buf,db,offset,count,type,bType);
item              422 ompi/mpi/java/c/mpi_Comm.c     ompi_java_buffer_t *item;
item              423 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
item              427 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
item              439 ompi/mpi/java/c/mpi_Comm.c     ompi_java_buffer_t *item;
item              440 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
item              444 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
item              456 ompi/mpi/java/c/mpi_Comm.c     ompi_java_buffer_t *item;
item              457 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
item              461 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
item              811 ompi/mpi/java/c/mpi_Comm.c     ompi_java_buffer_t *item;
item              812 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
item              816 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseWritePtr(ptr,item,env,buf,db,offset,count,type,bType);
item              146 ompi/mpi/java/c/mpi_File.c     ompi_java_buffer_t *item;
item              147 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
item              154 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
item              168 ompi/mpi/java/c/mpi_File.c     ompi_java_buffer_t *item;
item              169 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
item              176 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
item              190 ompi/mpi/java/c/mpi_File.c     ompi_java_buffer_t *item;
item              191 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
item              198 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
item              212 ompi/mpi/java/c/mpi_File.c     ompi_java_buffer_t *item;
item              213 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
item              220 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
item              289 ompi/mpi/java/c/mpi_File.c     ompi_java_buffer_t *item;
item              290 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
item              294 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
item              307 ompi/mpi/java/c/mpi_File.c     ompi_java_buffer_t *item;
item              308 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
item              312 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
item              325 ompi/mpi/java/c/mpi_File.c     ompi_java_buffer_t *item;
item              326 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
item              330 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
item              343 ompi/mpi/java/c/mpi_File.c     ompi_java_buffer_t *item;
item              344 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
item              348 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
item              442 ompi/mpi/java/c/mpi_File.c     ompi_java_buffer_t *item;
item              443 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
item              447 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
item              460 ompi/mpi/java/c/mpi_File.c     ompi_java_buffer_t *item;
item              461 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
item              465 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
item              506 ompi/mpi/java/c/mpi_File.c     ompi_java_buffer_t *item;
item              507 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
item              511 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
item              524 ompi/mpi/java/c/mpi_File.c     ompi_java_buffer_t *item;
item              525 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
item              529 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
item               91 ompi/mpi/java/c/mpi_MPI.c static void bufferConstructor(ompi_java_buffer_t *item)
item               93 ompi/mpi/java/c/mpi_MPI.c     item->buffer = malloc(ompi_mpi_java_eager);
item               96 ompi/mpi/java/c/mpi_MPI.c static void bufferDestructor(ompi_java_buffer_t *item)
item               98 ompi/mpi/java/c/mpi_MPI.c     free(item->buffer);
item              532 ompi/mpi/java/c/mpi_MPI.c static void* getBuffer(JNIEnv *env, ompi_java_buffer_t **item, int size)
item              536 ompi/mpi/java/c/mpi_MPI.c         *item = NULL;
item              550 ompi/mpi/java/c/mpi_MPI.c         *item = (ompi_java_buffer_t*)freeListItem;
item              551 ompi/mpi/java/c/mpi_MPI.c         return (*item)->buffer;
item              555 ompi/mpi/java/c/mpi_MPI.c static void releaseBuffer(void *ptr, ompi_java_buffer_t *item)
item              557 ompi/mpi/java/c/mpi_MPI.c     if(item == NULL)
item              563 ompi/mpi/java/c/mpi_MPI.c         assert(item->buffer == ptr);
item              564 ompi/mpi/java/c/mpi_MPI.c         opal_free_list_return (&ompi_java_buffers, (opal_free_list_item_t*)item);
item              582 ompi/mpi/java/c/mpi_MPI.c static void* getReadPtr(ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
item              586 ompi/mpi/java/c/mpi_MPI.c     void *ptr   = getBuffer(env, item, length);
item              610 ompi/mpi/java/c/mpi_MPI.c         ompi_java_buffer_t **item, JNIEnv *env, jobject buf, int offset,
item              618 ompi/mpi/java/c/mpi_MPI.c     void *ptr   = getBuffer(env, item, length);
item              643 ompi/mpi/java/c/mpi_MPI.c         ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
item              649 ompi/mpi/java/c/mpi_MPI.c     void *ptr    = getBuffer(env, item, length);
item              676 ompi/mpi/java/c/mpi_MPI.c         ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
item              683 ompi/mpi/java/c/mpi_MPI.c     void *ptr    = getBuffer(env, item, length);
item              719 ompi/mpi/java/c/mpi_MPI.c static void* getWritePtr(ompi_java_buffer_t **item, JNIEnv *env,
item              725 ompi/mpi/java/c/mpi_MPI.c     return getBuffer(env, item, length);
item              728 ompi/mpi/java/c/mpi_MPI.c static void* getWritePtrv(ompi_java_buffer_t **item, JNIEnv *env,
item              735 ompi/mpi/java/c/mpi_MPI.c     return getBuffer(env, item, length);
item              739 ompi/mpi/java/c/mpi_MPI.c         void **ptr, ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
item              746 ompi/mpi/java/c/mpi_MPI.c         *item = NULL;
item              752 ompi/mpi/java/c/mpi_MPI.c         *item = NULL;
item              756 ompi/mpi/java/c/mpi_MPI.c         *ptr = getReadPtr(item, env, buf, offset, count, type, baseType);
item              761 ompi/mpi/java/c/mpi_MPI.c         void **ptr, ompi_java_buffer_t **item, JNIEnv *env,
item              769 ompi/mpi/java/c/mpi_MPI.c         *item = NULL;
item              775 ompi/mpi/java/c/mpi_MPI.c         *item = NULL;
item              779 ompi/mpi/java/c/mpi_MPI.c         *ptr = getReadPtrRank(item, env, buf, offset, count,
item              785 ompi/mpi/java/c/mpi_MPI.c         void **ptr, ompi_java_buffer_t **item, JNIEnv *env,
item              793 ompi/mpi/java/c/mpi_MPI.c         *item = NULL;
item              799 ompi/mpi/java/c/mpi_MPI.c         *item = NULL;
item              803 ompi/mpi/java/c/mpi_MPI.c         *ptr = getReadPtrvAll(item, env, buf, offset, counts,
item              808 ompi/mpi/java/c/mpi_MPI.c         *ptr = getReadPtrvRank(item, env, buf, offset, counts,
item              814 ompi/mpi/java/c/mpi_MPI.c         void *ptr, ompi_java_buffer_t *item, jobject buf, jboolean db)
item              817 ompi/mpi/java/c/mpi_MPI.c         releaseBuffer(ptr, item);
item              821 ompi/mpi/java/c/mpi_MPI.c         void **ptr, ompi_java_buffer_t **item, JNIEnv *env,
item              828 ompi/mpi/java/c/mpi_MPI.c         *item = NULL;
item              833 ompi/mpi/java/c/mpi_MPI.c         *item = NULL;
item              837 ompi/mpi/java/c/mpi_MPI.c         *ptr = getWritePtr(item, env, count, type);
item              842 ompi/mpi/java/c/mpi_MPI.c         void **ptr, ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
item              849 ompi/mpi/java/c/mpi_MPI.c         *item = NULL;
item              854 ompi/mpi/java/c/mpi_MPI.c         *item = NULL;
item              858 ompi/mpi/java/c/mpi_MPI.c         *ptr = getWritePtrv(item, env, counts, displs, size, type);
item              863 ompi/mpi/java/c/mpi_MPI.c         void *ptr, ompi_java_buffer_t *item, JNIEnv *env, jobject buf,
item              888 ompi/mpi/java/c/mpi_MPI.c     releaseBuffer(ptr, item);
item              892 ompi/mpi/java/c/mpi_MPI.c         void *ptr, ompi_java_buffer_t *item, JNIEnv *env,
item              933 ompi/mpi/java/c/mpi_MPI.c     releaseBuffer(ptr, item);
item               77 ompi/mpi/java/c/mpi_Message.c     ompi_java_buffer_t *item;
item               78 ompi/mpi/java/c/mpi_Message.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
item               86 ompi/mpi/java/c/mpi_Message.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
item               93 ompi/patterns/net/allreduce.c     opal_list_item_t *item;
item              134 ompi/patterns/net/allreduce.c     for (item = opal_list_get_first(peers) ;
item              135 ompi/patterns/net/allreduce.c             item != opal_list_get_end(peers) ;
item              136 ompi/patterns/net/allreduce.c             item = opal_list_get_next(peers)) {
item              137 ompi/patterns/net/allreduce.c         if(ompi_proc_local()==(ompi_proc_t *)item){
item              148 ompi/patterns/net/allreduce.c     for (item = opal_list_get_first(peers) ;
item              149 ompi/patterns/net/allreduce.c             item != opal_list_get_end(peers) ;
item              150 ompi/patterns/net/allreduce.c             item = opal_list_get_next(peers)) {
item              151 ompi/patterns/net/allreduce.c         proc_array[cnt]=(ompi_proc_t *)item;
item              107 ompi/runtime/ompi_mpi_finalize.c     opal_list_item_t *item;
item              296 ompi/runtime/ompi_mpi_finalize.c     while (NULL != (item = opal_list_remove_first(&ompi_registered_datareps))) {
item              297 ompi/runtime/ompi_mpi_finalize.c         OBJ_RELEASE(item);
item               35 opal/class/opal_fifo.c     fifo->opal_fifo_head.data.item = (intptr_t) &fifo->opal_fifo_ghost;
item               38 opal/class/opal_fifo.c     fifo->opal_fifo_tail.data.item = (intptr_t) &fifo->opal_fifo_ghost;
item               62 opal/class/opal_fifo.h     return (opal_list_item_t *) fifo->opal_fifo_head.data.item;
item               67 opal/class/opal_fifo.h     return (opal_list_item_t *) fifo->opal_fifo_tail.data.item;
item               86 opal/class/opal_fifo.h                                                        opal_list_item_t *item)
item               91 opal/class/opal_fifo.h     item->opal_list_next = (opal_list_item_t *) ghost;
item               96 opal/class/opal_fifo.h         if (opal_update_counted_pointer (&fifo->opal_fifo_tail, &tail, item)) {
item              103 opal/class/opal_fifo.h   if ((intptr_t) ghost == tail.data.item) {
item              106 opal/class/opal_fifo.h         opal_update_counted_pointer (&fifo->opal_fifo_head, &head, item);
item              109 opal/class/opal_fifo.h         ((opal_list_item_t *) tail.data.item)->opal_list_next = item;
item              112 opal/class/opal_fifo.h     return (opal_list_item_t *) tail.data.item;
item              120 opal/class/opal_fifo.h     opal_list_item_t *item, *next, *ghost = &fifo->opal_fifo_ghost;
item              129 opal/class/opal_fifo.h         item = (opal_list_item_t *) head.data.item;
item              130 opal/class/opal_fifo.h         next = (opal_list_item_t *) item->opal_list_next;
item              132 opal/class/opal_fifo.h         if ((intptr_t) ghost == tail.data.item && ghost == item) {
item              137 opal/class/opal_fifo.h         if (tail.data.item != (intptr_t) item && (intptr_t) ghost != tail.data.item && ghost == next) {
item              160 opal/class/opal_fifo.h             } while (ghost == item->opal_list_next);
item              166 opal/class/opal_fifo.h             fifo->opal_fifo_head.data.item = (intptr_t) item->opal_list_next;
item              171 opal/class/opal_fifo.h     item->opal_list_next = NULL;
item              173 opal/class/opal_fifo.h     return item;
item              182 opal/class/opal_fifo.h                                                        opal_list_item_t *item)
item              187 opal/class/opal_fifo.h     item->opal_list_next = (opal_list_item_t *) ghost;
item              192 opal/class/opal_fifo.h     tail_item = (opal_list_item_t *) opal_atomic_swap_ptr (&fifo->opal_fifo_tail.data.item, (intptr_t) item);
item              198 opal/class/opal_fifo.h         fifo->opal_fifo_head.data.item = (intptr_t) item;
item              201 opal/class/opal_fifo.h         tail_item->opal_list_next = item;
item              217 opal/class/opal_fifo.h     register opal_list_item_t *item, *next;
item              229 opal/class/opal_fifo.h         opal_atomic_ll_ptr(&fifo->opal_fifo_head.data.item, item);
item              230 opal/class/opal_fifo.h         if (ghost == item) {
item              231 opal/class/opal_fifo.h             if ((intptr_t) ghost == fifo->opal_fifo_tail.data.item) {
item              240 opal/class/opal_fifo.h         next = (opal_list_item_t *) item->opal_list_next;
item              241 opal/class/opal_fifo.h         opal_atomic_sc_ptr(&fifo->opal_fifo_head.data.item, next, ret);
item              245 opal/class/opal_fifo.h     opal_list_item_t *item, *next;
item              258 opal/class/opal_fifo.h     item = opal_fifo_head (fifo);
item              259 opal/class/opal_fifo.h     if (ghost == item) {
item              264 opal/class/opal_fifo.h     next = (opal_list_item_t *) item->opal_list_next;
item              265 opal/class/opal_fifo.h     fifo->opal_fifo_head.data.item = (uintptr_t) next;
item              269 opal/class/opal_fifo.h         void *tmp = item;
item              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)) {
item              274 opal/class/opal_fifo.h             } while (ghost == item->opal_list_next);
item              276 opal/class/opal_fifo.h             fifo->opal_fifo_head.data.item = (intptr_t) item->opal_list_next;
item              285 opal/class/opal_fifo.h     item->opal_list_next = NULL;
item              287 opal/class/opal_fifo.h     return item;
item              294 opal/class/opal_fifo.h                                                    opal_list_item_t *item)
item              298 opal/class/opal_fifo.h     item->opal_list_next = &fifo->opal_fifo_ghost;
item              300 opal/class/opal_fifo.h     fifo->opal_fifo_tail.data.item = (intptr_t) item;
item              302 opal/class/opal_fifo.h         fifo->opal_fifo_head.data.item = (intptr_t) item;
item              304 opal/class/opal_fifo.h         prev->opal_list_next = item;
item              307 opal/class/opal_fifo.h     return (opal_list_item_t *) item->opal_list_next;
item              312 opal/class/opal_fifo.h     opal_list_item_t *item = opal_fifo_head (fifo);
item              314 opal/class/opal_fifo.h     if (item == &fifo->opal_fifo_ghost) {
item              318 opal/class/opal_fifo.h     fifo->opal_fifo_head.data.item = (intptr_t) item->opal_list_next;
item              320 opal/class/opal_fifo.h         fifo->opal_fifo_tail.data.item = (intptr_t) &fifo->opal_fifo_ghost;
item              323 opal/class/opal_fifo.h     item->opal_list_next = NULL;
item              324 opal/class/opal_fifo.h     return item;
item              329 opal/class/opal_fifo.h                                                 opal_list_item_t *item)
item              332 opal/class/opal_fifo.h         return opal_fifo_push_atomic (fifo, item);
item              335 opal/class/opal_fifo.h     return opal_fifo_push_st (fifo, item);
item               82 opal/class/opal_free_list.c     opal_list_item_t *item;
item               93 opal/class/opal_free_list.c     while(NULL != (item = opal_lifo_pop(&(fl->super)))) {
item               94 opal/class/opal_free_list.c         fl_item = (opal_free_list_item_t*)item;
item              102 opal/class/opal_free_list.c     while(NULL != (item = opal_list_remove_first(&fl->fl_allocations))) {
item              103 opal/class/opal_free_list.c         opal_free_list_allocation_release (fl, (opal_free_list_memory_t *) item);
item              247 opal/class/opal_free_list.c         opal_free_list_item_t* item = (opal_free_list_item_t*)ptr;
item              248 opal/class/opal_free_list.c         item->registration = reg;
item              249 opal/class/opal_free_list.c         item->ptr = payload_ptr;
item              251 opal/class/opal_free_list.c         OBJ_CONSTRUCT_INTERNAL(item, flist->fl_frag_class);
item              252 opal/class/opal_free_list.c         item->super.item_free = 0;
item              256 opal/class/opal_free_list.c             if (OPAL_SUCCESS != (rc = flist->item_init(item, flist->ctx))) {
item              258 opal/class/opal_free_list.c                 OBJ_DESTRUCT (item);
item              269 opal/class/opal_free_list.c             *item_out = item;
item              271 opal/class/opal_free_list.c             opal_lifo_push_atomic (&flist->super, &item->super);
item               54 opal/class/opal_free_list.h         struct opal_free_list_item_t *item, void *ctx);
item              200 opal/class/opal_free_list.h     opal_free_list_item_t *item =
item              203 opal/class/opal_free_list.h     if (OPAL_UNLIKELY(NULL == item)) {
item              205 opal/class/opal_free_list.h         opal_free_list_grow_st (flist, flist->fl_num_per_alloc, &item);
item              209 opal/class/opal_free_list.h     return item;
item              214 opal/class/opal_free_list.h     opal_free_list_item_t *item =
item              217 opal/class/opal_free_list.h     if (OPAL_UNLIKELY(NULL == item)) {
item              218 opal/class/opal_free_list.h         opal_free_list_grow_st (flist, flist->fl_num_per_alloc, &item);
item              221 opal/class/opal_free_list.h     return item;
item              234 opal/class/opal_free_list.h #define OPAL_FREE_LIST_GET(fl, item)            \
item              235 opal/class/opal_free_list.h     (item) = opal_free_list_get (fl)
item              250 opal/class/opal_free_list.h #define OPAL_FREE_LIST_WAIT(fl, item)           \
item              251 opal/class/opal_free_list.h     (item) = opal_free_list_wait (fl)
item              255 opal/class/opal_free_list.h     opal_free_list_item_t *item =
item              258 opal/class/opal_free_list.h     while (NULL == item) {
item              261 opal/class/opal_free_list.h                 OPAL_SUCCESS != opal_free_list_grow_st (fl, fl->fl_num_per_alloc, &item)) {
item              282 opal/class/opal_free_list.h         if (NULL == item) {
item              283 opal/class/opal_free_list.h             item = (opal_free_list_item_t *) opal_lifo_pop_atomic (&fl->super);
item              287 opal/class/opal_free_list.h     return item;
item              292 opal/class/opal_free_list.h     opal_free_list_item_t *item =
item              295 opal/class/opal_free_list.h     while (NULL == item) {
item              297 opal/class/opal_free_list.h             OPAL_SUCCESS != opal_free_list_grow_st (fl, fl->fl_num_per_alloc, &item)) {
item              301 opal/class/opal_free_list.h         if (NULL == item) {
item              302 opal/class/opal_free_list.h             item = (opal_free_list_item_t *) opal_lifo_pop (&fl->super);
item              306 opal/class/opal_free_list.h     return item;
item              326 opal/class/opal_free_list.h                                              opal_free_list_item_t *item)
item              330 opal/class/opal_free_list.h     original = opal_lifo_push_atomic (&flist->super, &item->super);
item              343 opal/class/opal_free_list.h                                              opal_free_list_item_t *item)
item              347 opal/class/opal_free_list.h     original = opal_lifo_push_st (&flist->super, &item->super);
item              360 opal/class/opal_free_list.h                                           opal_free_list_item_t *item)
item              363 opal/class/opal_free_list.h         opal_free_list_return_mt (flist, item);
item              365 opal/class/opal_free_list.h         opal_free_list_return_st (flist, item);
item              370 opal/class/opal_free_list.h #define OPAL_FREE_LIST_RETURN(fl, item)         \
item              371 opal/class/opal_free_list.h     opal_free_list_return (fl, item)
item               29 opal/class/opal_lifo.c     lifo->opal_lifo_head.data.item = (intptr_t) &lifo->opal_lifo_ghost;
item               51 opal/class/opal_lifo.h         volatile opal_atomic_intptr_t item;
item               70 opal/class/opal_lifo.h                                                 opal_list_item_t *item)
item               73 opal/class/opal_lifo.h     new_p.data.item = (intptr_t) item;
item               84 opal/class/opal_lifo.h     value->data.item = addr->data.item;
item              135 opal/class/opal_lifo.h     return (opal_list_item_t *) lifo->opal_lifo_head.data.item == &lifo->opal_lifo_ghost;
item              146 opal/class/opal_lifo.h                                                        opal_list_item_t *item)
item              148 opal/class/opal_lifo.h     opal_list_item_t *next = (opal_list_item_t *) lifo->opal_lifo_head.data.item;
item              151 opal/class/opal_lifo.h         item->opal_list_next = next;
item              155 opal/class/opal_lifo.h         if (opal_atomic_compare_exchange_strong_ptr (&lifo->opal_lifo_head.data.item, (intptr_t *) &next, (intptr_t) item)) {
item              168 opal/class/opal_lifo.h     opal_list_item_t *item;
item              173 opal/class/opal_lifo.h         item = (opal_list_item_t *) old_head.data.item;
item              174 opal/class/opal_lifo.h         if (item == &lifo->opal_lifo_ghost) {
item              179 opal/class/opal_lifo.h                                          (opal_list_item_t *) item->opal_list_next)) {
item              181 opal/class/opal_lifo.h             item->opal_list_next = NULL;
item              182 opal/class/opal_lifo.h             return item;
item              194 opal/class/opal_lifo.h                                                        opal_list_item_t *item)
item              196 opal/class/opal_lifo.h     opal_list_item_t *next = (opal_list_item_t *) lifo->opal_lifo_head.data.item;
item              199 opal/class/opal_lifo.h     item->item_free = 1;
item              202 opal/class/opal_lifo.h         item->opal_list_next = next;
item              204 opal/class/opal_lifo.h         if (opal_atomic_compare_exchange_strong_ptr (&lifo->opal_lifo_head.data.item, (intptr_t *) &next, (intptr_t) item)) {
item              207 opal/class/opal_lifo.h             item->item_free = 0;
item              221 opal/class/opal_lifo.h     register opal_list_item_t *item, *next;
item              232 opal/class/opal_lifo.h         opal_atomic_ll_ptr(&lifo->opal_lifo_head.data.item, item);
item              233 opal/class/opal_lifo.h         if (&lifo->opal_lifo_ghost == item) {
item              237 opal/class/opal_lifo.h         next = (opal_list_item_t *) item->opal_list_next;
item              238 opal/class/opal_lifo.h         opal_atomic_sc_ptr(&lifo->opal_lifo_head.data.item, next, ret);
item              243 opal/class/opal_lifo.h     item->opal_list_next = NULL;
item              244 opal/class/opal_lifo.h     return item;
item              254 opal/class/opal_lifo.h     opal_list_item_t *item, *head, *ghost = &lifo->opal_lifo_ghost;
item              256 opal/class/opal_lifo.h     while ((item=(opal_list_item_t *)lifo->opal_lifo_head.data.item) != ghost) {
item              258 opal/class/opal_lifo.h         if (opal_atomic_swap_32((opal_atomic_int32_t *) &item->item_free, 1)) {
item              264 opal/class/opal_lifo.h         head = item;
item              266 opal/class/opal_lifo.h         if (opal_atomic_compare_exchange_strong_ptr (&lifo->opal_lifo_head.data.item, (intptr_t *) &head,
item              267 opal/class/opal_lifo.h                                                      (intptr_t) item->opal_list_next)) {
item              272 opal/class/opal_lifo.h         item->item_free = 0;
item              273 opal/class/opal_lifo.h         item = head;
item              278 opal/class/opal_lifo.h     if (item == &lifo->opal_lifo_ghost) {
item              284 opal/class/opal_lifo.h     item->opal_list_next = NULL;
item              285 opal/class/opal_lifo.h     return item;
item              294 opal/class/opal_lifo.h                                                    opal_list_item_t *item)
item              296 opal/class/opal_lifo.h     item->opal_list_next = (opal_list_item_t *) lifo->opal_lifo_head.data.item;
item              297 opal/class/opal_lifo.h     item->item_free = 0;
item              298 opal/class/opal_lifo.h     lifo->opal_lifo_head.data.item = (intptr_t) item;
item              299 opal/class/opal_lifo.h     return (opal_list_item_t *) item->opal_list_next;
item              304 opal/class/opal_lifo.h     opal_list_item_t *item;
item              305 opal/class/opal_lifo.h     item = (opal_list_item_t *) lifo->opal_lifo_head.data.item;
item              306 opal/class/opal_lifo.h     lifo->opal_lifo_head.data.item = (intptr_t) item->opal_list_next;
item              307 opal/class/opal_lifo.h     if (item == &lifo->opal_lifo_ghost) {
item              311 opal/class/opal_lifo.h     item->opal_list_next = NULL;
item              312 opal/class/opal_lifo.h     item->item_free = 1;
item              313 opal/class/opal_lifo.h     return item;
item              318 opal/class/opal_lifo.h                                                 opal_list_item_t *item)
item              321 opal/class/opal_lifo.h         return opal_lifo_push_atomic (lifo, item);
item              324 opal/class/opal_lifo.h     return opal_lifo_push_st (lifo, item);
item               56 opal/class/opal_list.c static void opal_list_item_construct(opal_list_item_t *item)
item               58 opal/class/opal_list.c     item->opal_list_next = item->opal_list_prev = NULL;
item               59 opal/class/opal_list.c     item->item_free = 1;
item               61 opal/class/opal_list.c     item->opal_list_item_refcount = 0;
item               62 opal/class/opal_list.c     item->opal_list_item_belong_to = NULL;
item               66 opal/class/opal_list.c static void opal_list_item_destruct(opal_list_item_t *item)
item               69 opal/class/opal_list.c     assert( 0 == item->opal_list_item_refcount );
item               70 opal/class/opal_list.c     assert( NULL == item->opal_list_item_belong_to );
item              112 opal/class/opal_list.c bool opal_list_insert(opal_list_t *list, opal_list_item_t *item, long long idx)
item              124 opal/class/opal_list.c         opal_list_prepend(list, item);
item              130 opal/class/opal_list.c         assert(0 == item->opal_list_item_refcount);
item              138 opal/class/opal_list.c         item->opal_list_next = next;
item              139 opal/class/opal_list.c         item->opal_list_prev = ptr;
item              140 opal/class/opal_list.c         next->opal_list_prev = item;
item              141 opal/class/opal_list.c         ptr->opal_list_next = item;
item              147 opal/class/opal_list.c         opal_atomic_add ( &(item->opal_list_item_refcount), 1 );
item              148 opal/class/opal_list.c         assert(1 == item->opal_list_item_refcount);
item              149 opal/class/opal_list.c         item->opal_list_item_belong_to = list;
item              178 opal/class/opal_list.c             volatile opal_list_item_t* item = begin;
item              179 opal/class/opal_list.c             while( pos != item ) {
item              180 opal/class/opal_list.c                 item->opal_list_item_belong_to = pos->opal_list_item_belong_to;
item              181 opal/class/opal_list.c                 item = item->opal_list_next;
item              182 opal/class/opal_list.c                 assert(NULL != item);
item              233 opal/class/opal_list.c     opal_list_item_t* item;
item              247 opal/class/opal_list.c     while(NULL != (item = opal_list_remove_first(list))) {
item              248 opal/class/opal_list.c         items[index++] = item;
item              132 opal/class/opal_list.h #define opal_list_get_next(item) \
item              133 opal/class/opal_list.h     ((item) ? ((opal_list_item_t*) ((opal_list_item_t*)(item))->opal_list_next) : NULL)
item              142 opal/class/opal_list.h #define opal_list_get_prev(item) \
item              143 opal/class/opal_list.h     ((item) ? ((opal_list_item_t*) ((opal_list_item_t*)(item))->opal_list_prev) : NULL)
item              213 opal/class/opal_list.h #define OPAL_LIST_FOREACH(item, list, type)                             \
item              214 opal/class/opal_list.h   for (item = (type *) (list)->opal_list_sentinel.opal_list_next ;      \
item              215 opal/class/opal_list.h        item != (type *) &(list)->opal_list_sentinel ;                   \
item              216 opal/class/opal_list.h        item = (type *) ((opal_list_item_t *) (item))->opal_list_next)
item              235 opal/class/opal_list.h #define OPAL_LIST_FOREACH_REV(item, list, type)                         \
item              236 opal/class/opal_list.h   for (item = (type *) (list)->opal_list_sentinel.opal_list_prev ;      \
item              237 opal/class/opal_list.h        item != (type *) &(list)->opal_list_sentinel ;                   \
item              238 opal/class/opal_list.h        item = (type *) ((opal_list_item_t *) (item))->opal_list_prev)
item              259 opal/class/opal_list.h #define OPAL_LIST_FOREACH_SAFE(item, next, list, type)                  \
item              260 opal/class/opal_list.h   for (item = (type *) (list)->opal_list_sentinel.opal_list_next,       \
item              261 opal/class/opal_list.h          next = (type *) ((opal_list_item_t *) (item))->opal_list_next ;\
item              262 opal/class/opal_list.h        item != (type *) &(list)->opal_list_sentinel ;                   \
item              263 opal/class/opal_list.h        item = next, next = (type *) ((opal_list_item_t *) (item))->opal_list_next)
item              284 opal/class/opal_list.h #define OPAL_LIST_FOREACH_SAFE_REV(item, prev, list, type)              \
item              285 opal/class/opal_list.h   for (item = (type *) (list)->opal_list_sentinel.opal_list_prev,       \
item              286 opal/class/opal_list.h          prev = (type *) ((opal_list_item_t *) (item))->opal_list_prev ;\
item              287 opal/class/opal_list.h        item != (type *) &(list)->opal_list_sentinel ;                   \
item              288 opal/class/opal_list.h        item = prev, prev = (type *) ((opal_list_item_t *) (item))->opal_list_prev)
item              326 opal/class/opal_list.h     opal_list_item_t* item = (opal_list_item_t*)list->opal_list_sentinel.opal_list_next;
item              330 opal/class/opal_list.h     assert(1 == item->opal_list_item_refcount);
item              331 opal/class/opal_list.h     assert( list == item->opal_list_item_belong_to );
item              334 opal/class/opal_list.h     return item;
item              353 opal/class/opal_list.h     opal_list_item_t* item = (opal_list_item_t *)list->opal_list_sentinel.opal_list_prev;
item              357 opal/class/opal_list.h     assert( 1 == item->opal_list_item_refcount );
item              358 opal/class/opal_list.h     assert( list == item->opal_list_item_belong_to );
item              361 opal/class/opal_list.h     return item;
item              436 opal/class/opal_list.h     opal_list_item_t *item;
item              438 opal/class/opal_list.h     for (item = opal_list_get_first(list) ;
item              439 opal/class/opal_list.h          item != opal_list_get_end(list) ;
item              440 opal/class/opal_list.h          item = opal_list_get_next(item)) {
item              477 opal/class/opal_list.h   (opal_list_t *list, opal_list_item_t *item)
item              487 opal/class/opal_list.h         if (item_ptr == (opal_list_item_t *) item) {
item              493 opal/class/opal_list.h         fprintf(stderr," Warning :: opal_list_remove_item - the item %p is not on the list %p \n",(void*) item, (void*) list);
item              498 opal/class/opal_list.h     assert( list == item->opal_list_item_belong_to );
item              502 opal/class/opal_list.h     item->opal_list_prev->opal_list_next=item->opal_list_next;
item              505 opal/class/opal_list.h     item->opal_list_next->opal_list_prev=item->opal_list_prev;
item              512 opal/class/opal_list.h     OPAL_THREAD_ADD_FETCH32( &(item->opal_list_item_refcount), -1 );
item              513 opal/class/opal_list.h     assert(0 == item->opal_list_item_refcount);
item              514 opal/class/opal_list.h     item->opal_list_item_belong_to = NULL;
item              517 opal/class/opal_list.h     return (opal_list_item_t *)item->opal_list_prev;
item              543 opal/class/opal_list.h static inline void _opal_list_append(opal_list_t *list, opal_list_item_t *item
item              553 opal/class/opal_list.h   assert(0 == item->opal_list_item_refcount);
item              554 opal/class/opal_list.h   assert( NULL == item->opal_list_item_belong_to );
item              555 opal/class/opal_list.h   item->super.cls_init_file_name = FILE_NAME;
item              556 opal/class/opal_list.h   item->super.cls_init_lineno    = LINENO;
item              560 opal/class/opal_list.h   item->opal_list_prev = sentinel->opal_list_prev;
item              563 opal/class/opal_list.h   sentinel->opal_list_prev->opal_list_next = item;
item              566 opal/class/opal_list.h   item->opal_list_next = sentinel;
item              569 opal/class/opal_list.h   sentinel->opal_list_prev = item;
item              578 opal/class/opal_list.h   OPAL_THREAD_ADD_FETCH32( &(item->opal_list_item_refcount), 1 );
item              579 opal/class/opal_list.h   assert(1 == item->opal_list_item_refcount);
item              580 opal/class/opal_list.h   item->opal_list_item_belong_to = list;
item              599 opal/class/opal_list.h                                      opal_list_item_t *item)
item              605 opal/class/opal_list.h   assert(0 == item->opal_list_item_refcount);
item              606 opal/class/opal_list.h   assert( NULL == item->opal_list_item_belong_to );
item              610 opal/class/opal_list.h   item->opal_list_next = sentinel->opal_list_next;
item              613 opal/class/opal_list.h   item->opal_list_prev = sentinel;
item              616 opal/class/opal_list.h   sentinel->opal_list_next->opal_list_prev = item;
item              619 opal/class/opal_list.h   sentinel->opal_list_next = item;
item              628 opal/class/opal_list.h   OPAL_THREAD_ADD_FETCH32( &(item->opal_list_item_refcount), 1 );
item              629 opal/class/opal_list.h   assert(1 == item->opal_list_item_refcount);
item              630 opal/class/opal_list.h   item->opal_list_item_belong_to = list;
item              657 opal/class/opal_list.h   opal_list_item_t *item;
item              672 opal/class/opal_list.h   item = (opal_list_item_t *) list->opal_list_sentinel.opal_list_next;
item              675 opal/class/opal_list.h   item->opal_list_next->opal_list_prev = item->opal_list_prev;
item              678 opal/class/opal_list.h   list->opal_list_sentinel.opal_list_next = item->opal_list_next;
item              681 opal/class/opal_list.h   assert( list == item->opal_list_item_belong_to );
item              682 opal/class/opal_list.h   item->opal_list_item_belong_to = NULL;
item              683 opal/class/opal_list.h   item->opal_list_prev=(opal_list_item_t *)NULL;
item              684 opal/class/opal_list.h   item->opal_list_next=(opal_list_item_t *)NULL;
item              689 opal/class/opal_list.h   OPAL_THREAD_ADD_FETCH32( &item->opal_list_item_refcount, -1 );
item              690 opal/class/opal_list.h   assert(0 == item->opal_list_item_refcount);
item              693 opal/class/opal_list.h   return item;
item              719 opal/class/opal_list.h   opal_list_item_t  *item;
item              734 opal/class/opal_list.h   item = (opal_list_item_t *) list->opal_list_sentinel.opal_list_prev;
item              737 opal/class/opal_list.h   item->opal_list_prev->opal_list_next = item->opal_list_next;
item              740 opal/class/opal_list.h   list->opal_list_sentinel.opal_list_prev = item->opal_list_prev;
item              743 opal/class/opal_list.h   assert( list == item->opal_list_item_belong_to );
item              744 opal/class/opal_list.h   item->opal_list_next = item->opal_list_prev = (opal_list_item_t *)NULL;
item              749 opal/class/opal_list.h   OPAL_THREAD_ADD_FETCH32(&item->opal_list_item_refcount, -1 );
item              750 opal/class/opal_list.h   assert(0 == item->opal_list_item_refcount);
item              751 opal/class/opal_list.h   item->opal_list_item_belong_to = NULL;
item              754 opal/class/opal_list.h   return item;
item              767 opal/class/opal_list.h                                         opal_list_item_t *item)
item              773 opal/class/opal_list.h     assert(0 == item->opal_list_item_refcount);
item              774 opal/class/opal_list.h     assert( NULL == item->opal_list_item_belong_to );
item              778 opal/class/opal_list.h     item->opal_list_next = pos;
item              779 opal/class/opal_list.h     item->opal_list_prev = pos->opal_list_prev;
item              782 opal/class/opal_list.h     pos->opal_list_prev->opal_list_next = item;
item              783 opal/class/opal_list.h     pos->opal_list_prev = item;
item              792 opal/class/opal_list.h     OPAL_THREAD_ADD_FETCH32( &(item->opal_list_item_refcount), 1 );
item              793 opal/class/opal_list.h     assert(1 == item->opal_list_item_refcount);
item              794 opal/class/opal_list.h     item->opal_list_item_belong_to = list;
item              816 opal/class/opal_list.h   OPAL_DECLSPEC bool opal_list_insert(opal_list_t *list, opal_list_item_t *item,
item              124 opal/class/opal_rb_tree.c     opal_free_list_item_t * item;
item              127 opal/class/opal_rb_tree.c     item = opal_free_list_get (&tree->free_list);
item              128 opal/class/opal_rb_tree.c     if (NULL == item) {
item              131 opal/class/opal_rb_tree.c     node = (opal_rb_tree_node_t *) item;
item              231 opal/class/opal_rb_tree.c     opal_free_list_item_t * item;
item              269 opal/class/opal_rb_tree.c     item = (opal_free_list_item_t *) todelete;
item              270 opal/class/opal_rb_tree.c     opal_free_list_return (&(tree->free_list), item);
item              279 opal/class/opal_rb_tree.c     opal_free_list_item_t * item;
item              285 opal/class/opal_rb_tree.c     item = (opal_free_list_item_t *) tree->root_ptr;
item              286 opal/class/opal_rb_tree.c     opal_free_list_return(&(tree->free_list), item);
item              289 opal/class/opal_rb_tree.c     item = (opal_free_list_item_t *) tree->nill;
item              290 opal/class/opal_rb_tree.c     opal_free_list_return (&(tree->free_list), item);
item              424 opal/class/opal_rb_tree.c     opal_free_list_item_t * item;
item              433 opal/class/opal_rb_tree.c         item = (opal_free_list_item_t *) node->left;
item              435 opal/class/opal_rb_tree.c         opal_free_list_return (&tree->free_list, item);
item              440 opal/class/opal_rb_tree.c         item = (opal_free_list_item_t *) node->right;
item              442 opal/class/opal_rb_tree.c         opal_free_list_return (&tree->free_list, item);
item               53 opal/class/opal_tree.c static void opal_tree_item_construct(opal_tree_item_t *item)
item               55 opal/class/opal_tree.c     item->opal_tree_parent = NULL;
item               56 opal/class/opal_tree.c     item->opal_tree_num_ancestors = 0;
item               57 opal/class/opal_tree.c     item->opal_tree_sibling_rank = 0xdeadbeef;
item               58 opal/class/opal_tree.c     item->opal_tree_next_sibling = item->opal_tree_prev_sibling = NULL;
item               59 opal/class/opal_tree.c     item->opal_tree_num_children = 0;
item               60 opal/class/opal_tree.c     item->opal_tree_first_child = item->opal_tree_last_child = NULL;
item               62 opal/class/opal_tree.c     item->opal_tree_item_refcount = 0;
item               63 opal/class/opal_tree.c     item->opal_tree_item_belong_to = NULL;
item               67 opal/class/opal_tree.c static void opal_tree_item_destruct(opal_tree_item_t *item)
item               70 opal/class/opal_tree.c     assert( 0 == item->opal_tree_item_refcount );
item               71 opal/class/opal_tree.c     assert( NULL == item->opal_tree_item_belong_to );
item              139 opal/class/opal_tree.c static int count_descendants(opal_tree_item_t* item)
item              144 opal/class/opal_tree.c     while (item) {
item              145 opal/class/opal_tree.c         current_count += count_descendants(opal_tree_get_first_child(item));
item              147 opal/class/opal_tree.c         item = opal_tree_get_next_sibling(item);
item              223 opal/class/opal_tree.c static bool item_in_tree(opal_tree_item_t *item, opal_tree_item_t *search_item)
item              228 opal/class/opal_tree.c     while (!result && item) {
item              230 opal/class/opal_tree.c         result = (item == search_item) ? true : false;
item              231 opal/class/opal_tree.c         if (!result && (first_child = opal_tree_get_first_child(item))) {
item              237 opal/class/opal_tree.c             item = opal_tree_get_next_sibling(item);
item              247 opal/class/opal_tree.c opal_tree_item_t *opal_tree_remove_subtree(opal_tree_item_t *item)
item              253 opal/class/opal_tree.c     if (NULL != item->opal_tree_container) {
item              255 opal/class/opal_tree.c         if (!item_in_tree(opal_tree_get_root(item->opal_tree_container), item)) {
item              263 opal/class/opal_tree.c     parent_item = item->opal_tree_parent;
item              268 opal/class/opal_tree.c     if (parent_item->opal_tree_first_child == item &&
item              269 opal/class/opal_tree.c         parent_item->opal_tree_last_child == item) {
item              270 opal/class/opal_tree.c         parent_item->opal_tree_first_child = item->opal_tree_first_child;
item              271 opal/class/opal_tree.c         parent_item->opal_tree_last_child = item->opal_tree_last_child;
item              278 opal/class/opal_tree.c         if (item->opal_tree_parent->opal_tree_first_child == item) {
item              279 opal/class/opal_tree.c             if (item->opal_tree_num_children > 0) {
item              281 opal/class/opal_tree.c                     item->opal_tree_next_sibling;
item              284 opal/class/opal_tree.c                     opal_tree_get_next_sibling(item);
item              286 opal/class/opal_tree.c         } else if (parent_item->opal_tree_last_child == item) {
item              287 opal/class/opal_tree.c             if (item->opal_tree_num_children > 0) {
item              289 opal/class/opal_tree.c                     item->opal_tree_last_child;
item              292 opal/class/opal_tree.c                     opal_tree_get_prev_sibling(item);
item              296 opal/class/opal_tree.c     item->opal_tree_parent->opal_tree_num_children--;
item              299 opal/class/opal_tree.c     if (NULL != item->opal_tree_prev_sibling) {
item              300 opal/class/opal_tree.c         item->opal_tree_prev_sibling->opal_tree_next_sibling=
item              301 opal/class/opal_tree.c             item->opal_tree_next_sibling;
item              303 opal/class/opal_tree.c     if (NULL != item->opal_tree_next_sibling) {
item              304 opal/class/opal_tree.c         item->opal_tree_next_sibling->opal_tree_prev_sibling=
item              305 opal/class/opal_tree.c             item->opal_tree_prev_sibling;
item              307 opal/class/opal_tree.c     item->opal_tree_prev_sibling = NULL;
item              308 opal/class/opal_tree.c     item->opal_tree_next_sibling = NULL;
item              311 opal/class/opal_tree.c     item->opal_tree_container->opal_tree_num_items -= count_descendants(item);
item              312 opal/class/opal_tree.c     item->opal_tree_container = NULL;
item              314 opal/class/opal_tree.c     return(item);
item              318 opal/class/opal_tree.c                           opal_tree_item_t *item)
item              322 opal/class/opal_tree.c     parent_item = (opal_tree_item_t*)item->opal_tree_parent;
item              327 opal/class/opal_tree.c     for(child  = opal_tree_get_first_child(item);
item              339 opal/class/opal_tree.c     child  = opal_tree_get_first_child(item);
item              341 opal/class/opal_tree.c         child->opal_tree_prev_sibling = item->opal_tree_prev_sibling;
item              343 opal/class/opal_tree.c     if( NULL != item->opal_tree_prev_sibling ) {
item              344 opal/class/opal_tree.c         (item->opal_tree_prev_sibling)->opal_tree_next_sibling = child;
item              347 opal/class/opal_tree.c     child  = opal_tree_get_last_child(item);
item              349 opal/class/opal_tree.c         child->opal_tree_next_sibling = item->opal_tree_next_sibling;
item              351 opal/class/opal_tree.c     if( NULL != item->opal_tree_next_sibling ) {
item              352 opal/class/opal_tree.c         (item->opal_tree_next_sibling)->opal_tree_prev_sibling = child;
item              360 opal/class/opal_tree.c     if( parent_item->opal_tree_first_child == item &&
item              361 opal/class/opal_tree.c         parent_item->opal_tree_last_child == item ) {
item              362 opal/class/opal_tree.c         parent_item->opal_tree_first_child = opal_tree_get_first_child(item);
item              363 opal/class/opal_tree.c         parent_item->opal_tree_last_child = opal_tree_get_last_child(item);
item              369 opal/class/opal_tree.c         if (parent_item->opal_tree_first_child == item) {
item              370 opal/class/opal_tree.c             if (item->opal_tree_num_children > 0) {
item              372 opal/class/opal_tree.c                     item->opal_tree_first_child;
item              375 opal/class/opal_tree.c                     opal_tree_get_next_sibling(item);
item              377 opal/class/opal_tree.c         } else if (parent_item->opal_tree_last_child == item) {
item              378 opal/class/opal_tree.c             if (item->opal_tree_num_children > 0) {
item              380 opal/class/opal_tree.c                     item->opal_tree_last_child;
item              383 opal/class/opal_tree.c                     opal_tree_get_prev_sibling(item);
item              532 opal/class/opal_tree.c void * opal_tree_get_key(opal_tree_t *tree, opal_tree_item_t *item)
item              534 opal/class/opal_tree.c     return tree->get_key(item);
item              652 opal/class/opal_tree.c static opal_tree_item_t *find_in_descendants(opal_tree_item_t* item, void *key)
item              656 opal/class/opal_tree.c     while (!result && item) {
item              658 opal/class/opal_tree.c         result = (item->opal_tree_container->comp(item, key) == 0) ?
item              659 opal/class/opal_tree.c             item : NULL;
item              660 opal/class/opal_tree.c         if (!result && (first_child = opal_tree_get_first_child(item))) {
item              666 opal/class/opal_tree.c             item = opal_tree_get_next_sibling(item);
item              675 opal/class/opal_tree.c opal_tree_item_t *opal_tree_find_with(opal_tree_item_t *item, void *key)
item              677 opal/class/opal_tree.c     opal_tree_item_t *curr_item = item, *result = NULL;
item              679 opal/class/opal_tree.c     if (!opal_tree_is_empty(item->opal_tree_container)) {
item              681 opal/class/opal_tree.c         result = find_in_descendants(opal_tree_get_first_child(item), key);
item              691 opal/class/opal_tree.c         curr_item = item;
item              693 opal/class/opal_tree.c             curr_item = opal_tree_get_next_sibling(item->opal_tree_parent);
item              695 opal/class/opal_tree.c                    item->opal_tree_parent->opal_tree_num_ancestors > 0) {
item              696 opal/class/opal_tree.c                 item = item->opal_tree_parent;
item              697 opal/class/opal_tree.c                 curr_item = opal_tree_get_next_sibling(item->opal_tree_parent);
item              143 opal/class/opal_tree.h typedef int (*opal_tree_comp_fn_t)(opal_tree_item_t *item, void *key);
item              155 opal/class/opal_tree.h typedef int (*opal_tree_item_serialize_fn_t)(opal_tree_item_t *item,
item              170 opal/class/opal_tree.h 					       opal_tree_item_t **item);
item              175 opal/class/opal_tree.h typedef void *(*opal_tree_get_key_fn_t)(opal_tree_item_t *item);
item              212 opal/class/opal_tree.h static inline opal_tree_item_t *opal_tree_get_parent(opal_tree_item_t *item)
item              214 opal/class/opal_tree.h     return ((item) ? item->opal_tree_parent : NULL);
item              227 opal/class/opal_tree.h                                                            *item)
item              229 opal/class/opal_tree.h     return ((item) ? item->opal_tree_next_sibling : NULL);
item              243 opal/class/opal_tree.h                                                            *item)
item              245 opal/class/opal_tree.h     return ((item) ? item->opal_tree_prev_sibling : NULL);
item              259 opal/class/opal_tree.h                                                           *item)
item              261 opal/class/opal_tree.h     return ((item) ? item->opal_tree_first_child : NULL);
item              275 opal/class/opal_tree.h                                                          *item)
item              277 opal/class/opal_tree.h     return ((item) ? item->opal_tree_last_child : NULL);
item              319 opal/class/opal_tree.h     opal_tree_item_t* item;
item              323 opal/class/opal_tree.h     item = tree->opal_tree_sentinel.opal_tree_first_child;
item              326 opal/class/opal_tree.h     assert(1 == item->opal_tree_item_refcount);
item              327 opal/class/opal_tree.h     assert(tree == item->opal_tree_item_belong_to );
item              329 opal/class/opal_tree.h     return item;
item              393 opal/class/opal_tree.h OPAL_DECLSPEC opal_tree_item_t *opal_tree_remove_subtree(opal_tree_item_t *item);
item              404 opal/class/opal_tree.h                                         opal_tree_item_t *item);
item              455 opal/class/opal_tree.h OPAL_DECLSPEC void * opal_tree_get_key(opal_tree_t *tree, opal_tree_item_t *item);
item              526 opal/class/opal_tree.h OPAL_DECLSPEC opal_tree_item_t *opal_tree_find_with(opal_tree_item_t *item,
item              200 opal/class/opal_value_array.h static inline int opal_value_array_set_item(opal_value_array_t *array, size_t item_index, const void* item)
item              206 opal/class/opal_value_array.h     memcpy(array->array_items + (item_index * array->array_item_sizeof), item, array->array_item_sizeof);
item              225 opal/class/opal_value_array.h static inline int opal_value_array_append_item(opal_value_array_t *array, const void *item)
item              227 opal/class/opal_value_array.h     return opal_value_array_set_item(array, array->array_size, item);
item              223 opal/dss/dss_open_close.c     opal_list_item_t *item;
item              224 opal/dss/dss_open_close.c     while (NULL != (item = opal_list_remove_first(&obj->diskstats))) {
item              225 opal/dss/dss_open_close.c         OBJ_RELEASE(item);
item              228 opal/dss/dss_open_close.c     while (NULL != (item = opal_list_remove_first(&obj->netstats))) {
item              229 opal/dss/dss_open_close.c         OBJ_RELEASE(item);
item              122 opal/mca/allocator/basic/allocator_basic.c     opal_list_item_t* item = opal_list_get_prev(seg);
item              123 opal/mca/allocator/basic/allocator_basic.c     if(item != opal_list_get_begin(&module->seg_list)) {
item              124 opal/mca/allocator/basic/allocator_basic.c         mca_allocator_basic_segment_t *prev = (mca_allocator_basic_segment_t*)item;
item              138 opal/mca/allocator/basic/allocator_basic.c     opal_list_item_t *item = opal_list_get_next(seg);
item              139 opal/mca/allocator/basic/allocator_basic.c     if(item != opal_list_get_end(&module->seg_list)) {
item              140 opal/mca/allocator/basic/allocator_basic.c         mca_allocator_basic_segment_t *next = (mca_allocator_basic_segment_t*)item;
item              261 opal/mca/base/mca_base_framework.c         opal_list_item_t *item;
item              262 opal/mca/base/mca_base_framework.c         while (NULL != (item = opal_list_remove_first (&framework->framework_components))) {
item              264 opal/mca/base/mca_base_framework.c             cli = (mca_base_component_list_item_t*) item;
item              267 opal/mca/base/mca_base_framework.c             OBJ_RELEASE(item);
item              269 opal/mca/base/mca_base_framework.c         while (NULL != (item = opal_list_remove_first (&framework->framework_failed_components))) {
item              270 opal/mca/base/mca_base_framework.c             OBJ_RELEASE(item);
item             1114 opal/mca/base/mca_base_var.c     opal_list_item_t *item;
item             1128 opal/mca/base/mca_base_var.c                (item = opal_list_remove_first(&mca_base_var_file_values))) {
item             1129 opal/mca/base/mca_base_var.c             OBJ_RELEASE(item);
item             1134 opal/mca/base/mca_base_var.c                (item = opal_list_remove_first(&mca_base_envar_file_values))) {
item             1135 opal/mca/base/mca_base_var.c             OBJ_RELEASE(item);
item             1140 opal/mca/base/mca_base_var.c                (item = opal_list_remove_first(&mca_base_var_override_values))) {
item             1141 opal/mca/base/mca_base_var.c             OBJ_RELEASE(item);
item               57 opal/mca/btl/portals4/btl_portals4_recv.c     opal_list_item_t *item;
item               61 opal/mca/btl/portals4/btl_portals4_recv.c                (item = opal_list_remove_first(&btl->portals_recv_blocks))) {
item               63 opal/mca/btl/portals4/btl_portals4_recv.c                 (mca_btl_portals4_recv_block_t*) item;
item              482 opal/mca/btl/tcp/btl_tcp.c     opal_list_item_t* item;
item              487 opal/mca/btl/tcp/btl_tcp.c     for( item = opal_list_remove_first(&tcp_btl->tcp_endpoints);
item              488 opal/mca/btl/tcp/btl_tcp.c          item != NULL;
item              489 opal/mca/btl/tcp/btl_tcp.c          item = opal_list_remove_first(&tcp_btl->tcp_endpoints)) {
item              490 opal/mca/btl/tcp/btl_tcp.c         mca_btl_tcp_endpoint_t *endpoint = (mca_btl_tcp_endpoint_t*)item;
item              517 opal/mca/btl/tcp/btl_tcp.c         opal_list_item_t *item;
item              520 opal/mca/btl/tcp/btl_tcp.c         for(item =  opal_list_get_first(&btl->tcp_endpoints);
item              521 opal/mca/btl/tcp/btl_tcp.c             item != opal_list_get_end(&btl->tcp_endpoints);
item              522 opal/mca/btl/tcp/btl_tcp.c             item = opal_list_get_next(item)) {
item              523 opal/mca/btl/tcp/btl_tcp.c             MCA_BTL_TCP_ENDPOINT_DUMP(10, (mca_btl_base_endpoint_t*)item, false, "TCP");
item              187 opal/mca/btl/tcp/btl_tcp_component.c     opal_list_item_t item;
item              195 opal/mca/btl/tcp/btl_tcp_component.c     opal_list_append(&mca_btl_tcp_component.tcp_events, &event->item);
item              202 opal/mca/btl/tcp/btl_tcp_component.c     opal_list_remove_item(&mca_btl_tcp_component.tcp_events, &event->item);
item              160 opal/mca/btl/tcp/btl_tcp_endpoint.c     mca_btl_tcp_frag_t* item;
item              281 opal/mca/btl/tcp/btl_tcp_endpoint.c     OPAL_LIST_FOREACH(item, &btl_endpoint->endpoint_frags, mca_btl_tcp_frag_t) {
item              282 opal/mca/btl/tcp/btl_tcp_endpoint.c         used += mca_btl_tcp_frag_dump(item, "pending send", &outmsg[used], DEBUG_LENGTH - used);
item               64 opal/mca/btl/ugni/btl_ugni_frag.c int mca_btl_ugni_rdma_desc_init (opal_free_list_item_t *item, void *ctx)
item               66 opal/mca/btl/ugni/btl_ugni_frag.c     mca_btl_ugni_rdma_desc_t *rdma_desc = (mca_btl_ugni_rdma_desc_t *) item;
item              140 opal/mca/btl/ugni/btl_ugni_frag.h int mca_btl_ugni_rdma_desc_init (opal_free_list_item_t *item, void *ctx);
item               62 opal/mca/btl/usnic/btl_usnic_compat.h #define USNIC_COMPAT_FREE_LIST_GET(list, item) \
item               63 opal/mca/btl/usnic/btl_usnic_compat.h     (item) = opal_free_list_get((list))
item               64 opal/mca/btl/usnic/btl_usnic_compat.h #define USNIC_COMPAT_FREE_LIST_RETURN(list, item) \
item               65 opal/mca/btl/usnic/btl_usnic_compat.h     opal_free_list_return((list), (item))
item             1501 opal/mca/btl/usnic/btl_usnic_component.c     opal_list_item_t *item;
item             1530 opal/mca/btl/usnic/btl_usnic_component.c         item = opal_list_get_first(&module->all_endpoints);
item             1531 opal/mca/btl/usnic/btl_usnic_component.c         while (item != opal_list_get_end(&module->all_endpoints)) {
item             1532 opal/mca/btl/usnic/btl_usnic_component.c             endpoint = container_of(item, mca_btl_base_endpoint_t,
item             1534 opal/mca/btl/usnic/btl_usnic_component.c             item = opal_list_get_next(item);
item              361 opal/mca/btl/usnic/btl_usnic_frag.h     opal_free_list_item_t *item;
item              364 opal/mca/btl/usnic/btl_usnic_frag.h     USNIC_COMPAT_FREE_LIST_GET(&(module->small_send_frags), item);
item              365 opal/mca/btl/usnic/btl_usnic_frag.h     if (OPAL_UNLIKELY(NULL == item)) {
item              369 opal/mca/btl/usnic/btl_usnic_frag.h     frag = (opal_btl_usnic_small_send_frag_t*) item;
item              384 opal/mca/btl/usnic/btl_usnic_frag.h     opal_free_list_item_t *item;
item              387 opal/mca/btl/usnic/btl_usnic_frag.h     USNIC_COMPAT_FREE_LIST_GET(&(module->large_send_frags), item);
item              388 opal/mca/btl/usnic/btl_usnic_frag.h     if (OPAL_UNLIKELY(NULL == item)) {
item              392 opal/mca/btl/usnic/btl_usnic_frag.h     frag = (opal_btl_usnic_large_send_frag_t*) item;
item              407 opal/mca/btl/usnic/btl_usnic_frag.h     opal_free_list_item_t *item;
item              410 opal/mca/btl/usnic/btl_usnic_frag.h     USNIC_COMPAT_FREE_LIST_GET(&(module->put_dest_frags), item);
item              411 opal/mca/btl/usnic/btl_usnic_frag.h     if (OPAL_UNLIKELY(NULL == item)) {
item              415 opal/mca/btl/usnic/btl_usnic_frag.h     frag = (opal_btl_usnic_put_dest_frag_t*) item;
item              534 opal/mca/btl/usnic/btl_usnic_frag.h     opal_free_list_item_t *item;
item              537 opal/mca/btl/usnic/btl_usnic_frag.h     USNIC_COMPAT_FREE_LIST_GET(&(module->chunk_segs), item);
item              538 opal/mca/btl/usnic/btl_usnic_frag.h     if (OPAL_UNLIKELY(NULL == item)) {
item              542 opal/mca/btl/usnic/btl_usnic_frag.h     seg = (opal_btl_usnic_send_segment_t*) item;
item              568 opal/mca/btl/usnic/btl_usnic_frag.h     opal_free_list_item_t *item;
item              571 opal/mca/btl/usnic/btl_usnic_frag.h     USNIC_COMPAT_FREE_LIST_GET(&(module->ack_segs), item);
item              572 opal/mca/btl/usnic/btl_usnic_frag.h     if (OPAL_UNLIKELY(NULL == item)) {
item              576 opal/mca/btl/usnic/btl_usnic_frag.h     ack = (opal_btl_usnic_ack_segment_t*) item;
item             1765 opal/mca/btl/usnic/btl_usnic_module.c     opal_free_list_item_t* item;
item             1867 opal/mca/btl/usnic/btl_usnic_module.c         USNIC_COMPAT_FREE_LIST_GET(&channel->recv_segs, item);
item             1868 opal/mca/btl/usnic/btl_usnic_module.c         assert(NULL != item);
item             1869 opal/mca/btl/usnic/btl_usnic_module.c         rseg = (opal_btl_usnic_recv_segment_t*)item;
item              223 opal/mca/btl/usnic/btl_usnic_module.h     opal_list_item_t *item;
item              226 opal/mca/btl/usnic/btl_usnic_module.h     item = opal_list_get_first(&module->endpoints_that_need_acks);
item              227 opal/mca/btl/usnic/btl_usnic_module.h     if (item != opal_list_get_end(&module->endpoints_that_need_acks)) {
item              228 opal/mca/btl/usnic/btl_usnic_module.h         endpoint = container_of(item, mca_btl_base_endpoint_t, endpoint_ack_li);
item              240 opal/mca/btl/usnic/btl_usnic_module.h     opal_list_item_t *item;
item              245 opal/mca/btl/usnic/btl_usnic_module.h     item = opal_list_get_next(&(endpoint->endpoint_ack_li));
item              246 opal/mca/btl/usnic/btl_usnic_module.h     if (item != opal_list_get_end(&module->endpoints_that_need_acks)) {
item              247 opal/mca/btl/usnic/btl_usnic_module.h         endpoint = container_of(item, mca_btl_base_endpoint_t, endpoint_ack_li);
item              137 opal/mca/btl/usnic/btl_usnic_proc.c     opal_list_item_t *item;
item              143 opal/mca/btl/usnic/btl_usnic_proc.c     for (item = opal_list_get_first(&receiver->all_endpoints);
item              144 opal/mca/btl/usnic/btl_usnic_proc.c          item != opal_list_get_end(&receiver->all_endpoints);
item              145 opal/mca/btl/usnic/btl_usnic_proc.c          item = opal_list_get_next(item)) {
item              146 opal/mca/btl/usnic/btl_usnic_proc.c         endpoint = container_of(item, opal_btl_usnic_endpoint_t,
item              213 opal/mca/btl/usnic/btl_usnic_recv.c                     opal_free_list_item_t* item;
item              215 opal/mca/btl/usnic/btl_usnic_recv.c                     USNIC_COMPAT_FREE_LIST_GET(&module->module_recv_buffers[pool], item);
item              216 opal/mca/btl/usnic/btl_usnic_recv.c                     rx_buf = (opal_btl_usnic_rx_buf_t *)item;
item              218 opal/mca/btl/usnic/btl_usnic_recv.c                         fip->rfi_fl_elt = item;
item              152 opal/mca/btl/usnic/btl_usnic_stats.c         opal_list_item_t *item;
item              158 opal/mca/btl/usnic/btl_usnic_stats.c         item = opal_list_get_first(&module->all_endpoints);
item              159 opal/mca/btl/usnic/btl_usnic_stats.c         while (item != opal_list_get_end(&(module->all_endpoints))) {
item              160 opal/mca/btl/usnic/btl_usnic_stats.c             endpoint = container_of(item, mca_btl_base_endpoint_t,
item              162 opal/mca/btl/usnic/btl_usnic_stats.c             item = opal_list_get_next(item);
item               43 opal/mca/btl/vader/btl_vader_frag.c int mca_btl_vader_frag_init (opal_free_list_item_t *item, void *ctx)
item               45 opal/mca/btl/vader/btl_vader_frag.c     mca_btl_vader_frag_t *frag = (mca_btl_vader_frag_t *) item;
item              152 opal/mca/btl/vader/btl_vader_frag.h int mca_btl_vader_frag_init (opal_free_list_item_t *item, void *ctx);
item              107 opal/mca/common/sm/common_sm_mpool.c             mca_base_component_list_item_t *item =
item              111 opal/mca/common/sm/common_sm_mpool.c                 (mca_allocator_base_component_t *)item->cli_component;
item              248 opal/mca/common/ucx/common_ucx_wpool.c         _winfo_list_item_t *item, *next;
item              249 opal/mca/common/ucx/common_ucx_wpool.c         OPAL_LIST_FOREACH_SAFE(item, next, &wpool->idle_workers,
item              251 opal/mca/common/ucx/common_ucx_wpool.c             opal_list_remove_item(&wpool->idle_workers, &item->super);
item              252 opal/mca/common/ucx/common_ucx_wpool.c             _winfo_release(item->ptr);
item              253 opal/mca/common/ucx/common_ucx_wpool.c             OBJ_RELEASE(item);
item              261 opal/mca/common/ucx/common_ucx_wpool.c         _winfo_list_item_t *item, *next;
item              262 opal/mca/common/ucx/common_ucx_wpool.c         OPAL_LIST_FOREACH_SAFE(item, next, &wpool->active_workers,
item              264 opal/mca/common/ucx/common_ucx_wpool.c             opal_list_remove_item(&wpool->active_workers, &item->super);
item              265 opal/mca/common/ucx/common_ucx_wpool.c             _winfo_reset(item->ptr);
item              266 opal/mca/common/ucx/common_ucx_wpool.c             _winfo_release(item->ptr);
item              267 opal/mca/common/ucx/common_ucx_wpool.c             OBJ_RELEASE(item);
item              280 opal/mca/common/ucx/common_ucx_wpool.c     _winfo_list_item_t *item = NULL, *next = NULL;
item              286 opal/mca/common/ucx/common_ucx_wpool.c         OPAL_LIST_FOREACH_SAFE(item, next, &wpool->active_workers,
item              288 opal/mca/common/ucx/common_ucx_wpool.c             opal_common_ucx_winfo_t *winfo = item->ptr;
item              292 opal/mca/common/ucx/common_ucx_wpool.c                 opal_list_remove_item(&wpool->active_workers, &item->super);
item              294 opal/mca/common/ucx/common_ucx_wpool.c                 opal_list_append(&wpool->idle_workers, &item->super);
item              309 opal/mca/common/ucx/common_ucx_wpool.c     _winfo_list_item_t *item;
item              311 opal/mca/common/ucx/common_ucx_wpool.c     item = OBJ_NEW(_winfo_list_item_t);
item              312 opal/mca/common/ucx/common_ucx_wpool.c     if (NULL == item) {
item              316 opal/mca/common/ucx/common_ucx_wpool.c     item->ptr = winfo;
item              319 opal/mca/common/ucx/common_ucx_wpool.c     opal_list_append(list, &item->super);
item              329 opal/mca/common/ucx/common_ucx_wpool.c     _winfo_list_item_t *item = NULL;
item              333 opal/mca/common/ucx/common_ucx_wpool.c         item = (_winfo_list_item_t *)opal_list_get_first(list);
item              334 opal/mca/common/ucx/common_ucx_wpool.c         opal_list_remove_item(list, &item->super);
item              338 opal/mca/common/ucx/common_ucx_wpool.c     if (item != NULL) {
item              339 opal/mca/common/ucx/common_ucx_wpool.c         winfo = item->ptr;
item              340 opal/mca/common/ucx/common_ucx_wpool.c         OBJ_RELEASE(item);
item              451 opal/mca/common/ucx/common_ucx_wpool.c     _ctx_record_list_item_t *item = OBJ_NEW(_ctx_record_list_item_t);
item              452 opal/mca/common/ucx/common_ucx_wpool.c     if (NULL == item) {
item              459 opal/mca/common/ucx/common_ucx_wpool.c     item->ptr = winfo;
item              461 opal/mca/common/ucx/common_ucx_wpool.c     opal_list_append(&ctx->tls_workers, &item->super);
item              472 opal/mca/common/ucx/common_ucx_wpool.c     _ctx_record_list_item_t *item = NULL, *next;
item              477 opal/mca/common/ucx/common_ucx_wpool.c     OPAL_LIST_FOREACH_SAFE(item, next, &ctx->tls_workers,
item              479 opal/mca/common/ucx/common_ucx_wpool.c         if (winfo == item->ptr) {
item              480 opal/mca/common/ucx/common_ucx_wpool.c             opal_list_remove_item(&ctx->tls_workers, &item->super);
item              484 opal/mca/common/ucx/common_ucx_wpool.c             OBJ_RELEASE(item);
item              739 opal/mca/common/ucx/common_ucx_wpool.c     _tlocal_table_t *item = NULL, *next;
item              751 opal/mca/common/ucx/common_ucx_wpool.c     OPAL_LIST_FOREACH_SAFE(item, next, &wpool->tls_list, _tlocal_table_t) {
item              752 opal/mca/common/ucx/common_ucx_wpool.c         if (item == tls) {
item              753 opal/mca/common/ucx/common_ucx_wpool.c             opal_list_remove_item(&wpool->tls_list, &item->super);
item             1183 opal/mca/common/ucx/common_ucx_wpool.c     _ctx_record_list_item_t *item;
item             1189 opal/mca/common/ucx/common_ucx_wpool.c     OPAL_LIST_FOREACH(item, &ctx->tls_workers, _ctx_record_list_item_t) {
item             1191 opal/mca/common/ucx/common_ucx_wpool.c                 (NULL == item->ptr->endpoints[target])) {
item             1194 opal/mca/common/ucx/common_ucx_wpool.c         opal_mutex_lock(&item->ptr->mutex);
item             1195 opal/mca/common/ucx/common_ucx_wpool.c         rc = opal_common_ucx_winfo_flush(item->ptr, target, OPAL_COMMON_UCX_FLUSH_B,
item             1199 opal/mca/common/ucx/common_ucx_wpool.c             item->ptr->global_inflight_ops = 0;
item             1200 opal/mca/common/ucx/common_ucx_wpool.c             memset(item->ptr->inflight_ops, 0, item->ptr->comm_size * sizeof(short));
item             1203 opal/mca/common/ucx/common_ucx_wpool.c             item->ptr->global_inflight_ops -= item->ptr->inflight_ops[target];
item             1204 opal/mca/common/ucx/common_ucx_wpool.c             item->ptr->inflight_ops[target] = 0;
item             1207 opal/mca/common/ucx/common_ucx_wpool.c         opal_mutex_unlock(&item->ptr->mutex);
item               58 opal/mca/compress/fwd/regx_fwd.c     opal_list_item_t *item, *itm2;
item              218 opal/mca/compress/fwd/regx_fwd.c     while (NULL != (item = opal_list_remove_first(&nodenms))) {
item              219 opal/mca/compress/fwd/regx_fwd.c         ndreg = (orte_regex_node_t*)item;
item              271 opal/mca/compress/fwd/regx_fwd.c     while (NULL != (item = opal_list_remove_first(&dvpids))) {
item              272 opal/mca/compress/fwd/regx_fwd.c         rng = (orte_regex_range_t*)item;
item               59 opal/mca/compress/reverse/regx_reverse.c     opal_list_item_t *item, *itm2;
item              237 opal/mca/compress/reverse/regx_reverse.c     while (NULL != (item = opal_list_remove_first(&nodenms))) {
item              238 opal/mca/compress/reverse/regx_reverse.c         ndreg = (orte_regex_node_t*)item;
item              290 opal/mca/compress/reverse/regx_reverse.c     while (NULL != (item = opal_list_remove_first(&dvpids))) {
item              291 opal/mca/compress/reverse/regx_reverse.c         rng = (orte_regex_range_t*)item;
item             1746 opal/mca/event/libevent2022/libevent/evdns.c 	struct server_reply_item **itemp, *item;
item             1773 opal/mca/event/libevent2022/libevent/evdns.c 	item = mm_malloc(sizeof(struct server_reply_item));
item             1774 opal/mca/event/libevent2022/libevent/evdns.c 	if (!item)
item             1776 opal/mca/event/libevent2022/libevent/evdns.c 	item->next = NULL;
item             1777 opal/mca/event/libevent2022/libevent/evdns.c 	if (!(item->name = mm_strdup(name))) {
item             1778 opal/mca/event/libevent2022/libevent/evdns.c 		mm_free(item);
item             1781 opal/mca/event/libevent2022/libevent/evdns.c 	item->type = type;
item             1782 opal/mca/event/libevent2022/libevent/evdns.c 	item->dns_question_class = class;
item             1783 opal/mca/event/libevent2022/libevent/evdns.c 	item->ttl = ttl;
item             1784 opal/mca/event/libevent2022/libevent/evdns.c 	item->is_name = is_name != 0;
item             1785 opal/mca/event/libevent2022/libevent/evdns.c 	item->datalen = 0;
item             1786 opal/mca/event/libevent2022/libevent/evdns.c 	item->data = NULL;
item             1788 opal/mca/event/libevent2022/libevent/evdns.c 		if (item->is_name) {
item             1789 opal/mca/event/libevent2022/libevent/evdns.c 			if (!(item->data = mm_strdup(data))) {
item             1790 opal/mca/event/libevent2022/libevent/evdns.c 				mm_free(item->name);
item             1791 opal/mca/event/libevent2022/libevent/evdns.c 				mm_free(item);
item             1794 opal/mca/event/libevent2022/libevent/evdns.c 			item->datalen = (u16)-1;
item             1796 opal/mca/event/libevent2022/libevent/evdns.c 			if (!(item->data = mm_malloc(datalen))) {
item             1797 opal/mca/event/libevent2022/libevent/evdns.c 				mm_free(item->name);
item             1798 opal/mca/event/libevent2022/libevent/evdns.c 				mm_free(item);
item             1801 opal/mca/event/libevent2022/libevent/evdns.c 			item->datalen = datalen;
item             1802 opal/mca/event/libevent2022/libevent/evdns.c 			memcpy(item->data, data, datalen);
item             1806 opal/mca/event/libevent2022/libevent/evdns.c 	*itemp = item;
item             1915 opal/mca/event/libevent2022/libevent/evdns.c 		struct server_reply_item *item;
item             1917 opal/mca/event/libevent2022/libevent/evdns.c 			item = req->answer;
item             1919 opal/mca/event/libevent2022/libevent/evdns.c 			item = req->authority;
item             1921 opal/mca/event/libevent2022/libevent/evdns.c 			item = req->additional;
item             1922 opal/mca/event/libevent2022/libevent/evdns.c 		while (item) {
item             1923 opal/mca/event/libevent2022/libevent/evdns.c 			r = dnsname_to_labels(buf, buf_len, j, item->name, strlen(item->name), &table);
item             1928 opal/mca/event/libevent2022/libevent/evdns.c 			APPEND16(item->type);
item             1929 opal/mca/event/libevent2022/libevent/evdns.c 			APPEND16(item->dns_question_class);
item             1930 opal/mca/event/libevent2022/libevent/evdns.c 			APPEND32(item->ttl);
item             1931 opal/mca/event/libevent2022/libevent/evdns.c 			if (item->is_name) {
item             1935 opal/mca/event/libevent2022/libevent/evdns.c 				r = dnsname_to_labels(buf, buf_len, j, item->data, strlen(item->data), &table);
item             1942 opal/mca/event/libevent2022/libevent/evdns.c 				APPEND16(item->datalen);
item             1943 opal/mca/event/libevent2022/libevent/evdns.c 				if (j+item->datalen > (off_t)buf_len)
item             1945 opal/mca/event/libevent2022/libevent/evdns.c 				memcpy(buf+j, item->data, item->datalen);
item             1946 opal/mca/event/libevent2022/libevent/evdns.c 				j += item->datalen;
item             1948 opal/mca/event/libevent2022/libevent/evdns.c 			item = item->next;
item              443 opal/mca/hwloc/base/hwloc_base_frame.c     opal_list_item_t *item;
item              444 opal/mca/hwloc/base/hwloc_base_frame.c     while (NULL != (item = opal_list_remove_first(&ptr->sorted_by_dist_list))) {
item              445 opal/mca/hwloc/base/hwloc_base_frame.c         OBJ_RELEASE(item);
item              460 opal/mca/hwloc/base/hwloc_base_frame.c     opal_list_item_t *item;
item              465 opal/mca/hwloc/base/hwloc_base_frame.c     while (NULL != (item = opal_list_remove_first(&ptr->summaries))) {
item              466 opal/mca/hwloc/base/hwloc_base_frame.c         OBJ_RELEASE(item);
item             1110 opal/mca/hwloc/base/hwloc_base_util.c     char **item, **rngs;
item             1130 opal/mca/hwloc/base/hwloc_base_util.c     item = opal_argv_split(slot_str, ';');
item             1135 opal/mca/hwloc/base/hwloc_base_util.c     for (i=0; NULL != item[i]; i++) {
item             1138 opal/mca/hwloc/base/hwloc_base_util.c                             item[i]);
item             1143 opal/mca/hwloc/base/hwloc_base_util.c         if ('S' == item[i][0] ||
item             1144 opal/mca/hwloc/base/hwloc_base_util.c             's' == item[i][0] ||
item             1145 opal/mca/hwloc/base/hwloc_base_util.c             NULL != strchr(item[i], ':')) {
item             1147 opal/mca/hwloc/base/hwloc_base_util.c             if (NULL == strchr(item[i], ':')) {
item             1152 opal/mca/hwloc/base/hwloc_base_util.c                 rngs = opal_argv_split(&item[i][1], ',');
item             1156 opal/mca/hwloc/base/hwloc_base_util.c                         opal_argv_free(item);
item             1163 opal/mca/hwloc/base/hwloc_base_util.c                 if ('S' == item[i][0] ||
item             1164 opal/mca/hwloc/base/hwloc_base_util.c                     's' == item[i][0]) {
item             1165 opal/mca/hwloc/base/hwloc_base_util.c                     rngs = opal_argv_split(&item[i][1], ',');
item             1169 opal/mca/hwloc/base/hwloc_base_util.c                             opal_argv_free(item);
item             1175 opal/mca/hwloc/base/hwloc_base_util.c                     rngs = opal_argv_split(item[i], ',');
item             1179 opal/mca/hwloc/base/hwloc_base_util.c                             opal_argv_free(item);
item             1187 opal/mca/hwloc/base/hwloc_base_util.c             rngs = opal_argv_split(item[i], ',');
item             1201 opal/mca/hwloc/base/hwloc_base_util.c                             opal_argv_free(item);
item             1219 opal/mca/hwloc/base/hwloc_base_util.c                             opal_argv_free(item);
item             1230 opal/mca/hwloc/base/hwloc_base_util.c                     opal_argv_free(item);
item             1239 opal/mca/hwloc/base/hwloc_base_util.c     opal_argv_free(item);
item              423 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   unsigned long item, count;
item              566 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     item = strtoul(pos, (char **)&next_pos, 0);
item              573 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (!item) {
item              579 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count-1].arity = (unsigned)item;
item              581 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     totalarity *= item;
item              598 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (item > UINT_MAX) {
item               77 opal/mca/if/base/if_base_components.c     opal_list_item_t *item;
item               84 opal/mca/if/base/if_base_components.c     while (NULL != (item = opal_list_remove_first(&opal_if_list))) {
item               85 opal/mca/if/base/if_base_components.c         OBJ_RELEASE(item);
item               86 opal/mca/memory/base/memory_base_open.c     mca_base_component_list_item_t *item, *next;
item               92 opal/mca/memory/base/memory_base_open.c     OPAL_LIST_FOREACH(item, &opal_memory_base_framework.framework_components, mca_base_component_list_item_t) {
item               93 opal/mca/memory/base/memory_base_open.c         tmp = (opal_memory_base_component_2_0_0_t *) item->cli_component;
item              103 opal/mca/memory/base/memory_base_open.c     OPAL_LIST_FOREACH_SAFE(item, next, &opal_memory_base_framework.framework_components, mca_base_component_list_item_t) {
item              104 opal/mca/memory/base/memory_base_open.c         if ((void *) opal_memory != (void *) item->cli_component) {
item              105 opal/mca/memory/base/memory_base_open.c             mca_base_component_unload (item->cli_component, opal_memory_base_framework.framework_output);
item              106 opal/mca/memory/base/memory_base_open.c             opal_list_remove_item (&opal_memory_base_framework.framework_components, &item->super);
item              109 opal/mca/mpool/base/mpool_base_frame.c   opal_list_item_t *item;
item              114 opal/mca/mpool/base/mpool_base_frame.c   while(NULL != (item = opal_list_remove_first(&mca_mpool_base_modules))) {
item              115 opal/mca/mpool/base/mpool_base_frame.c     sm = (mca_mpool_base_selected_module_t *) item;
item              108 opal/mca/mpool/base/mpool_base_tree.c int mca_mpool_base_tree_insert(mca_mpool_base_tree_item_t* item) {
item              112 opal/mca/mpool/base/mpool_base_tree.c     rc = opal_rb_tree_insert(&mca_mpool_base_tree, item->key, item);
item              128 opal/mca/mpool/base/mpool_base_tree.c int mca_mpool_base_tree_delete(mca_mpool_base_tree_item_t* item) {
item              132 opal/mca/mpool/base/mpool_base_tree.c     rc = opal_rb_tree_delete(&mca_mpool_base_tree, item->key);
item              142 opal/mca/mpool/base/mpool_base_tree.c     mca_mpool_base_tree_item_t* item;
item              145 opal/mca/mpool/base/mpool_base_tree.c     item = (mca_mpool_base_tree_item_t*)opal_rb_tree_find(&mca_mpool_base_tree,
item              149 opal/mca/mpool/base/mpool_base_tree.c     return item;
item              163 opal/mca/mpool/base/mpool_base_tree.c void mca_mpool_base_tree_item_put(mca_mpool_base_tree_item_t* item) {
item              165 opal/mca/mpool/base/mpool_base_tree.c                            &item->super);
item              218 opal/mca/mpool/base/mpool_base_tree.c     mca_mpool_base_tree_item_t *item = (mca_mpool_base_tree_item_t *) value;
item              227 opal/mca/mpool/base/mpool_base_tree.c                      (unsigned long) item->num_bytes,
item              231 opal/mca/mpool/base/mpool_base_tree.c                      leak_msg, (unsigned long) item->num_bytes,
item               68 opal/mca/mpool/base/mpool_base_tree.h int mca_mpool_base_tree_insert(mca_mpool_base_tree_item_t* item);
item               73 opal/mca/mpool/base/mpool_base_tree.h int mca_mpool_base_tree_delete(mca_mpool_base_tree_item_t* item);
item               89 opal/mca/mpool/base/mpool_base_tree.h void mca_mpool_base_tree_item_put(mca_mpool_base_tree_item_t* item);
item              193 opal/mca/mpool/memkind/mpool_memkind_component.c     mca_mpool_memkind_module_le_t *item = NULL;
item              213 opal/mca/mpool/memkind/mpool_memkind_component.c     item = OBJ_NEW(mca_mpool_memkind_module_le_t);
item              215 opal/mca/mpool/memkind/mpool_memkind_component.c     item->module.type =  mca_mpool_memkind_component.default_type;
item              216 opal/mca/mpool/memkind/mpool_memkind_component.c     item->module.policy =  mca_mpool_memkind_component.default_policy;
item              217 opal/mca/mpool/memkind/mpool_memkind_component.c     item->module.memkind_bits = mca_mpool_memkind_component.default_memkind_bits;
item              218 opal/mca/mpool/memkind/mpool_memkind_component.c     item->module.kind = mca_mpool_memkind_component.default_kind;
item              222 opal/mca/mpool/memkind/mpool_memkind_component.c     if (MEMKIND_MASK_PAGE_SIZE_2MB == (item->module.memkind_bits & 0x7F)) {
item              223 opal/mca/mpool/memkind/mpool_memkind_component.c         item->module.page_size = 2097152;
item              225 opal/mca/mpool/memkind/mpool_memkind_component.c         item->module.page_size = 4096;
item              229 opal/mca/mpool/memkind/mpool_memkind_component.c                     (opal_list_item_t *)item);
item              270 opal/mca/mpool/memkind/mpool_memkind_component.c     mca_mpool_memkind_module_le_t *item = NULL;
item              347 opal/mca/mpool/memkind/mpool_memkind_component.c     OPAL_LIST_FOREACH(item, &mca_mpool_memkind_component.module_list, 
item              349 opal/mca/mpool/memkind/mpool_memkind_component.c         if ((item->module.type == type) &&
item              350 opal/mca/mpool/memkind/mpool_memkind_component.c             (item->module.policy == policy) &&
item              351 opal/mca/mpool/memkind/mpool_memkind_component.c             (item->module.memkind_bits = memkind_bits)) {
item              352 opal/mca/mpool/memkind/mpool_memkind_component.c                found_module = &item->module.super;
item              365 opal/mca/mpool/memkind/mpool_memkind_component.c             item = OBJ_NEW(mca_mpool_memkind_module_le_t);
item              367 opal/mca/mpool/memkind/mpool_memkind_component.c             item->module.type =  type;
item              368 opal/mca/mpool/memkind/mpool_memkind_component.c             item->module.policy =  policy;
item              369 opal/mca/mpool/memkind/mpool_memkind_component.c             item->module.memkind_bits = memkind_bits;
item              370 opal/mca/mpool/memkind/mpool_memkind_component.c             item->module.kind = kind;
item              372 opal/mca/mpool/memkind/mpool_memkind_component.c             if (MEMKIND_MASK_PAGE_SIZE_2MB == item->module.memkind_bits) {
item              373 opal/mca/mpool/memkind/mpool_memkind_component.c                 item->module.page_size = 2097152;
item              375 opal/mca/mpool/memkind/mpool_memkind_component.c                 item->module.page_size = 4096;
item              378 opal/mca/mpool/memkind/mpool_memkind_component.c             mca_mpool_memkind_module_init(&item->module);
item              381 opal/mca/mpool/memkind/mpool_memkind_component.c                             (opal_list_item_t *)item);
item              382 opal/mca/mpool/memkind/mpool_memkind_component.c             found_module = &item->module.super;
item               57 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c static void pmix_list_item_construct(pmix_list_item_t *item)
item               59 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     item->pmix_list_next = item->pmix_list_prev = NULL;
item               60 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     item->item_free = 1;
item               62 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     item->pmix_list_item_refcount = 0;
item               63 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     item->pmix_list_item_belong_to = NULL;
item               67 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c static void pmix_list_item_destruct(pmix_list_item_t *item)
item               70 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     assert( 0 == item->pmix_list_item_refcount );
item               71 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     assert( NULL == item->pmix_list_item_belong_to );
item              113 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c bool pmix_list_insert(pmix_list_t *list, pmix_list_item_t *item, long long idx)
item              125 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         pmix_list_prepend(list, item);
item              131 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         assert(0 == item->pmix_list_item_refcount);
item              139 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         item->pmix_list_next = next;
item              140 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         item->pmix_list_prev = ptr;
item              141 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         next->pmix_list_prev = item;
item              142 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         ptr->pmix_list_next = item;
item              148 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         item->pmix_list_item_refcount += 1;
item              149 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         assert(1 == item->pmix_list_item_refcount);
item              150 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         item->pmix_list_item_belong_to = list;
item              179 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c             volatile pmix_list_item_t* item = begin;
item              180 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c             while( pos != item ) {
item              181 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c                 item->pmix_list_item_belong_to = pos->pmix_list_item_belong_to;
item              182 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c                 item = item->pmix_list_next;
item              183 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c                 assert(NULL != item);
item              234 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     pmix_list_item_t* item;
item              248 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     while(NULL != (item = pmix_list_remove_first(list))) {
item              249 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         items[index++] = item;
item              130 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define pmix_list_get_next(item) \
item              131 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     ((item) ? ((pmix_list_item_t*) ((pmix_list_item_t*)(item))->pmix_list_next) : NULL)
item              140 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define pmix_list_get_prev(item) \
item              141 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     ((item) ? ((pmix_list_item_t*) ((pmix_list_item_t*)(item))->pmix_list_prev) : NULL)
item              207 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define PMIX_LIST_FOREACH(item, list, type)                             \
item              208 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   for (item = (type *) (list)->pmix_list_sentinel.pmix_list_next ;      \
item              209 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h        item != (type *) &(list)->pmix_list_sentinel ;                   \
item              210 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h        item = (type *) ((pmix_list_item_t *) (item))->pmix_list_next)
item              229 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define PMIX_LIST_FOREACH_REV(item, list, type)                         \
item              230 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   for (item = (type *) (list)->pmix_list_sentinel.pmix_list_prev ;      \
item              231 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h        item != (type *) &(list)->pmix_list_sentinel ;                   \
item              232 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h        item = (type *) ((pmix_list_item_t *) (item))->pmix_list_prev)
item              253 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define PMIX_LIST_FOREACH_SAFE(item, next, list, type)                  \
item              254 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   for (item = (type *) (list)->pmix_list_sentinel.pmix_list_next,       \
item              255 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h          next = (type *) ((pmix_list_item_t *) (item))->pmix_list_next ;\
item              256 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h        item != (type *) &(list)->pmix_list_sentinel ;                   \
item              257 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h        item = next, next = (type *) ((pmix_list_item_t *) (item))->pmix_list_next)
item              278 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define PMIX_LIST_FOREACH_SAFE_REV(item, prev, list, type)              \
item              279 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   for (item = (type *) (list)->pmix_list_sentinel.pmix_list_prev,       \
item              280 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h          prev = (type *) ((pmix_list_item_t *) (item))->pmix_list_prev ;\
item              281 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h        item != (type *) &(list)->pmix_list_sentinel ;                   \
item              282 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h        item = prev, prev = (type *) ((pmix_list_item_t *) (item))->pmix_list_prev)
item              320 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     pmix_list_item_t* item = (pmix_list_item_t*)list->pmix_list_sentinel.pmix_list_next;
item              324 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     assert(1 == item->pmix_list_item_refcount);
item              325 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     assert( list == item->pmix_list_item_belong_to );
item              328 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     return item;
item              347 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     pmix_list_item_t* item = (pmix_list_item_t *)list->pmix_list_sentinel.pmix_list_prev;
item              351 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     assert( 1 == item->pmix_list_item_refcount );
item              352 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     assert( list == item->pmix_list_item_belong_to );
item              355 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     return item;
item              430 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     pmix_list_item_t *item;
item              432 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     for (item = pmix_list_get_first(list) ;
item              433 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h          item != pmix_list_get_end(list) ;
item              434 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h          item = pmix_list_get_next(item)) {
item              471 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   (pmix_list_t *list, pmix_list_item_t *item)
item              481 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         if (item_ptr == (pmix_list_item_t *) item) {
item              487 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         fprintf(stderr," Warning :: pmix_list_remove_item - the item %p is not on the list %p \n",(void*) item, (void*) list);
item              492 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     assert( list == item->pmix_list_item_belong_to );
item              496 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     item->pmix_list_prev->pmix_list_next=item->pmix_list_next;
item              499 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     item->pmix_list_next->pmix_list_prev=item->pmix_list_prev;
item              506 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     item->pmix_list_item_refcount -= 1;
item              507 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     assert(0 == item->pmix_list_item_refcount);
item              508 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     item->pmix_list_item_belong_to = NULL;
item              511 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     return (pmix_list_item_t *)item->pmix_list_prev;
item              537 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h static inline void _pmix_list_append(pmix_list_t *list, pmix_list_item_t *item
item              547 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert(0 == item->pmix_list_item_refcount);
item              548 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert( NULL == item->pmix_list_item_belong_to );
item              549 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->super.cls_init_file_name = FILE_NAME;
item              550 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->super.cls_init_lineno    = LINENO;
item              554 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_prev = sentinel->pmix_list_prev;
item              557 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   sentinel->pmix_list_prev->pmix_list_next = item;
item              560 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_next = sentinel;
item              563 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   sentinel->pmix_list_prev = item;
item              572 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_item_refcount += 1;
item              573 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert(1 == item->pmix_list_item_refcount);
item              574 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_item_belong_to = list;
item              593 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h                                      pmix_list_item_t *item)
item              599 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert(0 == item->pmix_list_item_refcount);
item              600 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert( NULL == item->pmix_list_item_belong_to );
item              604 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_next = sentinel->pmix_list_next;
item              607 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_prev = sentinel;
item              610 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   sentinel->pmix_list_next->pmix_list_prev = item;
item              613 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   sentinel->pmix_list_next = item;
item              622 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_item_refcount += 1;
item              623 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert(1 == item->pmix_list_item_refcount);
item              624 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_item_belong_to = list;
item              651 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   volatile pmix_list_item_t *item;
item              666 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item = list->pmix_list_sentinel.pmix_list_next;
item              669 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_next->pmix_list_prev = item->pmix_list_prev;
item              672 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   list->pmix_list_sentinel.pmix_list_next = item->pmix_list_next;
item              675 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert( list == item->pmix_list_item_belong_to );
item              676 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_item_belong_to = NULL;
item              677 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_prev=(pmix_list_item_t *)NULL;
item              678 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_next=(pmix_list_item_t *)NULL;
item              683 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_item_refcount -= 1;
item              684 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert(0 == item->pmix_list_item_refcount);
item              687 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   return (pmix_list_item_t *) item;
item              713 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   volatile pmix_list_item_t  *item;
item              728 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item = list->pmix_list_sentinel.pmix_list_prev;
item              731 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_prev->pmix_list_next = item->pmix_list_next;
item              734 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   list->pmix_list_sentinel.pmix_list_prev = item->pmix_list_prev;
item              737 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert( list == item->pmix_list_item_belong_to );
item              738 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_next = item->pmix_list_prev = (pmix_list_item_t *)NULL;
item              743 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_item_refcount -= 1;
item              744 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert(0 == item->pmix_list_item_refcount);
item              745 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_item_belong_to = NULL;
item              748 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   return (pmix_list_item_t *) item;
item              761 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h                                         pmix_list_item_t *item)
item              767 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     assert(0 == item->pmix_list_item_refcount);
item              768 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     assert( NULL == item->pmix_list_item_belong_to );
item              772 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     item->pmix_list_next = pos;
item              773 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     item->pmix_list_prev = pos->pmix_list_prev;
item              776 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     pos->pmix_list_prev->pmix_list_next = item;
item              777 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     pos->pmix_list_prev = item;
item              786 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     item->pmix_list_item_refcount += 1;
item              787 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     assert(1 == item->pmix_list_item_refcount);
item              788 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     item->pmix_list_item_belong_to = list;
item              810 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   bool pmix_list_insert(pmix_list_t *list, pmix_list_item_t *item,
item              201 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h static inline int pmix_value_array_set_item(pmix_value_array_t *array, size_t item_index, const void* item)
item              207 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h     memcpy(array->array_items + (item_index * array->array_item_sizeof), item, array->array_item_sizeof);
item              226 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h static inline int pmix_value_array_append_item(pmix_value_array_t *array, const void *item)
item              228 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h     return pmix_value_array_set_item(array, array->array_size, item);
item              708 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     pmix_list_item_t *item;
item              719 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     while (NULL != (item = pmix_list_remove_first(&wev->outputs))) {
item              720 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c         output = (pmix_iof_write_output_t*)item;
item              730 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c                 pmix_list_prepend(&wev->outputs, item);
item              752 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c             pmix_list_prepend(&wev->outputs, item);
item              327 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     pmix_list_item_t *item;
item              387 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     item = NULL;
item              393 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         item = &chain->evhdlr->super;
item              394 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         while (pmix_list_get_end(&pmix_globals.events.single_events) != (item = pmix_list_get_next(item))) {
item              395 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             nxt = (pmix_event_hdlr_t*)item;
item              424 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         item = pmix_list_get_begin(&pmix_globals.events.multi_events);
item              428 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     if (NULL != chain->evhdlr->codes || NULL != item) {
item              431 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         if (NULL == item) {
item              433 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             item = &chain->evhdlr->super;
item              435 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         while (pmix_list_get_end(&pmix_globals.events.multi_events) != (item = pmix_list_get_next(item))) {
item              436 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             nxt = (pmix_event_hdlr_t*)item;
item              471 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         item = pmix_list_get_begin(&pmix_globals.events.default_events);
item              476 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         if (NULL == item) {
item              477 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             item = &chain->evhdlr->super;
item              479 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         if (pmix_list_get_end(&pmix_globals.events.default_events) != (item = pmix_list_get_next(item))) {
item              480 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             nxt = (pmix_event_hdlr_t*)item;
item              229 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_framework.c         pmix_list_item_t *item;
item              230 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_framework.c         while (NULL != (item = pmix_list_remove_first (&framework->framework_components))) {
item              232 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_framework.c             cli = (pmix_mca_base_component_list_item_t*) item;
item              235 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_framework.c             PMIX_RELEASE(item);
item             1132 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     pmix_list_item_t *item;
item             1146 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c                (item = pmix_list_remove_first(&pmix_mca_base_var_file_values))) {
item             1147 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c             PMIX_RELEASE(item);
item             1152 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c                (item = pmix_list_remove_first(&pmix_mca_base_envar_file_values))) {
item             1153 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c             PMIX_RELEASE(item);
item             1158 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c                (item = pmix_list_remove_first(&pmix_mca_base_var_override_values))) {
item             1159 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c             PMIX_RELEASE(item);
item               77 opal/mca/pmix/pmix4x/pmix/src/mca/pif/base/pif_base_components.c     pmix_list_item_t *item;
item               84 opal/mca/pmix/pmix4x/pmix/src/mca/pif/base/pif_base_components.c     while (NULL != (item = pmix_list_remove_first(&pmix_if_list))) {
item               85 opal/mca/pmix/pmix4x/pmix/src/mca/pif/base/pif_base_components.c         PMIX_RELEASE(item);
item              538 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c     pmix_list_item_t *item;
item              561 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c     PMIX_LIST_FOREACH(item, &cmd->lcl_options, pmix_list_item_t) {
item              562 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c         sorted[i++] = (pmix_cmd_line_option_t *) item;
item              953 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c     pmix_list_item_t *item;
item              958 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c     for (item = pmix_list_remove_first(&cmd->lcl_options);
item              959 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c          NULL != item;
item              960 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c          item = pmix_list_remove_first(&cmd->lcl_options)) {
item              961 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c         PMIX_RELEASE(item);
item             1048 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c     pmix_list_item_t *item;
item             1053 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c     for (item = pmix_list_remove_first(&cmd->lcl_params);
item             1054 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c          NULL != item;
item             1055 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c          item = pmix_list_remove_first(&cmd->lcl_params)) {
item             1056 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c         PMIX_RELEASE(item);
item              544 opal/mca/pmix/pmix4x/pmix/test/test_common.c     key_replace_t *item;
item              575 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 item = PMIX_NEW(key_replace_t);
item              576 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 item->key_idx = atoi(tmp_str);
item              577 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 pmix_list_append(&key_replace, &item->super);
item               31 opal/mca/pmix/pmix4x/pmix/test/test_replace.c     key_replace_t *item;
item               33 opal/mca/pmix/pmix4x/pmix/test/test_replace.c     PMIX_LIST_FOREACH(item, &key_replace, key_replace_t) {
item               34 opal/mca/pmix/pmix4x/pmix/test/test_replace.c         if (item->key_idx == key_idx)
item               46 opal/mca/pmix/pmix4x/pmix/test/test_replace.c     key_replace_t *item;
item               83 opal/mca/pmix/pmix4x/pmix/test/test_replace.c     PMIX_LIST_FOREACH(item, &key_replace, key_replace_t) {
item               85 opal/mca/pmix/pmix4x/pmix/test/test_replace.c         sprintf(sval, "test_replace:%s:%d:%d: replaced key", my_nspace, my_rank, item->key_idx);
item               87 opal/mca/pmix/pmix4x/pmix/test/test_replace.c         PUT(string, sval, PMIX_GLOBAL, 0, item->key_idx, 1);
item               81 opal/mca/rcache/base/rcache_base_frame.c     opal_list_item_t *item;
item               86 opal/mca/rcache/base/rcache_base_frame.c     while (NULL != (item = opal_list_remove_first(&mca_rcache_base_modules))) {
item               87 opal/mca/rcache/base/rcache_base_frame.c         sm = (mca_rcache_base_selected_module_t *) item;
item               49 opal/mca/rcache/gpusm/rcache_gpusm_module.c static void mca_rcache_gpusm_registration_constructor( mca_rcache_gpusm_registration_t *item )
item               51 opal/mca/rcache/gpusm/rcache_gpusm_module.c     mca_common_cuda_construct_event_and_handle(&item->event,
item               52 opal/mca/rcache/gpusm/rcache_gpusm_module.c                                                (void *)&item->evtHandle);
item               58 opal/mca/rcache/gpusm/rcache_gpusm_module.c static void mca_rcache_gpusm_registration_destructor( mca_rcache_gpusm_registration_t *item )
item               60 opal/mca/rcache/gpusm/rcache_gpusm_module.c     mca_common_cuda_destruct_event(item->event);
item              114 opal/mca/rcache/gpusm/rcache_gpusm_module.c     opal_free_list_item_t *item;
item              127 opal/mca/rcache/gpusm/rcache_gpusm_module.c     item = opal_free_list_get (&rcache_gpusm->reg_list);
item              128 opal/mca/rcache/gpusm/rcache_gpusm_module.c     if(NULL == item) {
item              131 opal/mca/rcache/gpusm/rcache_gpusm_module.c     gpusm_reg = (mca_rcache_base_registration_t*)item;
item              142 opal/mca/rcache/gpusm/rcache_gpusm_module.c         opal_free_list_return (&rcache_gpusm->reg_list, item);
item              171 opal/mca/rcache/gpusm/rcache_gpusm_module.c     opal_free_list_item_t *item;
item              177 opal/mca/rcache/gpusm/rcache_gpusm_module.c     while (NULL != (item = (opal_free_list_item_t *)opal_lifo_pop(&(rcache_gpusm->reg_list.super)))) {
item              178 opal/mca/rcache/gpusm/rcache_gpusm_module.c         OBJ_DESTRUCT(item);
item              105 opal/mca/rcache/grdma/rcache_grdma_component.c     mca_rcache_grdma_cache_t *cache = NULL, *item;
item              114 opal/mca/rcache/grdma/rcache_grdma_component.c     OPAL_LIST_FOREACH(item, &mca_rcache_grdma_component.caches, mca_rcache_grdma_cache_t) {
item              115 opal/mca/rcache/grdma/rcache_grdma_component.c         if (0 == strcmp (item->cache_name, resources->cache_name)) {
item              116 opal/mca/rcache/grdma/rcache_grdma_component.c             cache = item;
item              161 opal/mca/rcache/grdma/rcache_grdma_module.c     opal_list_item_t *item;
item              164 opal/mca/rcache/grdma/rcache_grdma_module.c     while (NULL != (item = opal_lifo_pop_atomic (&rcache_grdma->cache->gc_lifo))) {
item              166 opal/mca/rcache/grdma/rcache_grdma_module.c                              "deleting stale registration %p", (void *) item));
item              167 opal/mca/rcache/grdma/rcache_grdma_module.c         dereg_mem ((mca_rcache_base_registration_t *) item);
item              283 opal/mca/rcache/grdma/rcache_grdma_module.c     opal_free_list_item_t *item;
item              327 opal/mca/rcache/grdma/rcache_grdma_module.c     item = opal_free_list_get_mt (&rcache_grdma->reg_list);
item              328 opal/mca/rcache/grdma/rcache_grdma_module.c     if(NULL == item) {
item              331 opal/mca/rcache/grdma/rcache_grdma_module.c     grdma_reg = (mca_rcache_base_registration_t*)item;
item              355 opal/mca/rcache/grdma/rcache_grdma_module.c         opal_free_list_return_mt (&rcache_grdma->reg_list, item);
item              368 opal/mca/rcache/grdma/rcache_grdma_module.c             opal_free_list_return_mt (&rcache_grdma->reg_list, item);
item              176 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c     opal_free_list_item_t *item;
item              198 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c         item = opal_free_list_get (&rcache_rgpusm->reg_list);
item              199 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c         if(NULL == item) {
item              202 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c         rgpusm_reg = (mca_rcache_common_cuda_reg_t*)item;
item              221 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c             opal_free_list_return (&rcache_rgpusm->reg_list, item);
item              308 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c     item = opal_free_list_get (&rcache_rgpusm->reg_list);
item              309 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c     if(NULL == item) {
item              313 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c     rgpusm_reg = (mca_rcache_common_cuda_reg_t*)item;
item              388 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c         opal_free_list_return (&rcache_rgpusm->reg_list, item);
item              428 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c         opal_free_list_return (&rcache_rgpusm->reg_list, item);
item              135 opal/mca/rcache/udreg/rcache_udreg_module.c     opal_free_list_item_t *item;
item              138 opal/mca/rcache/udreg/rcache_udreg_module.c     item = opal_free_list_get (&rcache_udreg->reg_list);
item              139 opal/mca/rcache/udreg/rcache_udreg_module.c     if (NULL == item) {
item              143 opal/mca/rcache/udreg/rcache_udreg_module.c     udreg_reg = (mca_rcache_base_registration_t *) item;
item              165 opal/mca/rcache/udreg/rcache_udreg_module.c         opal_free_list_return (&rcache_udreg->reg_list, item);
item               65 opal/runtime/opal_finalize.c static void opal_cleanup_fn_item_construct (opal_cleanup_fn_item_t *item)
item               68 opal/runtime/opal_finalize.c     item->cleanup_fn_name = NULL;
item               72 opal/runtime/opal_finalize.c static void opal_cleanup_fn_item_destruct (opal_cleanup_fn_item_t *item)
item               75 opal/runtime/opal_finalize.c     free (item->cleanup_fn_name);
item               76 opal/runtime/opal_finalize.c     item->cleanup_fn_name = NULL;
item               81 opal/util/bipartite_graph_internal.h #define LIST_FOREACH_CONTAINED(item, list, type, member)		\
item               82 opal/util/bipartite_graph_internal.h     for (item = container_of( (list)->opal_list_sentinel.opal_list_next, type, member ); \
item               83 opal/util/bipartite_graph_internal.h 	 &item->member != &(list)->opal_list_sentinel;			\
item               84 opal/util/bipartite_graph_internal.h 	 item = container_of(						\
item               85 opal/util/bipartite_graph_internal.h 			     ((opal_list_item_t *) (&item->member))->opal_list_next, type, member ))
item               87 opal/util/bipartite_graph_internal.h #define LIST_FOREACH_SAFE_CONTAINED(item, next, list, type, member)	\
item               88 opal/util/bipartite_graph_internal.h     for (item = container_of( (list)->opal_list_sentinel.opal_list_next, type, member ), \
item               90 opal/util/bipartite_graph_internal.h 				 ((opal_list_item_t *) (&item->member))->opal_list_next, type, member ); \
item               91 opal/util/bipartite_graph_internal.h 	 &item->member != &(list)->opal_list_sentinel;			\
item               92 opal/util/bipartite_graph_internal.h 	 item = next,							\
item               94 opal/util/bipartite_graph_internal.h 				 ((opal_list_item_t *) (&item->member))->opal_list_next, type, member ))
item              538 opal/util/cmd_line.c     opal_list_item_t *item;
item              561 opal/util/cmd_line.c     OPAL_LIST_FOREACH(item, &cmd->lcl_options, opal_list_item_t) {
item              562 opal/util/cmd_line.c         sorted[i++] = (ompi_cmd_line_option_t *) item;
item              958 opal/util/cmd_line.c     opal_list_item_t *item;
item              963 opal/util/cmd_line.c     for (item = opal_list_remove_first(&cmd->lcl_options);
item              964 opal/util/cmd_line.c          NULL != item;
item              965 opal/util/cmd_line.c          item = opal_list_remove_first(&cmd->lcl_options)) {
item              966 opal/util/cmd_line.c         OBJ_RELEASE(item);
item             1053 opal/util/cmd_line.c     opal_list_item_t *item;
item             1058 opal/util/cmd_line.c     for (item = opal_list_remove_first(&cmd->lcl_params);
item             1059 opal/util/cmd_line.c          NULL != item;
item             1060 opal/util/cmd_line.c          item = opal_list_remove_first(&cmd->lcl_params)) {
item             1061 opal/util/cmd_line.c         OBJ_RELEASE(item);
item              487 opal/util/info.c     opal_list_item_t *item;
item              492 opal/util/info.c     for (item = opal_list_remove_first(&(info->super));
item              493 opal/util/info.c          NULL != item;
item              494 opal/util/info.c          item = opal_list_remove_first(&(info->super))) {
item              495 opal/util/info.c         iterator = (opal_info_entry_t *) item;
item              115 opal/util/info_subscriber.c     opal_callback_list_item_t *item;
item              131 opal/util/info_subscriber.c             OPAL_LIST_FOREACH(item, list, opal_callback_list_item_t) {
item              132 opal/util/info_subscriber.c                 updated_value = item->callback(object, key, updated_value);
item              177 opal/util/info_subscriber.c     opal_callback_list_item_t *item;
item              192 opal/util/info_subscriber.c                 OPAL_LIST_FOREACH(item, list, opal_callback_list_item_t) {
item              194 opal/util/info_subscriber.c                         strcmp(item->default_value, testing_initialvals[i])
item              196 opal/util/info_subscriber.c                         item->callback == testing_callbacks[i])
item              156 orte/mca/errmgr/base/errmgr_base_fns.c     opal_list_item_t *item = NULL;
item              175 orte/mca/errmgr/base/errmgr_base_fns.c     for(item  = opal_list_get_first(local_snapshots);
item              176 orte/mca/errmgr/base/errmgr_base_fns.c         item != opal_list_get_end(local_snapshots);
item              177 orte/mca/errmgr/base/errmgr_base_fns.c         item  = opal_list_get_next(item) ) {
item              178 orte/mca/errmgr/base/errmgr_base_fns.c         vpid_snapshot = (orte_sstore_base_local_snapshot_info_t*)item;
item              111 orte/mca/filem/base/filem_base_fns.c     opal_list_item_t* item = NULL;
item              113 orte/mca/filem/base/filem_base_fns.c     while( NULL != (item = opal_list_remove_first(&req->process_sets)) ) {
item              114 orte/mca/filem/base/filem_base_fns.c         OBJ_RELEASE(item);
item              118 orte/mca/filem/base/filem_base_fns.c     while( NULL != (item = opal_list_remove_first(&req->file_sets)) ) {
item              119 orte/mca/filem/base/filem_base_fns.c         OBJ_RELEASE(item);
item              139 orte/mca/filem/raw/filem_raw_module.c     opal_list_item_t *item;
item              141 orte/mca/filem/raw/filem_raw_module.c     while (NULL != (item = opal_list_remove_first(&incoming_files))) {
item              142 orte/mca/filem/raw/filem_raw_module.c         OBJ_RELEASE(item);
item              147 orte/mca/filem/raw/filem_raw_module.c         while (NULL != (item = opal_list_remove_first(&outbound_files))) {
item              148 orte/mca/filem/raw/filem_raw_module.c             OBJ_RELEASE(item);
item              151 orte/mca/filem/raw/filem_raw_module.c         while (NULL != (item = opal_list_remove_first(&positioned_files))) {
item              152 orte/mca/filem/raw/filem_raw_module.c             OBJ_RELEASE(item);
item              190 orte/mca/filem/raw/filem_raw_module.c     opal_list_item_t *item, *itm;
item              216 orte/mca/filem/raw/filem_raw_module.c     for (item = opal_list_get_first(&outbound_files);
item              217 orte/mca/filem/raw/filem_raw_module.c          item != opal_list_get_end(&outbound_files);
item              218 orte/mca/filem/raw/filem_raw_module.c          item = opal_list_get_next(item)) {
item              219 orte/mca/filem/raw/filem_raw_module.c         outbound = (orte_filem_raw_outbound_t*)item;
item              251 orte/mca/filem/raw/filem_raw_module.c     opal_list_item_t *item, *itm, *itm2;
item              423 orte/mca/filem/raw/filem_raw_module.c     while (NULL != (item = opal_list_remove_first(&fsets))) {
item              424 orte/mca/filem/raw/filem_raw_module.c         fs = (orte_filem_base_file_set_t*)item;
item              445 orte/mca/filem/raw/filem_raw_module.c             OBJ_RELEASE(item);
item              470 orte/mca/filem/raw/filem_raw_module.c             OBJ_RELEASE(item);
item              478 orte/mca/filem/raw/filem_raw_module.c             OBJ_RELEASE(item);
item              545 orte/mca/filem/raw/filem_raw_module.c         OBJ_RELEASE(item);
item              627 orte/mca/filem/raw/filem_raw_module.c     opal_list_item_t *item;
item              712 orte/mca/filem/raw/filem_raw_module.c         for (item = opal_list_get_first(&incoming_files);
item              713 orte/mca/filem/raw/filem_raw_module.c              item != opal_list_get_end(&incoming_files);
item              714 orte/mca/filem/raw/filem_raw_module.c              item = opal_list_get_next(item)) {
item              715 orte/mca/filem/raw/filem_raw_module.c             inbnd = (orte_filem_raw_incoming_t*)item;
item              955 orte/mca/filem/raw/filem_raw_module.c     opal_list_item_t *item;
item             1004 orte/mca/filem/raw/filem_raw_module.c     for (item = opal_list_get_first(&incoming_files);
item             1005 orte/mca/filem/raw/filem_raw_module.c          item != opal_list_get_end(&incoming_files);
item             1006 orte/mca/filem/raw/filem_raw_module.c          item = opal_list_get_next(item)) {
item             1007 orte/mca/filem/raw/filem_raw_module.c         ptr = (orte_filem_raw_incoming_t*)item;
item             1109 orte/mca/filem/raw/filem_raw_module.c     opal_list_item_t *item;
item             1126 orte/mca/filem/raw/filem_raw_module.c     while (NULL != (item = opal_list_remove_first(&sink->outputs))) {
item             1127 orte/mca/filem/raw/filem_raw_module.c         output = (orte_filem_raw_output_t*)item;
item             1202 orte/mca/filem/raw/filem_raw_module.c                 opal_list_prepend(&sink->outputs, item);
item             1227 orte/mca/filem/raw/filem_raw_module.c             opal_list_prepend(&sink->outputs, item);
item             1276 orte/mca/filem/raw/filem_raw_module.c     opal_list_item_t *item;
item             1278 orte/mca/filem/raw/filem_raw_module.c     while (NULL != (item = opal_list_remove_first(&ptr->xfers))) {
item             1279 orte/mca/filem/raw/filem_raw_module.c         OBJ_RELEASE(item);
item             1300 orte/mca/filem/raw/filem_raw_module.c     opal_list_item_t *item;
item             1318 orte/mca/filem/raw/filem_raw_module.c     while (NULL != (item = opal_list_remove_first(&ptr->outputs))) {
item             1319 orte/mca/filem/raw/filem_raw_module.c         OBJ_RELEASE(item);
item              258 orte/mca/grpcomm/direct/grpcomm_direct.c     opal_list_item_t *item;
item              530 orte/mca/grpcomm/direct/grpcomm_direct.c         while (NULL != (item = opal_list_remove_first(&coll))) {
item              531 orte/mca/grpcomm/direct/grpcomm_direct.c             nm = (orte_namelist_t*)item;
item              548 orte/mca/grpcomm/direct/grpcomm_direct.c                 OBJ_RELEASE(item);
item              561 orte/mca/grpcomm/direct/grpcomm_direct.c                 OBJ_RELEASE(item);
item              569 orte/mca/grpcomm/direct/grpcomm_direct.c                 OBJ_RELEASE(item);
item              573 orte/mca/grpcomm/direct/grpcomm_direct.c             OBJ_RELEASE(item);
item              303 orte/mca/iof/base/iof_base_output.c     opal_list_item_t *item;
item              314 orte/mca/iof/base/iof_base_output.c     while (NULL != (item = opal_list_remove_first(&wev->outputs))) {
item              315 orte/mca/iof/base/iof_base_output.c         output = (orte_iof_write_output_t*)item;
item              325 orte/mca/iof/base/iof_base_output.c                 opal_list_prepend(&wev->outputs, item);
item              348 orte/mca/iof/base/iof_base_output.c             opal_list_prepend(&wev->outputs, item);
item              533 orte/mca/iof/hnp/iof_hnp.c     opal_list_item_t *item;
item              546 orte/mca/iof/hnp/iof_hnp.c     while (NULL != (item = opal_list_remove_first(&wev->outputs))) {
item              547 orte/mca/iof/hnp/iof_hnp.c         output = (orte_iof_write_output_t*)item;
item              572 orte/mca/iof/hnp/iof_hnp.c                 opal_list_prepend(&wev->outputs, item);
item              593 orte/mca/iof/hnp/iof_hnp.c             opal_list_prepend(&wev->outputs, item);
item              388 orte/mca/iof/orted/iof_orted.c     opal_list_item_t *item;
item              401 orte/mca/iof/orted/iof_orted.c     while (NULL != (item = opal_list_remove_first(&wev->outputs))) {
item              402 orte/mca/iof/orted/iof_orted.c         output = (orte_iof_write_output_t*)item;
item              422 orte/mca/iof/orted/iof_orted.c                 opal_list_prepend(&wev->outputs, item);
item              451 orte/mca/iof/orted/iof_orted.c             opal_list_prepend(&wev->outputs, item);
item              230 orte/mca/iof/tool/iof_tool.c     opal_list_item_t* item;
item              241 orte/mca/iof/tool/iof_tool.c         while (NULL != (item = opal_list_remove_first(&wev->outputs))) {
item              242 orte/mca/iof/tool/iof_tool.c             output = (orte_iof_write_output_t*)item;
item              260 orte/mca/iof/tool/iof_tool.c             while (NULL != (item = opal_list_remove_first(&wev->outputs))) {
item              261 orte/mca/iof/tool/iof_tool.c                 output = (orte_iof_write_output_t*)item;
item              197 orte/mca/odls/base/odls_base_frame.c     opal_list_item_t *item;
item              200 orte/mca/odls/base/odls_base_frame.c     while (NULL != (item = opal_list_remove_first(&orte_odls_globals.xterm_ranks))) {
item              201 orte/mca/odls/base/odls_base_frame.c         OBJ_RELEASE(item);
item              315 orte/mca/oob/tcp/oob_tcp.c     opal_list_item_t *item;
item              338 orte/mca/oob/tcp/oob_tcp.c         for (item = opal_list_remove_first(&mca_oob_tcp_module.peer_list);
item              339 orte/mca/oob/tcp/oob_tcp.c             item != NULL;
item              340 orte/mca/oob/tcp/oob_tcp.c             item = opal_list_remove_first(&mca_oob_tcp_module.peer_list)) {
item              341 orte/mca/oob/tcp/oob_tcp.c             mca_oob_tcp_peer_t* peer = (mca_oob_tcp_peer_t*)item;
item              395 orte/mca/oob/tcp/oob_tcp_listener.c         opal_list_append(&mca_oob_tcp_component.listeners, &conn->item);
item              636 orte/mca/oob/tcp/oob_tcp_listener.c         opal_list_append(&mca_oob_tcp_component.listeners, &conn->item);
item               41 orte/mca/oob/tcp/oob_tcp_listener.h     opal_list_item_t item;
item             1769 orte/mca/plm/base/plm_base_launch_support.c     opal_list_item_t *item, *next;
item             2026 orte/mca/plm/base/plm_base_launch_support.c         while (NULL != (item = opal_list_remove_first(&tnodes))) {
item             2027 orte/mca/plm/base/plm_base_launch_support.c             nptr = (orte_node_t*)item;
item             2170 orte/mca/plm/base/plm_base_launch_support.c         item = opal_list_get_first(&nodes);
item             2171 orte/mca/plm/base/plm_base_launch_support.c         while (item != opal_list_get_end(&nodes)) {
item             2172 orte/mca/plm/base/plm_base_launch_support.c             next = opal_list_get_next(item);
item             2173 orte/mca/plm/base/plm_base_launch_support.c             node = (orte_node_t*)item;
item             2175 orte/mca/plm/base/plm_base_launch_support.c                 opal_list_remove_item(&nodes, item);
item             2176 orte/mca/plm/base/plm_base_launch_support.c                 OBJ_RELEASE(item);
item             2183 orte/mca/plm/base/plm_base_launch_support.c             item = next;
item             2189 orte/mca/plm/base/plm_base_launch_support.c         item = opal_list_get_first(&nodes);
item             2190 orte/mca/plm/base/plm_base_launch_support.c         node = (orte_node_t*)item;
item             2192 orte/mca/plm/base/plm_base_launch_support.c             opal_list_remove_item(&nodes, item);
item             2193 orte/mca/plm/base/plm_base_launch_support.c             OBJ_RELEASE(item);
item             2224 orte/mca/plm/base/plm_base_launch_support.c     while (NULL != (item = opal_list_remove_first(&nodes))) {
item             2228 orte/mca/plm/base/plm_base_launch_support.c             OBJ_RELEASE(item);
item             2231 orte/mca/plm/base/plm_base_launch_support.c         node = (orte_node_t*)item;
item             2236 orte/mca/plm/base/plm_base_launch_support.c             OBJ_RELEASE(item);
item              938 orte/mca/plm/rsh/plm_rsh_module.c     opal_list_item_t *item;
item              945 orte/mca/plm/rsh/plm_rsh_module.c         item = opal_list_remove_first(&launch_list);
item              946 orte/mca/plm/rsh/plm_rsh_module.c         if (NULL == item) {
item              950 orte/mca/plm/rsh/plm_rsh_module.c         caddy = (orte_plm_rsh_caddy_t*)item;
item               45 orte/mca/ras/base/ras_base_node.c     opal_list_item_t* item;
item              106 orte/mca/ras/base/ras_base_node.c     while (NULL != (item = opal_list_remove_first(nodes))) {
item              107 orte/mca/ras/base/ras_base_node.c         node = (orte_node_t*)item;
item               71 orte/mca/ras/gridengine/ras_gridengine_module.c     opal_list_item_t *item;
item              109 orte/mca/ras/gridengine/ras_gridengine_module.c         for (item = opal_list_get_first(nodelist);
item              110 orte/mca/ras/gridengine/ras_gridengine_module.c              item != opal_list_get_end(nodelist);
item              111 orte/mca/ras/gridengine/ras_gridengine_module.c              item = opal_list_get_next(item)) {
item              112 orte/mca/ras/gridengine/ras_gridengine_module.c             node = (orte_node_t*)item;
item              370 orte/mca/ras/slurm/ras_slurm_module.c     opal_list_item_t *item;
item              375 orte/mca/ras/slurm/ras_slurm_module.c         while (NULL != (item = opal_list_remove_first(&jobs))) {
item              376 orte/mca/ras/slurm/ras_slurm_module.c             OBJ_RELEASE(item);
item              782 orte/mca/ras/slurm/ras_slurm_module.c     opal_list_item_t *item, *itm;
item              828 orte/mca/ras/slurm/ras_slurm_module.c     for (item = opal_list_get_first(&jobs);
item              829 orte/mca/ras/slurm/ras_slurm_module.c          item != opal_list_get_end(&jobs);
item              830 orte/mca/ras/slurm/ras_slurm_module.c          item = opal_list_get_next(item)) {
item              831 orte/mca/ras/slurm/ras_slurm_module.c         ptr = (local_jobtracker_t*)item;
item              905 orte/mca/ras/slurm/ras_slurm_module.c         while (NULL != (item = opal_list_remove_first(&ndtmp))) {
item              906 orte/mca/ras/slurm/ras_slurm_module.c             nd = (orte_node_t*)item;
item              917 orte/mca/ras/slurm/ras_slurm_module.c                     OBJ_RELEASE(item);
item              923 orte/mca/ras/slurm/ras_slurm_module.c                 opal_list_append(&nds, item);
item              128 orte/mca/ras/tm/ras_tm_module.c     opal_list_item_t* item;
item              187 orte/mca/ras/tm/ras_tm_module.c         for (item = opal_list_get_first(nodelist);
item              188 orte/mca/ras/tm/ras_tm_module.c              opal_list_get_end(nodelist) != item;
item              189 orte/mca/ras/tm/ras_tm_module.c              item = opal_list_get_next(item)) {
item              190 orte/mca/ras/tm/ras_tm_module.c             node = (orte_node_t*) item;
item              209 orte/mca/ras/tm/ras_tm_module.c         if (opal_list_get_end(nodelist) == item) {
item              240 orte/mca/rmaps/base/rmaps_base_frame.c     opal_list_item_t *item;
item              243 orte/mca/rmaps/base/rmaps_base_frame.c     while (NULL != (item = opal_list_remove_first(&orte_rmaps_base.selected_modules))) {
item              244 orte/mca/rmaps/base/rmaps_base_frame.c         OBJ_RELEASE(item);
item              143 orte/mca/rmaps/base/rmaps_base_support_fns.c     opal_list_item_t *item;
item              361 orte/mca/rmaps/base/rmaps_base_support_fns.c                 item = opal_list_get_next(&nd->super);
item              362 orte/mca/rmaps/base/rmaps_base_support_fns.c                 if (item == opal_list_get_end(allocated_nodes)) {
item              366 orte/mca/rmaps/base/rmaps_base_support_fns.c                     nd = (orte_node_t*)item;
item              367 orte/mca/rmaps/base/rmaps_base_support_fns.c                     opal_list_insert_pos(allocated_nodes, item, &node->super);
item              415 orte/mca/rmaps/base/rmaps_base_support_fns.c         item  = opal_list_get_first(allocated_nodes);
item              499 orte/mca/rmaps/base/rmaps_base_support_fns.c         for (item = opal_list_get_first(allocated_nodes);
item              500 orte/mca/rmaps/base/rmaps_base_support_fns.c              item != opal_list_get_end(allocated_nodes);
item              501 orte/mca/rmaps/base/rmaps_base_support_fns.c              item = opal_list_get_next(item)) {
item              502 orte/mca/rmaps/base/rmaps_base_support_fns.c             node = (orte_node_t*)item;
item              557 orte/mca/rmaps/base/rmaps_base_support_fns.c     opal_list_item_t *item, *cur_node_item;
item              565 orte/mca/rmaps/base/rmaps_base_support_fns.c         for (item = opal_list_get_first(node_list);
item              566 orte/mca/rmaps/base/rmaps_base_support_fns.c              item != opal_list_get_end(node_list);
item              567 orte/mca/rmaps/base/rmaps_base_support_fns.c              item = opal_list_get_next(item)) {
item              568 orte/mca/rmaps/base/rmaps_base_support_fns.c             node = (orte_node_t*)item;
item              571 orte/mca/rmaps/base/rmaps_base_support_fns.c                 cur_node_item = item;
item              601 orte/mca/rmaps/base/rmaps_base_support_fns.c             item = opal_list_get_next(cur_node_item);
item              603 orte/mca/rmaps/base/rmaps_base_support_fns.c             item = opal_list_get_first(node_list);
item              606 orte/mca/rmaps/base/rmaps_base_support_fns.c         while (item != cur_node_item) {
item              607 orte/mca/rmaps/base/rmaps_base_support_fns.c             nd1 = (orte_node_t*)item;
item              610 orte/mca/rmaps/base/rmaps_base_support_fns.c                 cur_node_item = item;
item              622 orte/mca/rmaps/base/rmaps_base_support_fns.c             if (item == opal_list_get_last(node_list)) {
item              623 orte/mca/rmaps/base/rmaps_base_support_fns.c                 item = opal_list_get_first(node_list);
item              625 orte/mca/rmaps/base/rmaps_base_support_fns.c                 item= opal_list_get_next(item);
item               66 orte/mca/rmaps/mindist/rmaps_mindist_module.c     opal_list_item_t *item;
item              234 orte/mca/rmaps/mindist/rmaps_mindist_module.c             for (item = opal_list_get_first(&node_list);
item              235 orte/mca/rmaps/mindist/rmaps_mindist_module.c                     item != opal_list_get_end(&node_list);
item              236 orte/mca/rmaps/mindist/rmaps_mindist_module.c                     item = opal_list_get_next(item)) {
item              237 orte/mca/rmaps/mindist/rmaps_mindist_module.c                 node = (orte_node_t*)item;
item              425 orte/mca/rmaps/mindist/rmaps_mindist_module.c         while (NULL != (item = opal_list_remove_first(&node_list))) {
item              426 orte/mca/rmaps/mindist/rmaps_mindist_module.c             OBJ_RELEASE(item);
item              435 orte/mca/rmaps/mindist/rmaps_mindist_module.c     while(NULL != (item = opal_list_remove_first(&node_list))) {
item              436 orte/mca/rmaps/mindist/rmaps_mindist_module.c         OBJ_RELEASE(item);
item               87 orte/mca/rmaps/ppr/rmaps_ppr.c     opal_list_item_t *item;
item              265 orte/mca/rmaps/ppr/rmaps_ppr.c         for (item = opal_list_get_first(&node_list);
item              266 orte/mca/rmaps/ppr/rmaps_ppr.c              item != opal_list_get_end(&node_list);
item              267 orte/mca/rmaps/ppr/rmaps_ppr.c              item = opal_list_get_next(item)) {
item              268 orte/mca/rmaps/ppr/rmaps_ppr.c             node = (orte_node_t*)item;
item              400 orte/mca/rmaps/ppr/rmaps_ppr.c         while (NULL != (item = opal_list_remove_first(&node_list))) {
item              401 orte/mca/rmaps/ppr/rmaps_ppr.c             OBJ_RELEASE(item);
item              408 orte/mca/rmaps/ppr/rmaps_ppr.c     while (NULL != (item = opal_list_remove_first(&node_list))) {
item              409 orte/mca/rmaps/ppr/rmaps_ppr.c         OBJ_RELEASE(item);
item               81 orte/mca/rmaps/rank_file/rmaps_rank_file.c     opal_list_item_t *item;
item              362 orte/mca/rmaps/rank_file/rmaps_rank_file.c         while (NULL != (item = opal_list_remove_first(&node_list))) {
item              363 orte/mca/rmaps/rank_file/rmaps_rank_file.c             OBJ_RELEASE(item);
item               78 orte/mca/rmaps/resilient/rmaps_resilient.c     opal_list_item_t *item;
item              186 orte/mca/rmaps/resilient/rmaps_resilient.c                 while (NULL != (item = opal_list_remove_first(&node_list))) {
item              187 orte/mca/rmaps/resilient/rmaps_resilient.c                     OBJ_RELEASE(item);
item              201 orte/mca/rmaps/resilient/rmaps_resilient.c             while (NULL != (item = opal_list_remove_first(&node_list))) {
item              202 orte/mca/rmaps/resilient/rmaps_resilient.c                 node = (orte_node_t*)item;
item              207 orte/mca/rmaps/resilient/rmaps_resilient.c                 OBJ_RELEASE(item); /* maintain accounting */
item              384 orte/mca/rmaps/resilient/rmaps_resilient.c     opal_list_item_t *item;
item              400 orte/mca/rmaps/resilient/rmaps_resilient.c     for (item = opal_list_get_first(&mca_rmaps_resilient_component.fault_grps);
item              401 orte/mca/rmaps/resilient/rmaps_resilient.c          item != opal_list_get_end(&mca_rmaps_resilient_component.fault_grps);
item              402 orte/mca/rmaps/resilient/rmaps_resilient.c          item = opal_list_get_next(item)) {
item              403 orte/mca/rmaps/resilient/rmaps_resilient.c         ftgrp = (orte_rmaps_res_ftgrp_t*)item;
item              483 orte/mca/rmaps/resilient/rmaps_resilient.c     opal_list_item_t *item, *next;
item              534 orte/mca/rmaps/resilient/rmaps_resilient.c     while (NULL != (item = opal_list_remove_first(&node_list))) {
item              535 orte/mca/rmaps/resilient/rmaps_resilient.c         node = (orte_node_t*)item;
item              538 orte/mca/rmaps/resilient/rmaps_resilient.c             OBJ_RELEASE(item);
item              547 orte/mca/rmaps/resilient/rmaps_resilient.c             opal_list_prepend(&candidates, item);
item              554 orte/mca/rmaps/resilient/rmaps_resilient.c             opal_list_append(&candidates, item);
item              567 orte/mca/rmaps/resilient/rmaps_resilient.c     item = opal_list_get_first(&candidates);
item              568 orte/mca/rmaps/resilient/rmaps_resilient.c     while (item != opal_list_get_end(&candidates)) {
item              569 orte/mca/rmaps/resilient/rmaps_resilient.c         node = (orte_node_t*)item;
item              570 orte/mca/rmaps/resilient/rmaps_resilient.c         next = opal_list_get_next(item);
item              580 orte/mca/rmaps/resilient/rmaps_resilient.c             opal_list_remove_item(&candidates, item);
item              581 orte/mca/rmaps/resilient/rmaps_resilient.c             OBJ_RELEASE(item);  /* maintain acctg */
item              582 orte/mca/rmaps/resilient/rmaps_resilient.c             item = next;
item              611 orte/mca/rmaps/resilient/rmaps_resilient.c             item = next;
item              642 orte/mca/rmaps/resilient/rmaps_resilient.c     while (NULL != (item = opal_list_remove_first(&candidates))) {
item              643 orte/mca/rmaps/resilient/rmaps_resilient.c         OBJ_RELEASE(item);
item              654 orte/mca/rmaps/resilient/rmaps_resilient.c     while (NULL != (item = opal_list_remove_first(&node_list))) {
item              655 orte/mca/rmaps/resilient/rmaps_resilient.c         OBJ_RELEASE(item);
item              665 orte/mca/rmaps/resilient/rmaps_resilient.c     opal_list_item_t *item, *nitem;
item              670 orte/mca/rmaps/resilient/rmaps_resilient.c     for (item = opal_list_get_first(&mca_rmaps_resilient_component.fault_grps);
item              671 orte/mca/rmaps/resilient/rmaps_resilient.c          item != opal_list_get_end(&mca_rmaps_resilient_component.fault_grps);
item              672 orte/mca/rmaps/resilient/rmaps_resilient.c          item = opal_list_get_next(item)) {
item              673 orte/mca/rmaps/resilient/rmaps_resilient.c         ftgrp = (orte_rmaps_res_ftgrp_t*)item;
item              703 orte/mca/rmaps/resilient/rmaps_resilient.c     opal_list_item_t *item, *next, *curitem;
item              750 orte/mca/rmaps/resilient/rmaps_resilient.c         item = opal_list_get_first(&node_list);
item              751 orte/mca/rmaps/resilient/rmaps_resilient.c         while (item != opal_list_get_end(&node_list)) {
item              752 orte/mca/rmaps/resilient/rmaps_resilient.c             next = opal_list_get_next(item);
item              753 orte/mca/rmaps/resilient/rmaps_resilient.c             node = (orte_node_t*)item;
item              757 orte/mca/rmaps/resilient/rmaps_resilient.c                 opal_list_remove_item(&node_list, item);
item              758 orte/mca/rmaps/resilient/rmaps_resilient.c                 OBJ_RELEASE(item);
item              760 orte/mca/rmaps/resilient/rmaps_resilient.c             item = next;
item              775 orte/mca/rmaps/resilient/rmaps_resilient.c             for (item = opal_list_get_first(&mca_rmaps_resilient_component.fault_grps);
item              776 orte/mca/rmaps/resilient/rmaps_resilient.c                  item != opal_list_get_end(&mca_rmaps_resilient_component.fault_grps);
item              777 orte/mca/rmaps/resilient/rmaps_resilient.c                  item = opal_list_get_next(item)) {
item              778 orte/mca/rmaps/resilient/rmaps_resilient.c                 ftgrp = (orte_rmaps_res_ftgrp_t*)item;
item              882 orte/mca/rmaps/resilient/rmaps_resilient.c         while (NULL != (item = opal_list_remove_first(&node_list))) {
item              883 orte/mca/rmaps/resilient/rmaps_resilient.c             OBJ_RELEASE(item);
item              118 orte/mca/rmaps/resilient/rmaps_resilient_component.c     opal_list_item_t *item;
item              120 orte/mca/rmaps/resilient/rmaps_resilient_component.c     while (NULL != (item = opal_list_remove_first(&mca_rmaps_resilient_component.fault_grps))) {
item              121 orte/mca/rmaps/resilient/rmaps_resilient_component.c         OBJ_RELEASE(item);
item               51 orte/mca/rmaps/round_robin/rmaps_rr.c     opal_list_item_t *item;
item              262 orte/mca/rmaps/round_robin/rmaps_rr.c         while (NULL != (item = opal_list_remove_first(&node_list))) {
item              263 orte/mca/rmaps/round_robin/rmaps_rr.c             OBJ_RELEASE(item);
item              271 orte/mca/rmaps/round_robin/rmaps_rr.c     while(NULL != (item = opal_list_remove_first(&node_list))) {
item              272 orte/mca/rmaps/round_robin/rmaps_rr.c         OBJ_RELEASE(item);
item               98 orte/mca/rmaps/seq/rmaps_seq.c     opal_list_item_t *item;
item              331 orte/mca/rmaps/seq/rmaps_seq.c             for (item  = opal_list_get_first(seq_list);
item              332 orte/mca/rmaps/seq/rmaps_seq.c                  item != opal_list_get_end(seq_list);
item              333 orte/mca/rmaps/seq/rmaps_seq.c                  item  = opal_list_get_next(item) ) {
item              334 orte/mca/rmaps/seq/rmaps_seq.c                 seq = (seq_node_t*)item;
item              342 orte/mca/rmaps/seq/rmaps_seq.c                     opal_list_remove_item(seq_list, item);
item              343 orte/mca/rmaps/seq/rmaps_seq.c                     OBJ_RELEASE(item);  /* "un-retain" it */
item              128 orte/mca/rml/base/rml_base_msg_handlers.c     opal_list_item_t *item, *next;
item              136 orte/mca/rml/base/rml_base_msg_handlers.c     item = opal_list_get_first(&orte_rml_base.unmatched_msgs);
item              137 orte/mca/rml/base/rml_base_msg_handlers.c     while (item != opal_list_get_end(&orte_rml_base.unmatched_msgs)) {
item              138 orte/mca/rml/base/rml_base_msg_handlers.c         next = opal_list_get_next(item);
item              139 orte/mca/rml/base/rml_base_msg_handlers.c         msg = (orte_rml_recv_t*)item;
item              152 orte/mca/rml/base/rml_base_msg_handlers.c             opal_list_remove_item(&orte_rml_base.unmatched_msgs, item);
item              157 orte/mca/rml/base/rml_base_msg_handlers.c         item = next;
item              118 orte/mca/routed/binomial/routed_binomial.c     opal_list_item_t *item;
item              123 orte/mca/routed/binomial/routed_binomial.c     while (NULL != (item = opal_list_remove_first(&my_children))) {
item              124 orte/mca/routed/binomial/routed_binomial.c         OBJ_RELEASE(item);
item              200 orte/mca/routed/binomial/routed_binomial.c     opal_list_item_t *item;
item              278 orte/mca/routed/binomial/routed_binomial.c     for (item = opal_list_get_first(&my_children);
item              279 orte/mca/routed/binomial/routed_binomial.c             item != opal_list_get_end(&my_children);
item              280 orte/mca/routed/binomial/routed_binomial.c             item = opal_list_get_next(item)) {
item              281 orte/mca/routed/binomial/routed_binomial.c         child = (orte_routed_tree_t*)item;
item              316 orte/mca/routed/binomial/routed_binomial.c     opal_list_item_t *item;
item              344 orte/mca/routed/binomial/routed_binomial.c         for (item = opal_list_get_first(&my_children);
item              345 orte/mca/routed/binomial/routed_binomial.c              item != opal_list_get_end(&my_children);
item              346 orte/mca/routed/binomial/routed_binomial.c              item = opal_list_get_next(item)) {
item              347 orte/mca/routed/binomial/routed_binomial.c             child = (orte_routed_tree_t*)item;
item              353 orte/mca/routed/binomial/routed_binomial.c                 opal_list_remove_item(&my_children, item);
item              354 orte/mca/routed/binomial/routed_binomial.c                 OBJ_RELEASE(item);
item              474 orte/mca/routed/binomial/routed_binomial.c     opal_list_item_t *item;
item              484 orte/mca/routed/binomial/routed_binomial.c     while (NULL != (item = opal_list_remove_first(&my_children))) {
item              485 orte/mca/routed/binomial/routed_binomial.c         OBJ_RELEASE(item);
item              498 orte/mca/routed/binomial/routed_binomial.c         for (item = opal_list_get_first(&my_children);
item              499 orte/mca/routed/binomial/routed_binomial.c              item != opal_list_get_end(&my_children);
item              500 orte/mca/routed/binomial/routed_binomial.c              item = opal_list_get_next(item)) {
item              501 orte/mca/routed/binomial/routed_binomial.c             child = (orte_routed_tree_t*)item;
item              119 orte/mca/routed/debruijn/routed_debruijn.c     opal_list_item_t *item;
item              124 orte/mca/routed/debruijn/routed_debruijn.c     while (NULL != (item = opal_list_remove_first(&my_children))) {
item              125 orte/mca/routed/debruijn/routed_debruijn.c         OBJ_RELEASE(item);
item              305 orte/mca/routed/debruijn/routed_debruijn.c     opal_list_item_t *item;
item              333 orte/mca/routed/debruijn/routed_debruijn.c         for (item = opal_list_get_first(&my_children);
item              334 orte/mca/routed/debruijn/routed_debruijn.c              item != opal_list_get_end(&my_children);
item              335 orte/mca/routed/debruijn/routed_debruijn.c              item = opal_list_get_next(item)) {
item              336 orte/mca/routed/debruijn/routed_debruijn.c             child = (orte_routed_tree_t*)item;
item              338 orte/mca/routed/debruijn/routed_debruijn.c                 opal_list_remove_item(&my_children, item);
item              339 orte/mca/routed/debruijn/routed_debruijn.c                 OBJ_RELEASE(item);
item              391 orte/mca/routed/debruijn/routed_debruijn.c     opal_list_item_t *item;
item              403 orte/mca/routed/debruijn/routed_debruijn.c     while (NULL != (item = opal_list_remove_first(&my_children))) {
item              404 orte/mca/routed/debruijn/routed_debruijn.c         OBJ_RELEASE(item);
item              218 orte/mca/routed/direct/routed_direct.c     opal_list_item_t *item;
item              246 orte/mca/routed/direct/routed_direct.c         for (item = opal_list_get_first(&my_children);
item              247 orte/mca/routed/direct/routed_direct.c              item != opal_list_get_end(&my_children);
item              248 orte/mca/routed/direct/routed_direct.c              item = opal_list_get_next(item)) {
item              249 orte/mca/routed/direct/routed_direct.c             child = (orte_routed_tree_t*)item;
item              251 orte/mca/routed/direct/routed_direct.c                 opal_list_remove_item(&my_children, item);
item              252 orte/mca/routed/direct/routed_direct.c                 OBJ_RELEASE(item);
item              120 orte/mca/routed/radix/routed_radix.c     opal_list_item_t *item;
item              125 orte/mca/routed/radix/routed_radix.c     while (NULL != (item = opal_list_remove_first(&my_children))) {
item              126 orte/mca/routed/radix/routed_radix.c         OBJ_RELEASE(item);
item              202 orte/mca/routed/radix/routed_radix.c     opal_list_item_t *item;
item              293 orte/mca/routed/radix/routed_radix.c         for (item = opal_list_get_first(&my_children);
item              294 orte/mca/routed/radix/routed_radix.c              item != opal_list_get_end(&my_children);
item              295 orte/mca/routed/radix/routed_radix.c              item = opal_list_get_next(item)) {
item              296 orte/mca/routed/radix/routed_radix.c             child = (orte_routed_tree_t*)item;
item              331 orte/mca/routed/radix/routed_radix.c     opal_list_item_t *item;
item              359 orte/mca/routed/radix/routed_radix.c         for (item = opal_list_get_first(&my_children);
item              360 orte/mca/routed/radix/routed_radix.c              item != opal_list_get_end(&my_children);
item              361 orte/mca/routed/radix/routed_radix.c              item = opal_list_get_next(item)) {
item              362 orte/mca/routed/radix/routed_radix.c             child = (orte_routed_tree_t*)item;
item              364 orte/mca/routed/radix/routed_radix.c                 opal_list_remove_item(&my_children, item);
item              365 orte/mca/routed/radix/routed_radix.c                 OBJ_RELEASE(item);
item              447 orte/mca/routed/radix/routed_radix.c     opal_list_item_t *item;
item              459 orte/mca/routed/radix/routed_radix.c     while (NULL != (item = opal_list_remove_first(&my_children))) {
item              460 orte/mca/routed/radix/routed_radix.c         OBJ_RELEASE(item);
item              493 orte/mca/routed/radix/routed_radix.c         for (item = opal_list_get_first(&my_children);
item              494 orte/mca/routed/radix/routed_radix.c              item != opal_list_get_end(&my_children);
item              495 orte/mca/routed/radix/routed_radix.c              item = opal_list_get_next(item)) {
item              496 orte/mca/routed/radix/routed_radix.c             child = (orte_routed_tree_t*)item;
item               42 orte/mca/rtc/base/rtc_base_frame.c     opal_list_item_t *item;
item               45 orte/mca/rtc/base/rtc_base_frame.c     while (NULL != (item = opal_list_remove_first(&orte_rtc_base.actives))) {
item               46 orte/mca/rtc/base/rtc_base_frame.c         OBJ_RELEASE(item);
item              114 orte/mca/snapc/base/snapc_base_fns.c     opal_list_item_t* item = NULL;
item              116 orte/mca/snapc/base/snapc_base_fns.c     while (NULL != (item = opal_list_remove_first(&snapshot->local_snapshots))) {
item              117 orte/mca/snapc/base/snapc_base_fns.c         OBJ_RELEASE(item);
item              157 orte/mca/snapc/base/snapc_base_fns.c     void *item = NULL;
item              196 orte/mca/snapc/base/snapc_base_fns.c         item = opal_pointer_array_get_item(&(quiesce->migrating_procs), i);
item              197 orte/mca/snapc/base/snapc_base_fns.c         if( NULL != item ) {
item              198 orte/mca/snapc/base/snapc_base_fns.c             OBJ_RELEASE(item);
item              394 orte/mca/snapc/full/snapc_full_global.c     opal_list_item_t *item = NULL;
item              409 orte/mca/snapc/full/snapc_full_global.c             while( NULL != (item = opal_list_remove_first(migrating_procs)) ) {
item              410 orte/mca/snapc/full/snapc_full_global.c                 proc = (orte_proc_t*)item;
item              438 orte/mca/snapc/full/snapc_full_global.c         for (item  = opal_list_get_first(migrating_procs);
item              439 orte/mca/snapc/full/snapc_full_global.c              item != opal_list_get_end(migrating_procs);
item              440 orte/mca/snapc/full/snapc_full_global.c              item  = opal_list_get_next(item)) {
item              441 orte/mca/snapc/full/snapc_full_global.c             new_proc = (orte_proc_t*)item;
item              506 orte/mca/snapc/full/snapc_full_global.c     opal_list_item_t* item = NULL;
item              569 orte/mca/snapc/full/snapc_full_global.c         while( NULL != (item = opal_list_remove_first(migrating_procs)) ) {
item              570 orte/mca/snapc/full/snapc_full_global.c             OBJ_RELEASE(item);
item              681 orte/mca/snapc/full/snapc_full_global.c     opal_list_item_t* item = NULL;
item              703 orte/mca/snapc/full/snapc_full_global.c         for (item  = opal_list_get_first(migrating_procs);
item              704 orte/mca/snapc/full/snapc_full_global.c              item != opal_list_get_end(migrating_procs);
item              705 orte/mca/snapc/full/snapc_full_global.c              item  = opal_list_get_next(item)) {
item              706 orte/mca/snapc/full/snapc_full_global.c             new_proc = (orte_proc_t*)item;
item              770 orte/mca/snapc/full/snapc_full_global.c             while( NULL != (item = opal_list_remove_first(&(orted_snapshot->super.local_snapshots))) ) {
item              771 orte/mca/snapc/full/snapc_full_global.c                 OBJ_RELEASE(item);
item              809 orte/mca/snapc/full/snapc_full_global.c             while( NULL != (item = opal_list_remove_first(&(orted_snapshot->super.local_snapshots))) ) {
item              810 orte/mca/snapc/full/snapc_full_global.c                 OBJ_RELEASE(item);
item             1527 orte/mca/snapc/full/snapc_full_global.c     opal_list_item_t* item = NULL;
item             1727 orte/mca/snapc/full/snapc_full_global.c             for(item  = opal_list_get_first(&(global_snapshot.local_snapshots));
item             1728 orte/mca/snapc/full/snapc_full_global.c                 item != opal_list_get_end(&(global_snapshot.local_snapshots));
item             1729 orte/mca/snapc/full/snapc_full_global.c                 item  = opal_list_get_next(item) ) {
item             1730 orte/mca/snapc/full/snapc_full_global.c                 orted_snapshot = (orte_snapc_full_orted_snapshot_t*)item;
item             2069 orte/mca/snapc/full/snapc_full_global.c     opal_list_item_t* item = NULL;
item             2082 orte/mca/snapc/full/snapc_full_global.c     for(item  = opal_list_get_first(&global_snapshot.local_snapshots);
item             2083 orte/mca/snapc/full/snapc_full_global.c         item != opal_list_get_end(&global_snapshot.local_snapshots);
item             2084 orte/mca/snapc/full/snapc_full_global.c         item  = opal_list_get_next(item) ) {
item             2085 orte/mca/snapc/full/snapc_full_global.c         orted_snapshot = (orte_snapc_full_orted_snapshot_t*)item;
item             2120 orte/mca/snapc/full/snapc_full_global.c     opal_list_item_t *item = NULL;
item             2184 orte/mca/snapc/full/snapc_full_global.c         for (item  = opal_list_get_first(migrating_procs);
item             2185 orte/mca/snapc/full/snapc_full_global.c              item != opal_list_get_end(migrating_procs);
item             2186 orte/mca/snapc/full/snapc_full_global.c              item  = opal_list_get_next(item)) {
item             2187 orte/mca/snapc/full/snapc_full_global.c             proc = (orte_proc_t*)item;
item             2355 orte/mca/snapc/full/snapc_full_global.c     opal_list_item_t* item = NULL;
item             2358 orte/mca/snapc/full/snapc_full_global.c     for(item  = opal_list_get_first(&(global_snapshot.local_snapshots));
item             2359 orte/mca/snapc/full/snapc_full_global.c         item != opal_list_get_end(&(global_snapshot.local_snapshots));
item             2360 orte/mca/snapc/full/snapc_full_global.c         item  = opal_list_get_next(item) ) {
item             2361 orte/mca/snapc/full/snapc_full_global.c         orted_snapshot = (orte_snapc_full_orted_snapshot_t*)item;
item             2383 orte/mca/snapc/full/snapc_full_global.c     for(item  = opal_list_get_first(&(global_snapshot.local_snapshots));
item             2384 orte/mca/snapc/full/snapc_full_global.c         item != opal_list_get_end(&(global_snapshot.local_snapshots));
item             2385 orte/mca/snapc/full/snapc_full_global.c         item  = opal_list_get_next(item) ) {
item             2386 orte/mca/snapc/full/snapc_full_global.c         orted_snapshot = (orte_snapc_full_orted_snapshot_t*)item;
item             2403 orte/mca/snapc/full/snapc_full_global.c     opal_list_item_t* item = NULL;
item             2409 orte/mca/snapc/full/snapc_full_global.c     for(item  = opal_list_get_first(&(global_snapshot.local_snapshots));
item             2410 orte/mca/snapc/full/snapc_full_global.c         item != opal_list_get_end(&(global_snapshot.local_snapshots));
item             2411 orte/mca/snapc/full/snapc_full_global.c         item  = opal_list_get_next(item) ) {
item             2412 orte/mca/snapc/full/snapc_full_global.c         orted_snapshot = (orte_snapc_full_orted_snapshot_t*)item;
item             2476 orte/mca/snapc/full/snapc_full_global.c     opal_list_item_t* item = NULL;
item             2502 orte/mca/snapc/full/snapc_full_global.c     for(item  = opal_list_get_first(&(global_snapshot.local_snapshots));
item             2503 orte/mca/snapc/full/snapc_full_global.c         item != opal_list_get_end(&(global_snapshot.local_snapshots));
item             2504 orte/mca/snapc/full/snapc_full_global.c         item  = opal_list_get_next(item) ) {
item             2505 orte/mca/snapc/full/snapc_full_global.c         orted_snapshot = (orte_snapc_full_orted_snapshot_t*)item;
item             2672 orte/mca/snapc/full/snapc_full_global.c     opal_list_item_t* item = NULL;
item             2693 orte/mca/snapc/full/snapc_full_global.c         for(item  = opal_list_get_first(&(global_snapshot.local_snapshots));
item             2694 orte/mca/snapc/full/snapc_full_global.c             item != opal_list_get_end(&(global_snapshot.local_snapshots));
item             2695 orte/mca/snapc/full/snapc_full_global.c             item  = opal_list_get_next(item) ) {
item             2696 orte/mca/snapc/full/snapc_full_global.c             loc_orted_snapshot = (orte_snapc_full_orted_snapshot_t*)item;
item              161 orte/mca/snapc/full/snapc_full_local.c     opal_list_item_t* item = NULL;
item              185 orte/mca/snapc/full/snapc_full_local.c             for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item              186 orte/mca/snapc/full/snapc_full_local.c                 item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item              187 orte/mca/snapc/full/snapc_full_local.c                 item  = opal_list_get_next(item) ) {
item              188 orte/mca/snapc/full/snapc_full_local.c                 vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item              189 orte/mca/snapc/full/snapc_full_local.c                 opal_list_remove_item(&(local_global_snapshot.local_snapshots), item);
item              198 orte/mca/snapc/full/snapc_full_local.c             for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item              199 orte/mca/snapc/full/snapc_full_local.c                 item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item              200 orte/mca/snapc/full/snapc_full_local.c                 item  = opal_list_get_next(item) ) {
item              201 orte/mca/snapc/full/snapc_full_local.c                 vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item              282 orte/mca/snapc/full/snapc_full_local.c     opal_list_item_t* item = NULL;
item              292 orte/mca/snapc/full/snapc_full_local.c         for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item              293 orte/mca/snapc/full/snapc_full_local.c             item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item              294 orte/mca/snapc/full/snapc_full_local.c             item  = opal_list_get_next(item) ) {
item              295 orte/mca/snapc/full/snapc_full_local.c             vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item              305 orte/mca/snapc/full/snapc_full_local.c                 opal_list_remove_item(&(local_global_snapshot.local_snapshots), item);
item              432 orte/mca/snapc/full/snapc_full_local.c     opal_list_item_t* item = NULL;
item              520 orte/mca/snapc/full/snapc_full_local.c             for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item              521 orte/mca/snapc/full/snapc_full_local.c                 item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item              522 orte/mca/snapc/full/snapc_full_local.c                 item  = opal_list_get_next(item) ) {
item              523 orte/mca/snapc/full/snapc_full_local.c                 vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item              573 orte/mca/snapc/full/snapc_full_local.c         for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item              574 orte/mca/snapc/full/snapc_full_local.c             item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item              575 orte/mca/snapc/full/snapc_full_local.c             item  = opal_list_get_next(item) ) {
item              576 orte/mca/snapc/full/snapc_full_local.c             vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item              624 orte/mca/snapc/full/snapc_full_local.c     opal_list_item_t* item = NULL;
item              633 orte/mca/snapc/full/snapc_full_local.c         for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item              634 orte/mca/snapc/full/snapc_full_local.c             item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item              635 orte/mca/snapc/full/snapc_full_local.c             item  = opal_list_get_next(item) ) {
item              636 orte/mca/snapc/full/snapc_full_local.c             vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item              674 orte/mca/snapc/full/snapc_full_local.c     for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item              675 orte/mca/snapc/full/snapc_full_local.c         item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item              676 orte/mca/snapc/full/snapc_full_local.c         item  = opal_list_get_next(item) ) {
item              677 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item              776 orte/mca/snapc/full/snapc_full_local.c     opal_list_item_t* item = NULL;
item              842 orte/mca/snapc/full/snapc_full_local.c                 for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item              843 orte/mca/snapc/full/snapc_full_local.c                     item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item              844 orte/mca/snapc/full/snapc_full_local.c                     item  = opal_list_get_next(item) ) {
item              845 orte/mca/snapc/full/snapc_full_local.c                     vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item              883 orte/mca/snapc/full/snapc_full_local.c     opal_list_item_t* item = NULL;
item              925 orte/mca/snapc/full/snapc_full_local.c         for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item              926 orte/mca/snapc/full/snapc_full_local.c             item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item              927 orte/mca/snapc/full/snapc_full_local.c             item  = opal_list_get_next(item) ) {
item              928 orte/mca/snapc/full/snapc_full_local.c             vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item              947 orte/mca/snapc/full/snapc_full_local.c         for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item              948 orte/mca/snapc/full/snapc_full_local.c             item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item              949 orte/mca/snapc/full/snapc_full_local.c             item  = opal_list_get_next(item) ) {
item              950 orte/mca/snapc/full/snapc_full_local.c             vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item             1001 orte/mca/snapc/full/snapc_full_local.c     opal_list_item_t* item = NULL;
item             1006 orte/mca/snapc/full/snapc_full_local.c     for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item             1007 orte/mca/snapc/full/snapc_full_local.c         item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item             1008 orte/mca/snapc/full/snapc_full_local.c         item  = opal_list_get_next(item) ) {
item             1009 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item             1021 orte/mca/snapc/full/snapc_full_local.c             opal_list_remove_item(&(local_global_snapshot.local_snapshots), item);
item             1064 orte/mca/snapc/full/snapc_full_local.c     opal_list_item_t* item = NULL;
item             1075 orte/mca/snapc/full/snapc_full_local.c     for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item             1076 orte/mca/snapc/full/snapc_full_local.c         item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item             1077 orte/mca/snapc/full/snapc_full_local.c         item  = opal_list_get_next(item) ) {
item             1078 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item             1100 orte/mca/snapc/full/snapc_full_local.c     for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item             1101 orte/mca/snapc/full/snapc_full_local.c         item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item             1102 orte/mca/snapc/full/snapc_full_local.c         item  = opal_list_get_next(item) ) {
item             1103 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item             1134 orte/mca/snapc/full/snapc_full_local.c     for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item             1135 orte/mca/snapc/full/snapc_full_local.c         item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item             1136 orte/mca/snapc/full/snapc_full_local.c         item  = opal_list_get_next(item) ) {
item             1137 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item             1156 orte/mca/snapc/full/snapc_full_local.c     for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item             1157 orte/mca/snapc/full/snapc_full_local.c         item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item             1158 orte/mca/snapc/full/snapc_full_local.c         item  = opal_list_get_next(item) ) {
item             1159 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item             1176 orte/mca/snapc/full/snapc_full_local.c     for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item             1177 orte/mca/snapc/full/snapc_full_local.c         item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item             1178 orte/mca/snapc/full/snapc_full_local.c         item  = opal_list_get_next(item) ) {
item             1179 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item             1210 orte/mca/snapc/full/snapc_full_local.c             for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item             1211 orte/mca/snapc/full/snapc_full_local.c                 item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item             1212 orte/mca/snapc/full/snapc_full_local.c                 item  = opal_list_get_next(item) ) {
item             1213 orte/mca/snapc/full/snapc_full_local.c                 vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item             1235 orte/mca/snapc/full/snapc_full_local.c         for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item             1236 orte/mca/snapc/full/snapc_full_local.c             item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item             1237 orte/mca/snapc/full/snapc_full_local.c             item  = opal_list_get_next(item) ) {
item             1238 orte/mca/snapc/full/snapc_full_local.c             vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item             1849 orte/mca/snapc/full/snapc_full_local.c     opal_list_item_t* item = NULL;
item             1853 orte/mca/snapc/full/snapc_full_local.c     for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item             1854 orte/mca/snapc/full/snapc_full_local.c         item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item             1855 orte/mca/snapc/full/snapc_full_local.c         item  = opal_list_get_next(item) ) {
item             1856 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item             2023 orte/mca/snapc/full/snapc_full_local.c     opal_list_item_t* item = NULL;
item             2027 orte/mca/snapc/full/snapc_full_local.c     for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item             2028 orte/mca/snapc/full/snapc_full_local.c         item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item             2029 orte/mca/snapc/full/snapc_full_local.c         item  = opal_list_get_next(item) ) {
item             2030 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item             2047 orte/mca/snapc/full/snapc_full_local.c     opal_list_item_t* item = NULL;
item             2052 orte/mca/snapc/full/snapc_full_local.c     for(item  = opal_list_get_first(&(local_global_snapshot.local_snapshots));
item             2053 orte/mca/snapc/full/snapc_full_local.c         item != opal_list_get_end(&(local_global_snapshot.local_snapshots));
item             2054 orte/mca/snapc/full/snapc_full_local.c         item  = opal_list_get_next(item) ) {
item             2055 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot = (orte_snapc_full_app_snapshot_t*)item;
item              129 orte/mca/sstore/base/sstore_base_fns.c     opal_list_item_t* item = NULL;
item              131 orte/mca/sstore/base/sstore_base_fns.c     while (NULL != (item = opal_list_remove_first(&snapshot->local_snapshots))) {
item              132 orte/mca/sstore/base/sstore_base_fns.c         OBJ_RELEASE(item);
item              583 orte/mca/sstore/base/sstore_base_fns.c     opal_list_item_t* item = NULL;
item              589 orte/mca/sstore/base/sstore_base_fns.c     while (NULL != (item = opal_list_remove_first(&global_snapshot->local_snapshots))) {
item              590 orte/mca/sstore/base/sstore_base_fns.c         OBJ_RELEASE(item);
item              423 orte/mca/sstore/central/sstore_central_app.c     opal_list_item_t* item = NULL;
item              425 orte/mca/sstore/central/sstore_central_app.c     for(item  = opal_list_get_first(active_handles);
item              426 orte/mca/sstore/central/sstore_central_app.c         item != opal_list_get_end(active_handles);
item              427 orte/mca/sstore/central/sstore_central_app.c         item  = opal_list_get_next(item) ) {
item              428 orte/mca/sstore/central/sstore_central_app.c         handle_info = (orte_sstore_central_app_snapshot_info_t*)item;
item              759 orte/mca/sstore/central/sstore_central_global.c     opal_list_item_t* item = NULL;
item              761 orte/mca/sstore/central/sstore_central_global.c     for(item  = opal_list_get_first(active_handles);
item              762 orte/mca/sstore/central/sstore_central_global.c         item != opal_list_get_end(active_handles);
item              763 orte/mca/sstore/central/sstore_central_global.c         item  = opal_list_get_next(item) ) {
item              764 orte/mca/sstore/central/sstore_central_global.c         handle_info = (orte_sstore_central_global_snapshot_info_t*)item;
item              777 orte/mca/sstore/central/sstore_central_global.c     opal_list_item_t* item = NULL;
item              779 orte/mca/sstore/central/sstore_central_global.c     for(item  = opal_list_get_first(active_handles);
item              780 orte/mca/sstore/central/sstore_central_global.c         item != opal_list_get_end(active_handles);
item              781 orte/mca/sstore/central/sstore_central_global.c         item  = opal_list_get_next(item) ) {
item              782 orte/mca/sstore/central/sstore_central_global.c         handle_info = (orte_sstore_central_global_snapshot_info_t*)item;
item             1160 orte/mca/sstore/central/sstore_central_global.c     opal_list_item_t* item = NULL;
item             1166 orte/mca/sstore/central/sstore_central_global.c     while (NULL != (item = opal_list_remove_first(&global_snapshot->local_snapshots))) {
item             1167 orte/mca/sstore/central/sstore_central_global.c         OBJ_RELEASE(item);
item              563 orte/mca/sstore/central/sstore_central_local.c     opal_list_item_t* item = NULL;
item              569 orte/mca/sstore/central/sstore_central_local.c     for(item  = opal_list_get_first(active_handles);
item              570 orte/mca/sstore/central/sstore_central_local.c         item != opal_list_get_end(active_handles);
item              571 orte/mca/sstore/central/sstore_central_local.c         item  = opal_list_get_next(item) ) {
item              572 orte/mca/sstore/central/sstore_central_local.c         handle_info = (orte_sstore_central_local_snapshot_info_t*)item;
item              601 orte/mca/sstore/central/sstore_central_local.c     opal_list_item_t* item = NULL;
item              604 orte/mca/sstore/central/sstore_central_local.c     for(item  = opal_list_get_first(handle_info->app_info_handle);
item              605 orte/mca/sstore/central/sstore_central_local.c         item != opal_list_get_end(handle_info->app_info_handle);
item              606 orte/mca/sstore/central/sstore_central_local.c         item  = opal_list_get_next(item) ) {
item              607 orte/mca/sstore/central/sstore_central_local.c         app_info = (orte_sstore_central_local_app_snapshot_info_t*)item;
item              652 orte/mca/sstore/central/sstore_central_local.c     opal_list_item_t* item = NULL;
item              678 orte/mca/sstore/central/sstore_central_local.c     for(item  = opal_list_get_first(handle_info->app_info_handle);
item              679 orte/mca/sstore/central/sstore_central_local.c         item != opal_list_get_end(handle_info->app_info_handle);
item              680 orte/mca/sstore/central/sstore_central_local.c         item  = opal_list_get_next(item) ) {
item              681 orte/mca/sstore/central/sstore_central_local.c         app_info = (orte_sstore_central_local_app_snapshot_info_t*)item;
item              823 orte/mca/sstore/central/sstore_central_local.c     opal_list_item_t *item = NULL;
item              828 orte/mca/sstore/central/sstore_central_local.c         for(item  = opal_list_get_first(handle_info->app_info_handle);
item              829 orte/mca/sstore/central/sstore_central_local.c             item != opal_list_get_end(handle_info->app_info_handle);
item              830 orte/mca/sstore/central/sstore_central_local.c             item  = opal_list_get_next(item) ) {
item              831 orte/mca/sstore/central/sstore_central_local.c             app_info = (orte_sstore_central_local_app_snapshot_info_t*)item;
item              911 orte/mca/sstore/central/sstore_central_local.c     opal_list_item_t *item = NULL;
item              939 orte/mca/sstore/central/sstore_central_local.c     for(item  = opal_list_get_first(handle_info->app_info_handle);
item              940 orte/mca/sstore/central/sstore_central_local.c         item != opal_list_get_end(handle_info->app_info_handle);
item              941 orte/mca/sstore/central/sstore_central_local.c         item  = opal_list_get_next(item) ) {
item              942 orte/mca/sstore/central/sstore_central_local.c         app_info = (orte_sstore_central_local_app_snapshot_info_t*)item;
item              412 orte/mca/sstore/stage/sstore_stage_app.c     opal_list_item_t* item = NULL;
item              414 orte/mca/sstore/stage/sstore_stage_app.c     for(item  = opal_list_get_first(active_handles);
item              415 orte/mca/sstore/stage/sstore_stage_app.c         item != opal_list_get_end(active_handles);
item              416 orte/mca/sstore/stage/sstore_stage_app.c         item  = opal_list_get_next(item) ) {
item              417 orte/mca/sstore/stage/sstore_stage_app.c         handle_info = (orte_sstore_stage_app_snapshot_info_t*)item;
item              364 orte/mca/sstore/stage/sstore_stage_global.c     opal_list_item_t* item = NULL;
item              374 orte/mca/sstore/stage/sstore_stage_global.c         for(item  = opal_list_get_first(active_handles);
item              375 orte/mca/sstore/stage/sstore_stage_global.c             item != opal_list_get_end(active_handles);
item              376 orte/mca/sstore/stage/sstore_stage_global.c             item  = opal_list_get_next(item) ) {
item              377 orte/mca/sstore/stage/sstore_stage_global.c             handle_info = (orte_sstore_stage_global_snapshot_info_t*)item;
item              743 orte/mca/sstore/stage/sstore_stage_global.c     opal_list_item_t* item = NULL, *f_item = NULL;
item              781 orte/mca/sstore/stage/sstore_stage_global.c         for(item  = opal_list_get_first(&(filem_request->file_sets));
item              782 orte/mca/sstore/stage/sstore_stage_global.c             item != opal_list_get_end(&(filem_request->file_sets));
item              783 orte/mca/sstore/stage/sstore_stage_global.c             item  = opal_list_get_next(item) ) {
item              784 orte/mca/sstore/stage/sstore_stage_global.c             f_set = (orte_filem_base_file_set_t *) item;
item              977 orte/mca/sstore/stage/sstore_stage_global.c     opal_list_item_t* item = NULL;
item              979 orte/mca/sstore/stage/sstore_stage_global.c     for(item  = opal_list_get_first(active_handles);
item              980 orte/mca/sstore/stage/sstore_stage_global.c         item != opal_list_get_end(active_handles);
item              981 orte/mca/sstore/stage/sstore_stage_global.c         item  = opal_list_get_next(item) ) {
item              982 orte/mca/sstore/stage/sstore_stage_global.c         handle_info = (orte_sstore_stage_global_snapshot_info_t*)item;
item             1462 orte/mca/sstore/stage/sstore_stage_global.c     opal_list_item_t* item = NULL;
item             1510 orte/mca/sstore/stage/sstore_stage_global.c     while (NULL != (item = opal_list_remove_first(handle_info->filem_requests) ) ) {
item             1511 orte/mca/sstore/stage/sstore_stage_global.c         OBJ_RELEASE(item);
item             1667 orte/mca/sstore/stage/sstore_stage_global.c     opal_list_item_t* item = NULL;
item             1673 orte/mca/sstore/stage/sstore_stage_global.c     while (NULL != (item = opal_list_remove_first(&global_snapshot->local_snapshots))) {
item             1674 orte/mca/sstore/stage/sstore_stage_global.c         OBJ_RELEASE(item);
item              403 orte/mca/sstore/stage/sstore_stage_local.c     opal_list_item_t* item = NULL;
item              417 orte/mca/sstore/stage/sstore_stage_local.c             for(item  = opal_list_get_first(active_handles);
item              418 orte/mca/sstore/stage/sstore_stage_local.c                 item != opal_list_get_end(active_handles);
item              419 orte/mca/sstore/stage/sstore_stage_local.c                 item  = opal_list_get_next(item) ) {
item              420 orte/mca/sstore/stage/sstore_stage_local.c                 handle_info = (orte_sstore_stage_local_snapshot_info_t*)item;
item              889 orte/mca/sstore/stage/sstore_stage_local.c     opal_list_item_t* item = NULL;
item              923 orte/mca/sstore/stage/sstore_stage_local.c     while (NULL != (item = opal_list_remove_first(preload_filem_requests) ) ) {
item              924 orte/mca/sstore/stage/sstore_stage_local.c         OBJ_RELEASE(item);
item              967 orte/mca/sstore/stage/sstore_stage_local.c     opal_list_item_t* item = NULL;
item              973 orte/mca/sstore/stage/sstore_stage_local.c     for(item  = opal_list_get_first(active_handles);
item              974 orte/mca/sstore/stage/sstore_stage_local.c         item != opal_list_get_end(active_handles);
item              975 orte/mca/sstore/stage/sstore_stage_local.c         item  = opal_list_get_next(item) ) {
item              976 orte/mca/sstore/stage/sstore_stage_local.c         handle_info = (orte_sstore_stage_local_snapshot_info_t*)item;
item              989 orte/mca/sstore/stage/sstore_stage_local.c     opal_list_item_t* item = NULL;
item              995 orte/mca/sstore/stage/sstore_stage_local.c     for(item  = opal_list_get_first(active_handles);
item              996 orte/mca/sstore/stage/sstore_stage_local.c         item != opal_list_get_end(active_handles);
item              997 orte/mca/sstore/stage/sstore_stage_local.c         item  = opal_list_get_next(item) ) {
item              998 orte/mca/sstore/stage/sstore_stage_local.c         handle_info = (orte_sstore_stage_local_snapshot_info_t*)item;
item             1028 orte/mca/sstore/stage/sstore_stage_local.c     opal_list_item_t* item = NULL;
item             1031 orte/mca/sstore/stage/sstore_stage_local.c     for(item  = opal_list_get_first(handle_info->app_info_handle);
item             1032 orte/mca/sstore/stage/sstore_stage_local.c         item != opal_list_get_end(handle_info->app_info_handle);
item             1033 orte/mca/sstore/stage/sstore_stage_local.c         item  = opal_list_get_next(item) ) {
item             1034 orte/mca/sstore/stage/sstore_stage_local.c         app_info = (orte_sstore_stage_local_app_snapshot_info_t*)item;
item             1163 orte/mca/sstore/stage/sstore_stage_local.c     opal_list_item_t* item = NULL;
item             1205 orte/mca/sstore/stage/sstore_stage_local.c     for(item  = opal_list_get_first(handle_info->app_info_handle);
item             1206 orte/mca/sstore/stage/sstore_stage_local.c         item != opal_list_get_end(handle_info->app_info_handle);
item             1207 orte/mca/sstore/stage/sstore_stage_local.c         item  = opal_list_get_next(item) ) {
item             1208 orte/mca/sstore/stage/sstore_stage_local.c         app_info = (orte_sstore_stage_local_app_snapshot_info_t*)item;
item             1247 orte/mca/sstore/stage/sstore_stage_local.c     opal_list_item_t* item = NULL;
item             1259 orte/mca/sstore/stage/sstore_stage_local.c         for(item  = opal_list_get_first(handle_info->app_info_handle);
item             1260 orte/mca/sstore/stage/sstore_stage_local.c             item != opal_list_get_end(handle_info->app_info_handle);
item             1261 orte/mca/sstore/stage/sstore_stage_local.c             item  = opal_list_get_next(item) ) {
item             1262 orte/mca/sstore/stage/sstore_stage_local.c             app_info = (orte_sstore_stage_local_app_snapshot_info_t*)item;
item             1463 orte/mca/sstore/stage/sstore_stage_local.c     opal_list_item_t *item = NULL;
item             1468 orte/mca/sstore/stage/sstore_stage_local.c         for(item  = opal_list_get_first(handle_info->app_info_handle);
item             1469 orte/mca/sstore/stage/sstore_stage_local.c             item != opal_list_get_end(handle_info->app_info_handle);
item             1470 orte/mca/sstore/stage/sstore_stage_local.c             item  = opal_list_get_next(item) ) {
item             1471 orte/mca/sstore/stage/sstore_stage_local.c             app_info = (orte_sstore_stage_local_app_snapshot_info_t*)item;
item             1574 orte/mca/sstore/stage/sstore_stage_local.c     opal_list_item_t *item = NULL;
item             1598 orte/mca/sstore/stage/sstore_stage_local.c     for(item  = opal_list_get_first(handle_info->app_info_handle);
item             1599 orte/mca/sstore/stage/sstore_stage_local.c         item != opal_list_get_end(handle_info->app_info_handle);
item             1600 orte/mca/sstore/stage/sstore_stage_local.c         item  = opal_list_get_next(item) ) {
item             1601 orte/mca/sstore/stage/sstore_stage_local.c         app_info = (orte_sstore_stage_local_app_snapshot_info_t*)item;
item             1617 orte/mca/sstore/stage/sstore_stage_local.c         for(item  = opal_list_get_first(handle_info->app_info_handle);
item             1618 orte/mca/sstore/stage/sstore_stage_local.c             item != opal_list_get_end(handle_info->app_info_handle);
item             1619 orte/mca/sstore/stage/sstore_stage_local.c             item  = opal_list_get_next(item) ) {
item             1620 orte/mca/sstore/stage/sstore_stage_local.c             app_info = (orte_sstore_stage_local_app_snapshot_info_t*)item;
item             1703 orte/mca/sstore/stage/sstore_stage_local.c     opal_list_item_t *item = NULL;
item             1731 orte/mca/sstore/stage/sstore_stage_local.c     for(item  = opal_list_get_first(handle_info->app_info_handle);
item             1732 orte/mca/sstore/stage/sstore_stage_local.c         item != opal_list_get_end(handle_info->app_info_handle);
item             1733 orte/mca/sstore/stage/sstore_stage_local.c         item  = opal_list_get_next(item) ) {
item             1734 orte/mca/sstore/stage/sstore_stage_local.c         app_info = (orte_sstore_stage_local_app_snapshot_info_t*)item;
item             1874 orte/mca/sstore/stage/sstore_stage_local.c     opal_list_item_t* item = NULL;
item             1910 orte/mca/sstore/stage/sstore_stage_local.c     for(item  = opal_list_get_first(handle_info->app_info_handle);
item             1911 orte/mca/sstore/stage/sstore_stage_local.c         item != opal_list_get_end(handle_info->app_info_handle);
item             1912 orte/mca/sstore/stage/sstore_stage_local.c         item  = opal_list_get_next(item) ) {
item             1913 orte/mca/sstore/stage/sstore_stage_local.c         app_info = (orte_sstore_stage_local_app_snapshot_info_t*)item;
item               85 orte/mca/state/app/state_app.c     opal_list_item_t *item;
item               88 orte/mca/state/app/state_app.c     while (NULL != (item = opal_list_remove_first(&orte_proc_states))) {
item               89 orte/mca/state/app/state_app.c         OBJ_RELEASE(item);
item               93 orte/mca/state/app/state_app.c     while (NULL != (item = opal_list_remove_first(&orte_job_states))) {
item               94 orte/mca/state/app/state_app.c         OBJ_RELEASE(item);
item              126 orte/mca/state/base/state_base_fns.c     opal_list_item_t *item;
item              130 orte/mca/state/base/state_base_fns.c     for (item = opal_list_get_first(&orte_job_states);
item              131 orte/mca/state/base/state_base_fns.c          item != opal_list_get_end(&orte_job_states);
item              132 orte/mca/state/base/state_base_fns.c          item = opal_list_get_next(item)) {
item              133 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
item              154 orte/mca/state/base/state_base_fns.c     opal_list_item_t *item;
item              157 orte/mca/state/base/state_base_fns.c     for (item = opal_list_get_first(&orte_job_states);
item              158 orte/mca/state/base/state_base_fns.c          item != opal_list_get_end(&orte_job_states);
item              159 orte/mca/state/base/state_base_fns.c          item = opal_list_get_next(item)) {
item              160 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
item              180 orte/mca/state/base/state_base_fns.c     opal_list_item_t *item;
item              183 orte/mca/state/base/state_base_fns.c     for (item = opal_list_get_first(&orte_job_states);
item              184 orte/mca/state/base/state_base_fns.c          item != opal_list_get_end(&orte_job_states);
item              185 orte/mca/state/base/state_base_fns.c          item = opal_list_get_next(item)) {
item              186 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
item              197 orte/mca/state/base/state_base_fns.c     opal_list_item_t *item;
item              200 orte/mca/state/base/state_base_fns.c     for (item = opal_list_get_first(&orte_job_states);
item              201 orte/mca/state/base/state_base_fns.c          item != opal_list_get_end(&orte_job_states);
item              202 orte/mca/state/base/state_base_fns.c          item = opal_list_get_next(item)) {
item              203 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
item              205 orte/mca/state/base/state_base_fns.c             opal_list_remove_item(&orte_job_states, item);
item              206 orte/mca/state/base/state_base_fns.c             OBJ_RELEASE(item);
item              215 orte/mca/state/base/state_base_fns.c     opal_list_item_t *item;
item              219 orte/mca/state/base/state_base_fns.c     for (item = opal_list_get_first(&orte_job_states);
item              220 orte/mca/state/base/state_base_fns.c          item != opal_list_get_end(&orte_job_states);
item              221 orte/mca/state/base/state_base_fns.c          item = opal_list_get_next(item)) {
item              222 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
item              302 orte/mca/state/base/state_base_fns.c     opal_list_item_t *item;
item              306 orte/mca/state/base/state_base_fns.c     for (item = opal_list_get_first(&orte_proc_states);
item              307 orte/mca/state/base/state_base_fns.c          item != opal_list_get_end(&orte_proc_states);
item              308 orte/mca/state/base/state_base_fns.c          item = opal_list_get_next(item)) {
item              309 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
item              330 orte/mca/state/base/state_base_fns.c     opal_list_item_t *item;
item              333 orte/mca/state/base/state_base_fns.c     for (item = opal_list_get_first(&orte_proc_states);
item              334 orte/mca/state/base/state_base_fns.c          item != opal_list_get_end(&orte_proc_states);
item              335 orte/mca/state/base/state_base_fns.c          item = opal_list_get_next(item)) {
item              336 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
item              348 orte/mca/state/base/state_base_fns.c     opal_list_item_t *item;
item              351 orte/mca/state/base/state_base_fns.c     for (item = opal_list_get_first(&orte_proc_states);
item              352 orte/mca/state/base/state_base_fns.c          item != opal_list_get_end(&orte_proc_states);
item              353 orte/mca/state/base/state_base_fns.c          item = opal_list_get_next(item)) {
item              354 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
item              365 orte/mca/state/base/state_base_fns.c     opal_list_item_t *item;
item              368 orte/mca/state/base/state_base_fns.c     for (item = opal_list_get_first(&orte_proc_states);
item              369 orte/mca/state/base/state_base_fns.c          item != opal_list_get_end(&orte_proc_states);
item              370 orte/mca/state/base/state_base_fns.c          item = opal_list_get_next(item)) {
item              371 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
item              373 orte/mca/state/base/state_base_fns.c             opal_list_remove_item(&orte_proc_states, item);
item              374 orte/mca/state/base/state_base_fns.c             OBJ_RELEASE(item);
item              383 orte/mca/state/base/state_base_fns.c     opal_list_item_t *item;
item              387 orte/mca/state/base/state_base_fns.c     for (item = opal_list_get_first(&orte_proc_states);
item              388 orte/mca/state/base/state_base_fns.c          item != opal_list_get_end(&orte_proc_states);
item              389 orte/mca/state/base/state_base_fns.c          item = opal_list_get_next(item)) {
item              390 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
item              185 orte/mca/state/novm/state_novm.c     opal_list_item_t *item;
item              188 orte/mca/state/novm/state_novm.c     while (NULL != (item = opal_list_remove_first(&orte_proc_states))) {
item              189 orte/mca/state/novm/state_novm.c         OBJ_RELEASE(item);
item              145 orte/mca/state/orted/state_orted.c     opal_list_item_t *item;
item              148 orte/mca/state/orted/state_orted.c     while (NULL != (item = opal_list_remove_first(&orte_job_states))) {
item              149 orte/mca/state/orted/state_orted.c         OBJ_RELEASE(item);
item              152 orte/mca/state/orted/state_orted.c     while (NULL != (item = opal_list_remove_first(&orte_proc_states))) {
item              153 orte/mca/state/orted/state_orted.c         OBJ_RELEASE(item);
item               86 orte/mca/state/tool/state_tool.c     opal_list_item_t *item;
item               89 orte/mca/state/tool/state_tool.c     while (NULL != (item = opal_list_remove_first(&orte_proc_states))) {
item               90 orte/mca/state/tool/state_tool.c         OBJ_RELEASE(item);
item               94 orte/mca/state/tool/state_tool.c     while (NULL != (item = opal_list_remove_first(&orte_job_states))) {
item               95 orte/mca/state/tool/state_tool.c         OBJ_RELEASE(item);
item              104 orte/test/system/binom.c     opal_list_item_t *item;
item              125 orte/test/system/binom.c         while (NULL != (item = opal_list_remove_first(&children))) {
item              126 orte/test/system/binom.c             child = (orte_routed_tree_t*)item;
item              133 orte/test/system/binom.c             OBJ_RELEASE(item);
item               76 orte/test/system/radix.c     opal_list_item_t *item;
item              123 orte/test/system/radix.c         while (NULL != (item = opal_list_remove_first(&children))) {
item              124 orte/test/system/radix.c             child = (orte_routed_tree_t*)item;
item              131 orte/test/system/radix.c             OBJ_RELEASE(item);
item               30 orte/test/system/reducer.c     opal_list_item_t *item;
item               50 orte/test/system/reducer.c         for (item = opal_list_get_first(&words);
item               51 orte/test/system/reducer.c              item != opal_list_get_end(&words);
item               52 orte/test/system/reducer.c              item = opal_list_get_next(item)) {
item               53 orte/test/system/reducer.c             cnt = (word_count_t*)item;
item               70 orte/test/system/reducer.c     while (NULL != (item = opal_list_remove_first(&words))) {
item               71 orte/test/system/reducer.c         cnt = (word_count_t*)item;
item               73 orte/test/system/reducer.c         OBJ_RELEASE(item);
item              140 orte/tools/orte-info/version.c     opal_list_item_t *item;
item              183 orte/tools/orte-info/version.c             for (item = opal_list_get_first(components);
item              184 orte/tools/orte-info/version.c                  opal_list_get_end(components) != item;
item              185 orte/tools/orte-info/version.c                  item = opal_list_get_next(item)) {
item              186 orte/tools/orte-info/version.c                 cli = (mca_base_component_list_item_t *) item;
item               83 orte/util/dash_host/dash_host.c     opal_list_item_t *item, *itm;
item              309 orte/util/dash_host/dash_host.c     while (NULL != (item = opal_list_remove_first(&adds))) {
item              310 orte/util/dash_host/dash_host.c         nd = (orte_node_t*)item;
item              335 orte/util/dash_host/dash_host.c             OBJ_RELEASE(item);
item              456 orte/util/dash_host/dash_host.c     opal_list_item_t* item;
item              515 orte/util/dash_host/dash_host.c             item = opal_list_get_first(nodes);
item              516 orte/util/dash_host/dash_host.c             while (0 < num_empty && item != opal_list_get_end(nodes)) {
item              517 orte/util/dash_host/dash_host.c                 next = opal_list_get_next(item);  /* save this position */
item              518 orte/util/dash_host/dash_host.c                 node = (orte_node_t*)item;
item              530 orte/util/dash_host/dash_host.c                         opal_list_remove_item(nodes, item);
item              532 orte/util/dash_host/dash_host.c                         opal_list_append(&keep, item);
item              540 orte/util/dash_host/dash_host.c                 item = next;
item              552 orte/util/dash_host/dash_host.c             item = opal_list_get_first(nodes);
item              553 orte/util/dash_host/dash_host.c             while (item != opal_list_get_end(nodes)) {
item              554 orte/util/dash_host/dash_host.c                 next = opal_list_get_next(item);  /* save this position */
item              555 orte/util/dash_host/dash_host.c                 node = (orte_node_t*)item;
item              581 orte/util/dash_host/dash_host.c                         opal_list_remove_item(nodes, item);
item              583 orte/util/dash_host/dash_host.c                         opal_list_append(&keep, item);
item              590 orte/util/dash_host/dash_host.c                 item = next;
item              615 orte/util/dash_host/dash_host.c     while (NULL != (item = opal_list_remove_first(nodes))) {
item              616 orte/util/dash_host/dash_host.c         OBJ_RELEASE(item);
item              620 orte/util/dash_host/dash_host.c     while (NULL != (item = opal_list_remove_first(&keep))) {
item              621 orte/util/dash_host/dash_host.c         opal_list_append(nodes, item);
item              118 orte/util/hostfile/hostfile.c     opal_list_item_t* item;
item              119 orte/util/hostfile/hostfile.c     for(item =  opal_list_get_first(nodes);
item              120 orte/util/hostfile/hostfile.c         item != opal_list_get_end(nodes);
item              121 orte/util/hostfile/hostfile.c         item =  opal_list_get_next(item)) {
item              122 orte/util/hostfile/hostfile.c         orte_node_t* node = (orte_node_t*)item;
item              535 orte/util/hostfile/hostfile.c     opal_list_item_t *item, *itm;
item              553 orte/util/hostfile/hostfile.c     for (item = opal_list_get_first(&adds);
item              554 orte/util/hostfile/hostfile.c          item != opal_list_get_end(&adds);
item              555 orte/util/hostfile/hostfile.c          item = opal_list_get_next(item)) {
item              556 orte/util/hostfile/hostfile.c         node=(orte_node_t*)item;
item              567 orte/util/hostfile/hostfile.c     while (NULL != (item = opal_list_remove_first(&exclude))) {
item              568 orte/util/hostfile/hostfile.c         nd = (orte_node_t*)item;
item              581 orte/util/hostfile/hostfile.c         OBJ_RELEASE(item);
item              585 orte/util/hostfile/hostfile.c     while (NULL != (item = opal_list_remove_first(&adds))) {
item              586 orte/util/hostfile/hostfile.c         nd = (orte_node_t*)item;
item              603 orte/util/hostfile/hostfile.c             OBJ_RELEASE(item);
item              869 orte/util/hostfile/hostfile.c     opal_list_item_t *item, *itm, *item2, *item1;
item             1011 orte/util/hostfile/hostfile.c     while(NULL != (item = opal_list_remove_first(&exclude))) {
item             1012 orte/util/hostfile/hostfile.c         orte_node_t *exnode = (orte_node_t*)item;
item             1027 orte/util/hostfile/hostfile.c         OBJ_RELEASE(item);
item              174 orte/util/listener.c     opal_list_append(&mylisteners, &conn->item);
item               45 orte/util/listener.h     opal_list_item_t item;
item              118 orte/util/show_help.c     opal_list_item_t *item, *next;
item              126 orte/util/show_help.c     for (item = opal_list_get_first(&(obj->tli_processes));
item              127 orte/util/show_help.c          opal_list_get_end(&(obj->tli_processes)) != item;
item              128 orte/util/show_help.c          item = next) {
item              129 orte/util/show_help.c         next = opal_list_get_next(item);
item              130 orte/util/show_help.c         opal_list_remove_item(&(obj->tli_processes), item);
item              131 orte/util/show_help.c         OBJ_RELEASE(item);
item              310 orte/util/show_help.c     opal_list_item_t *item;
item              313 orte/util/show_help.c     for (item = opal_list_get_first(&abd_tuples);
item              314 orte/util/show_help.c          opal_list_get_end(&abd_tuples) != item;
item              315 orte/util/show_help.c          item = opal_list_get_next(item)) {
item              316 orte/util/show_help.c         (*tli) = (tuple_list_item_t*) item;
item              337 orte/util/show_help.c     opal_list_item_t *item;
item              345 orte/util/show_help.c     for (item = opal_list_get_first(&abd_tuples);
item              346 orte/util/show_help.c          opal_list_get_end(&abd_tuples) != item;
item              347 orte/util/show_help.c          item = opal_list_get_next(item)) {
item              348 orte/util/show_help.c         tli = (tuple_list_item_t*) item;
item               75 oshmem/mca/atomic/base/atomic_base_select.c     opal_list_item_t *item;
item               91 oshmem/mca/atomic/base/atomic_base_select.c     for (item = opal_list_remove_first(selectable); NULL != item; item =
item               93 oshmem/mca/atomic/base/atomic_base_select.c         avail_com_t *avail = (avail_com_t *) item;
item              196 oshmem/mca/scoll/base/scoll_base_select.c     opal_list_item_t *item;
item              231 oshmem/mca/scoll/base/scoll_base_select.c     for (item = opal_list_remove_first(selectable); NULL != item; item =
item              233 oshmem/mca/scoll/base/scoll_base_select.c         avail_com_t *avail = (avail_com_t *) item;
item               48 oshmem/mca/spml/base/spml_base_select.c     opal_list_item_t *item = NULL;
item              161 oshmem/mca/spml/base/spml_base_select.c     for (item = opal_list_remove_first(&opened);
item              162 oshmem/mca/spml/base/spml_base_select.c          NULL != item;
item              163 oshmem/mca/spml/base/spml_base_select.c          item = opal_list_remove_first(&opened)) {
item              164 oshmem/mca/spml/base/spml_base_select.c         om = (opened_component_t *) item;
item              107 oshmem/mca/spml/ikrit/spml_ikrit.c     opal_free_list_item_t* item;
item              109 oshmem/mca/spml/ikrit/spml_ikrit.c     item = opal_free_list_wait (&mca_spml_base_put_requests);
item              110 oshmem/mca/spml/ikrit/spml_ikrit.c     assert(item != NULL);
item              112 oshmem/mca/spml/ikrit/spml_ikrit.c     req = (mca_spml_ikrit_put_request_t *) item;
item              136 oshmem/mca/spml/ikrit/spml_ikrit.c     opal_free_list_item_t* item;
item              138 oshmem/mca/spml/ikrit/spml_ikrit.c     item = opal_free_list_wait (&mca_spml_base_get_requests);
item              139 oshmem/mca/spml/ikrit/spml_ikrit.c     assert(item != NULL);
item              141 oshmem/mca/spml/ikrit/spml_ikrit.c     req = (mca_spml_ikrit_get_request_t *) item;
item             1010 oshmem/mca/spml/ikrit/spml_ikrit.c     opal_list_item_t *item;
item             1018 oshmem/mca/spml/ikrit/spml_ikrit.c     while (NULL != (item = opal_list_remove_first(&mca_spml_ikrit.active_peers))) {
item             1019 oshmem/mca/spml/ikrit/spml_ikrit.c         peer = spml_ikrit_container_of(item, mxm_peer_t, link);
item              261 oshmem/proc/proc.c         opal_list_item_t *item;
item              263 oshmem/proc/proc.c         while (NULL != (item = opal_list_remove_first(&(group->peer_list)))) {
item              265 oshmem/proc/proc.c             OBJ_RELEASE(item);
item               46 test/class/opal_fifo.c     opal_list_item_t *item;
item               52 test/class/opal_fifo.c         item = opal_fifo_pop_atomic (fifo);
item               53 test/class/opal_fifo.c         if (NULL != item) {
item               54 test/class/opal_fifo.c             (void) opal_fifo_push_atomic (fifo, item);
item              107 test/class/opal_fifo.c     volatile opal_list_item_t *volatile item;
item              110 test/class/opal_fifo.c     for (count = 0, item = fifo->opal_fifo_head.data.item ; item != &fifo->opal_fifo_ghost ;
item              111 test/class/opal_fifo.c          item = opal_list_get_next(item), count++);
item              118 test/class/opal_fifo.c     opal_list_item_t *item, *prev, *item2;
item              136 test/class/opal_fifo.c     item = OBJ_NEW(opal_list_item_t);
item              137 test/class/opal_fifo.c     prev = opal_fifo_push_st (&fifo, item);
item              145 test/class/opal_fifo.c     if (item == item2) {
item              151 test/class/opal_fifo.c     OBJ_RELEASE(item);
item              154 test/class/opal_fifo.c         item = OBJ_NEW(opal_list_item_t);
item              155 test/class/opal_fifo.c         item->item_free = 0;
item              156 test/class/opal_fifo.c         opal_fifo_push_st (&fifo, item);
item              167 test/class/opal_fifo.c         item = opal_fifo_pop_st (&fifo);
item              168 test/class/opal_fifo.c         (void) opal_fifo_push_st (&fifo, item);
item              246 test/class/opal_fifo.c         item = opal_fifo_pop_st (&fifo);
item              247 test/class/opal_fifo.c         if (NULL == item) {
item              251 test/class/opal_fifo.c         OBJ_RELEASE(item);
item               44 test/class/opal_lifo.c     opal_list_item_t *item;
item               50 test/class/opal_lifo.c         item = opal_lifo_pop_atomic (lifo);
item               51 test/class/opal_lifo.c         if (NULL != item) {
item               52 test/class/opal_lifo.c             (void) opal_lifo_push_atomic (lifo, item);
item               69 test/class/opal_lifo.c     opal_list_item_t *item;
item               72 test/class/opal_lifo.c     for (count = 0, item = lifo->opal_lifo_head.data.item ; item != &lifo->opal_lifo_ghost ;
item               73 test/class/opal_lifo.c          item = opal_list_get_next(item), count++);
item               80 test/class/opal_lifo.c     opal_list_item_t *item, *prev, *item2;
item               98 test/class/opal_lifo.c     item = OBJ_NEW(opal_list_item_t);
item               99 test/class/opal_lifo.c     prev = opal_lifo_push_st (&lifo, item);
item              107 test/class/opal_lifo.c     if (item == item2) {
item              113 test/class/opal_lifo.c     OBJ_RELEASE(item);
item              116 test/class/opal_lifo.c         item = OBJ_NEW(opal_list_item_t);
item              117 test/class/opal_lifo.c         item->item_free = 0;
item              118 test/class/opal_lifo.c         opal_lifo_push_st (&lifo, item);
item              129 test/class/opal_lifo.c         item = opal_lifo_pop_st (&lifo);
item              130 test/class/opal_lifo.c         (void) opal_lifo_push_st (&lifo, item);
item              182 test/class/opal_lifo.c         item = opal_lifo_pop_st (&lifo);
item              183 test/class/opal_lifo.c         if (NULL == item) {
item              187 test/class/opal_lifo.c         OBJ_RELEASE(item);
item               49 test/class/opal_list.c     opal_list_item_t *item;
item              318 test/class/opal_list.c     for (i = 0, item = opal_list_get_first(&list) ;
item              319 test/class/opal_list.c          i < list_size / 2 ; ++i, item = opal_list_get_next(item)) {
item              322 test/class/opal_list.c                      &list, item, opal_list_get_end(&list));
item               36 test/class/opal_tree.c static void check_descendants(opal_tree_item_t* item, unsigned *data,
item               39 test/class/opal_tree.c static int test_comp(opal_tree_item_t *item, void *key);
item               40 test/class/opal_tree.c static int test_serialize(opal_tree_item_t *item, opal_buffer_t *buffer);
item               42 test/class/opal_tree.c 			    opal_tree_item_t **item);
item               43 test/class/opal_tree.c static void *test_get_key(opal_tree_item_t *item);
item               54 test/class/opal_tree.c     opal_tree_item_t *item, *rm_item;
item               99 test/class/opal_tree.c     item = opal_tree_get_root(&tree);
item              105 test/class/opal_tree.c             opal_tree_add_child(item,(opal_tree_item_t *)(elements+
item              109 test/class/opal_tree.c         item = opal_tree_get_first_child(item);
item              131 test/class/opal_tree.c         item = opal_tree_get_root(&tree);
item              133 test/class/opal_tree.c         check_descendants(item, (unsigned *)&i, 0, &err_order, &err_ancestor);
item              150 test/class/opal_tree.c     item = opal_tree_find_with(opal_tree_get_root(&tree), (void*)&key);
item              151 test/class/opal_tree.c     if (NULL == item) {
item              160 test/class/opal_tree.c     item = opal_tree_find_with(opal_tree_get_root(&tree), (void*)&key);
item              161 test/class/opal_tree.c     if (NULL != item && ((test_data_t*)item)->data == key) {
item              165 test/class/opal_tree.c         item = opal_tree_find_with(item, (void*)&key);
item              166 test/class/opal_tree.c         if (NULL != item && ((test_data_t*)item)->data == key) {
item              170 test/class/opal_tree.c             item = opal_tree_find_with(item, (void*)&key);
item              171 test/class/opal_tree.c             if (NULL != item && ((test_data_t*)item)->data == key) {
item              187 test/class/opal_tree.c     item = opal_tree_find_with(opal_tree_get_root(&tree), (void*)&key);
item              188 test/class/opal_tree.c     rm_item = opal_tree_remove_subtree(item);
item              271 test/class/opal_tree.c static void check_descendants(opal_tree_item_t* item,
item              279 test/class/opal_tree.c     while (item) {
item              281 test/class/opal_tree.c         ele = (test_data_t *)item;
item              285 test/class/opal_tree.c         if (item->opal_tree_num_ancestors != level) {
item              289 test/class/opal_tree.c         check_descendants(opal_tree_get_next_sibling(item), data, level,
item              291 test/class/opal_tree.c         item = opal_tree_get_first_child(item);
item              297 test/class/opal_tree.c static int test_comp(opal_tree_item_t *item, void *key)
item              299 test/class/opal_tree.c     if (((test_data_t *)item)->data > *((unsigned *) key)) {
item              302 test/class/opal_tree.c     if (((test_data_t *)item)->data < *((unsigned *) key)) {
item              308 test/class/opal_tree.c static int test_serialize(opal_tree_item_t *item, opal_buffer_t *buffer)
item              310 test/class/opal_tree.c     test_data_t *ele = (test_data_t *)item;
item              315 test/class/opal_tree.c static int test_deserialize(opal_buffer_t *serial_data, opal_tree_item_t **item)
item              324 test/class/opal_tree.c 	*item = (opal_tree_item_t*)ele;
item              326 test/class/opal_tree.c 	*item = NULL;
item              331 test/class/opal_tree.c static void *test_get_key(opal_tree_item_t *item)
item              333 test/class/opal_tree.c     return (void*) (((test_data_t *)item)->data);