Lines Matching refs:TableDepthInPUs

134 	info->TableDepthInPUs = (b * k) / v;  in rf_ConfigureDeclustered()
135 info->FullTableDepthInPUs = info->TableDepthInPUs * k; /* k repetitions */ in rf_ConfigureDeclustered()
152 if (info->TableDepthInPUs * layoutPtr->SUsPerPU > layoutPtr->stripeUnitsPerDisk) { in rf_ConfigureDeclustered()
154 (int) (info->TableDepthInPUs * layoutPtr->SUsPerPU), \ in rf_ConfigureDeclustered()
166 spareRegionDepthInPUs = (info->TablesPerSpareRegion * info->TableDepthInPUs + in rf_ConfigureDeclustered()
167 (info->TablesPerSpareRegion * info->TableDepthInPUs) / (v - 1)); in rf_ConfigureDeclustered()
183 i = extraPUsPerDisk / info->TableDepthInPUs; in rf_ConfigureDeclustered()
196 info->ExtraTablesPerDisk * info->TableDepthInPUs + in rf_ConfigureDeclustered()
200 … (complete_FT_count * info->FullTableDepthInPUs + info->ExtraTablesPerDisk * info->TableDepthInPUs) in rf_ConfigureDeclustered()
206 layoutPtr->stripeUnitsPerDisk /= (info->TableDepthInPUs * layoutPtr->SUsPerPU); in rf_ConfigureDeclustered()
207 layoutPtr->stripeUnitsPerDisk *= (info->TableDepthInPUs * layoutPtr->SUsPerPU); in rf_ConfigureDeclustered()
216 ((layoutPtr->stripeUnitsPerDisk / layoutPtr->SUsPerPU) / info->TableDepthInPUs) % k; in rf_ConfigureDeclustered()
229 …diskOffsetOfLastFullTableInSUs + info->ExtraTablesPerDisk * info->TableDepthInPUs * layoutPtr->SUs… in rf_ConfigureDeclustered()
241 …info->BlockTable = rf_make_2d_array(info->TableDepthInPUs * layoutPtr->SUsPerPU, raidPtr->numCol, … in rf_ConfigureDeclustered()
359 outSU += TableID * info->TableDepthInPUs * layoutPtr->SUsPerPU; /* offs to strt of tble */ in rf_MapSectorDeclustered()
421 outSU += TableID * info->TableDepthInPUs * layoutPtr->SUsPerPU; in rf_MapParityDeclustered()
481 …return (info->Lambda * raidPtr->numFloatingReconBufs / info->TableDepthInPUs / rf_numBufsToAccumul… in rf_GetDefaultHeadSepLimitDeclustered()
523 *fulltable_depth = info->ExtraTablesPerDisk * info->TableDepthInPUs * layoutPtr->SUsPerPU; in rf_decluster_adjust_params()
596 …info->DiskOffsetOfLastFullTableInSUs + info->ExtraTablesPerDisk * info->TableDepthInPUs * layoutPt… in rf_remap_to_spare_space()
621 req->TableDepthInPUs = info->TableDepthInPUs; in rf_InstallSpareTable()