Home
last modified time | relevance | path

Searched refs:OffsetTable (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_declusterPQ.c216 info->OffsetTable = rf_make_2d_array(b, k, raidPtr->cleanupList); in rf_ConfigureDeclusteredPQ()
217 if (info->OffsetTable == NULL) in rf_ConfigureDeclusteredPQ()
234 info->OffsetTable[i][j] = first_avail_slot[info->LayoutTable[i][j]]; in rf_ConfigureDeclusteredPQ()
242 info->BlockTable[(info->OffsetTable[i][j] * layoutPtr->SUsPerPU) + l] in rf_ConfigureDeclusteredPQ()
332 outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU */ in rf_MapSectorDeclusteredPQ()
387 outSU += info->OffsetTable[BlockID][RepIndex] * layoutPtr->SUsPerPU; in rf_MapParityDeclusteredPQ()
440 outSU += info->OffsetTable[BlockID][RepIndexQ] * layoutPtr->SUsPerPU; in rf_MapQDeclusteredPQ()
H A Drf_decluster.c238 info->OffsetTable = rf_make_2d_array(b, k, raidPtr->cleanupList); in rf_ConfigureDeclustered()
239 if (info->OffsetTable == NULL) in rf_ConfigureDeclustered()
256 info->OffsetTable[i][j] = first_avail_slot[info->LayoutTable[i][j]]; in rf_ConfigureDeclustered()
264 info->BlockTable[(info->OffsetTable[i][j] * layoutPtr->SUsPerPU) + l] in rf_ConfigureDeclustered()
360 outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU */ in rf_MapSectorDeclustered()
422 outSU += info->OffsetTable[BlockID][RepIndex] * layoutPtr->SUsPerPU; in rf_MapParityDeclustered()
H A Drf_decluster.h55 RF_RowCol_t **OffsetTable; /* the sector offset table */ member