pending_posts 216 ompi/mca/osc/rdma/osc_rdma.h opal_list_t pending_posts; pending_posts 219 ompi/mca/osc/rdma/osc_rdma_active_target.c OPAL_THREAD_SCOPED_LOCK(&module->lock, opal_list_append (&module->pending_posts, &pending_post->super)); pending_posts 413 ompi/mca/osc/rdma/osc_rdma_active_target.c OPAL_LIST_FOREACH_SAFE(pending_post, next, &module->pending_posts, ompi_osc_rdma_pending_post_t) { pending_posts 420 ompi/mca/osc/rdma/osc_rdma_active_target.c opal_list_remove_item (&module->pending_posts, &pending_post->super); pending_posts 1131 ompi/mca/osc/rdma/osc_rdma_component.c OBJ_CONSTRUCT(&module->pending_posts, opal_list_t); pending_posts 97 ompi/mca/osc/rdma/osc_rdma_module.c OPAL_LIST_DESTRUCT(&module->pending_posts); pending_posts 110 ompi/mca/osc/ucx/osc_ucx.h opal_list_t pending_posts; pending_posts 58 ompi/mca/osc/ucx/osc_ucx_active_target.c opal_list_append(&module->pending_posts, &pending_post->super); pending_posts 126 ompi/mca/osc/ucx/osc_ucx_active_target.c OPAL_LIST_FOREACH_SAFE(pending_post, next, &module->pending_posts, ompi_osc_ucx_pending_post_t) { pending_posts 129 ompi/mca/osc/ucx/osc_ucx_active_target.c opal_list_remove_item(&module->pending_posts, &pending_post->super); pending_posts 394 ompi/mca/osc/ucx/osc_ucx_component.c OBJ_CONSTRUCT(&module->pending_posts, opal_list_t); pending_posts 552 ompi/mca/osc/ucx/osc_ucx_component.c assert(opal_list_is_empty(&module->pending_posts) == true); pending_posts 554 ompi/mca/osc/ucx/osc_ucx_component.c OBJ_DESTRUCT(&module->pending_posts);