Home | History | Annotate | Download | only in raidframe

Lines Matching refs:TableDepthInPUs

112 	info->TableDepthInPUs = (b * k) / v;
113 info->FullTableDepthInPUs = info->TableDepthInPUs * k; /* k repetitions */
130 if (info->TableDepthInPUs * layoutPtr->SUsPerPU > layoutPtr->stripeUnitsPerDisk) {
132 (int) (info->TableDepthInPUs * layoutPtr->SUsPerPU),
144 spareRegionDepthInPUs = (info->TablesPerSpareRegion * info->TableDepthInPUs +
145 (info->TablesPerSpareRegion * info->TableDepthInPUs) / (v - 1));
161 i = extraPUsPerDisk / info->TableDepthInPUs;
174 info->ExtraTablesPerDisk * info->TableDepthInPUs +
178 (complete_FT_count * info->FullTableDepthInPUs + info->ExtraTablesPerDisk * info->TableDepthInPUs)
184 layoutPtr->stripeUnitsPerDisk /= (info->TableDepthInPUs * layoutPtr->SUsPerPU);
185 layoutPtr->stripeUnitsPerDisk *= (info->TableDepthInPUs * layoutPtr->SUsPerPU);
194 ((layoutPtr->stripeUnitsPerDisk / layoutPtr->SUsPerPU) / info->TableDepthInPUs) % k;
207 diskOffsetOfLastFullTableInSUs + info->ExtraTablesPerDisk * info->TableDepthInPUs * layoutPtr->SUsPerPU;
219 info->BlockTable = rf_make_2d_array(info->TableDepthInPUs * layoutPtr->SUsPerPU, raidPtr->numCol, raidPtr->cleanupList);
331 outSU += TableID * info->TableDepthInPUs * layoutPtr->SUsPerPU; /* offs to strt of tble */
386 outSU += TableID * info->TableDepthInPUs * layoutPtr->SUsPerPU;
437 outSU += TableID * info->TableDepthInPUs * layoutPtr->SUsPerPU;