HomeSort by: relevance | last modified time | path
    Searched refs:TableDepthInPUs (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/raidframe/
rf_decluster.c 134 info->TableDepthInPUs = (b * k) / v;
135 info->FullTableDepthInPUs = info->TableDepthInPUs * k; /* k repetitions */
152 if (info->TableDepthInPUs * layoutPtr->SUsPerPU > layoutPtr->stripeUnitsPerDisk) {
154 (int) (info->TableDepthInPUs * layoutPtr->SUsPerPU), \
166 spareRegionDepthInPUs = (info->TablesPerSpareRegion * info->TableDepthInPUs +
167 (info->TablesPerSpareRegion * info->TableDepthInPUs) / (v - 1));
183 i = extraPUsPerDisk / info->TableDepthInPUs;
196 info->ExtraTablesPerDisk * info->TableDepthInPUs +
200 (complete_FT_count * info->FullTableDepthInPUs + info->ExtraTablesPerDisk * info->TableDepthInPUs)
206 layoutPtr->stripeUnitsPerDisk /= (info->TableDepthInPUs * layoutPtr->SUsPerPU)
    [all...]
rf_declusterPQ.c 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)
    [all...]
rf_decluster.h 64 RF_StripeCount_t TableDepthInPUs; /* PUs on one disk in 1 table */
raidframevar.h 373 RF_StripeCount_t TableDepthInPUs;
  /src/sbin/raidctl/
rf_configure.c 615 linecount = req->TablesPerSpareRegion * req->TableDepthInPUs;

Completed in 44 milliseconds