mca_btl_uct_pending_connection_request_t  535 opal/mca/btl/uct/btl_uct_component.c             mca_btl_uct_pending_connection_request_t *request;
mca_btl_uct_pending_connection_request_t  541 opal/mca/btl/uct/btl_uct_component.c             while (NULL != (request = (mca_btl_uct_pending_connection_request_t *) opal_fifo_pop_atomic (&module->pending_connection_reqs))) {
mca_btl_uct_pending_connection_request_t  176 opal/mca/btl/uct/btl_uct_tl.c     mca_btl_uct_pending_connection_request_t *request = calloc (1, length + sizeof (request->super));
mca_btl_uct_pending_connection_request_t  180 opal/mca/btl/uct/btl_uct_tl.c     OBJ_CONSTRUCT(request, mca_btl_uct_pending_connection_request_t);
mca_btl_uct_pending_connection_request_t  187 opal/mca/btl/uct/btl_uct_tl.c OBJ_CLASS_INSTANCE(mca_btl_uct_pending_connection_request_t, opal_list_item_t, NULL, NULL);
mca_btl_uct_pending_connection_request_t  340 opal/mca/btl/uct/btl_uct_types.h typedef struct mca_btl_uct_pending_connection_request_t mca_btl_uct_pending_connection_request_t;
mca_btl_uct_pending_connection_request_t  341 opal/mca/btl/uct/btl_uct_types.h OBJ_CLASS_DECLARATION(mca_btl_uct_pending_connection_request_t);