fl_num_allocated  152 ompi/debuggers/ompi_common_dll.c         ompi_field_offset(i_info->opal_free_list_t.offset.fl_num_allocated,
fl_num_allocated  153 ompi/debuggers/ompi_common_dll.c                           qh_type, opal_free_list_t, fl_num_allocated);
fl_num_allocated   85 ompi/debuggers/ompi_common_dll_defs.h             int fl_num_allocated;      /* size_t */
fl_num_allocated  887 ompi/debuggers/ompi_msgq_dll.c     printf( "position->fl_num_allocated             = %llx\n", (long long)position->fl_num_allocated );
fl_num_allocated  916 ompi/debuggers/ompi_msgq_dll.c     position->fl_num_allocated =
fl_num_allocated  917 ompi/debuggers/ompi_msgq_dll.c         ompi_fetch_size_t( proc, position->free_list + i_info->opal_free_list_t.offset.fl_num_allocated,
fl_num_allocated  935 ompi/debuggers/ompi_msgq_dll.c     if( position->fl_num_allocated <= position->fl_num_per_alloc ) {
fl_num_allocated  936 ompi/debuggers/ompi_msgq_dll.c         position->fl_num_initial_alloc = position->fl_num_allocated;
fl_num_allocated  938 ompi/debuggers/ompi_msgq_dll.c         position->fl_num_initial_alloc = position->fl_num_allocated % position->fl_num_per_alloc;
fl_num_allocated  948 ompi/debuggers/ompi_msgq_dll.c                          (long long)position->fl_num_allocated, (long long)position->fl_num_initial_alloc,
fl_num_allocated   90 ompi/debuggers/ompi_msgq_dll_defs.h     mqs_tword_t fl_num_allocated;      /* size_t */
fl_num_allocated  366 ompi/mca/pml/ob1/pml_ob1_component.c     if (mca_pml_base_send_requests.fl_num_allocated !=
fl_num_allocated  369 ompi/mca/pml/ob1/pml_ob1_component.c                     mca_pml_base_send_requests.fl_num_allocated,
fl_num_allocated  372 ompi/mca/pml/ob1/pml_ob1_component.c     if (mca_pml_base_recv_requests.fl_num_allocated !=
fl_num_allocated  375 ompi/mca/pml/ob1/pml_ob1_component.c                     mca_pml_base_recv_requests.fl_num_allocated,
fl_num_allocated   41 ompi/mca/vprotocol/base/vprotocol_base_request.c                                    pml_fl_save.fl_num_allocated,
fl_num_allocated   70 ompi/mca/vprotocol/base/vprotocol_base_request.c                                    pml_fl_save.fl_num_allocated,
fl_num_allocated   46 opal/class/opal_free_list.c     fl->fl_num_allocated = 0;
fl_num_allocated   86 opal/class/opal_free_list.c     if(opal_list_get_size(&fl->super) != fl->fl_num_allocated) {
fl_num_allocated   88 opal/class/opal_free_list.c             fl->fl_num_allocated, opal_list_get_size(&fl->super),
fl_num_allocated  147 opal/class/opal_free_list.c     flist->fl_num_allocated = 0;
fl_num_allocated  172 opal/class/opal_free_list.c     if (flist->fl_max_to_alloc && (flist->fl_num_allocated + num_elements) >
fl_num_allocated  174 opal/class/opal_free_list.c         num_elements = flist->fl_max_to_alloc - flist->fl_num_allocated;
fl_num_allocated  285 opal/class/opal_free_list.c     flist->fl_num_allocated += num_elements;
fl_num_allocated  301 opal/class/opal_free_list.c     if (flist->fl_num_allocated > size) {
fl_num_allocated  312 opal/class/opal_free_list.c         inc_num = (ssize_t)size - (ssize_t)flist->fl_num_allocated;
fl_num_allocated   62 opal/class/opal_free_list.h     size_t fl_num_allocated;
fl_num_allocated  260 opal/class/opal_free_list.h             if (fl->fl_max_to_alloc <= fl->fl_num_allocated ||
fl_num_allocated  296 opal/class/opal_free_list.h         if (fl->fl_max_to_alloc <= fl->fl_num_allocated ||