result_counts     148 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c     int write_chunksize, *result_counts=NULL;
result_counts     323 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c     result_counts = (int *) malloc ( dynamic_gen2_num_io_procs * fh->f_procs_per_group * sizeof(int) );
result_counts     324 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c     if ( NULL == result_counts ) {
result_counts     336 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                                 result_counts,
result_counts     346 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                                result_counts,
result_counts     375 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c             aggr_data[i]->fview_count[j] = result_counts[dynamic_gen2_num_io_procs*j+i];
result_counts     731 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c     free(result_counts);
result_counts     152 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c     int write_chunksize, *result_counts=NULL;
result_counts     322 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c     result_counts = (int *) malloc ( fh->f_num_aggrs * fh->f_procs_per_group * sizeof(int) );
result_counts     323 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c     if ( NULL == result_counts ) {
result_counts     335 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c 						 result_counts,
result_counts     345 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c 						    result_counts,
result_counts     374 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c             aggr_data[i]->fview_count[j] = result_counts[fh->f_num_aggrs*j+i];
result_counts     734 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c     free(result_counts);