pending_resend_segs   56 opal/mca/btl/usnic/btl_usnic_ack.c     opal_list_append(&(endpoint->endpoint_module->pending_resend_segs),
pending_resend_segs  130 opal/mca/btl/usnic/btl_usnic_ack.c             opal_list_remove_item((&module->pending_resend_segs),
pending_resend_segs  304 opal/mca/btl/usnic/btl_usnic_ack.c     opal_list_append(&(module->pending_resend_segs),
pending_resend_segs 1540 opal/mca/btl/usnic/btl_usnic_component.c         OPAL_LIST_FOREACH(sseg, &module->pending_resend_segs,
pending_resend_segs  896 opal/mca/btl/usnic/btl_usnic_module.c     assert(opal_list_is_empty(&(module->pending_resend_segs)));
pending_resend_segs  897 opal/mca/btl/usnic/btl_usnic_module.c     OBJ_DESTRUCT(&module->pending_resend_segs);
pending_resend_segs  962 opal/mca/btl/usnic/btl_usnic_module.c            !opal_list_is_empty(&module->pending_resend_segs)) {
pending_resend_segs  969 opal/mca/btl/usnic/btl_usnic_module.c             opal_list_remove_first(&module->pending_resend_segs);
pending_resend_segs 1127 opal/mca/btl/usnic/btl_usnic_module.c     if (OPAL_UNLIKELY(!opal_list_is_empty(&module->pending_resend_segs))) {
pending_resend_segs 2334 opal/mca/btl/usnic/btl_usnic_module.c     OBJ_CONSTRUCT(&module->pending_resend_segs, opal_list_t);
pending_resend_segs  188 opal/mca/btl/usnic/btl_usnic_module.h     opal_list_t pending_resend_segs;