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

  /src/sys/dev/raidframe/
rf_decluster.h 55 RF_RowCol_t **OffsetTable; /* the sector offset table */
rf_declusterPQ.c 216 info->OffsetTable = rf_make_2d_array(b, k, raidPtr->cleanupList);
217 if (info->OffsetTable == NULL)
234 info->OffsetTable[i][j] = first_avail_slot[info->LayoutTable[i][j]];
242 info->BlockTable[(info->OffsetTable[i][j] * layoutPtr->SUsPerPU) + l]
332 outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU */
387 outSU += info->OffsetTable[BlockID][RepIndex] * layoutPtr->SUsPerPU;
440 outSU += info->OffsetTable[BlockID][RepIndexQ] * layoutPtr->SUsPerPU;
rf_decluster.c 238 info->OffsetTable = rf_make_2d_array(b, k, raidPtr->cleanupList);
239 if (info->OffsetTable == NULL)
256 info->OffsetTable[i][j] = first_avail_slot[info->LayoutTable[i][j]];
264 info->BlockTable[(info->OffsetTable[i][j] * layoutPtr->SUsPerPU) + l]
360 outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU */
422 outSU += info->OffsetTable[BlockID][RepIndex] * layoutPtr->SUsPerPU;

Completed in 15 milliseconds