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

  /src/sys/dev/raidframe/
rf_decluster.h 56 RF_RowCol_t **BlockTable; /* the block membership table */
rf_declusterPQ.c 219 info->BlockTable = rf_make_2d_array(info->TableDepthInPUs * layoutPtr->SUsPerPU, raidPtr->numCol, raidPtr->cleanupList);
220 if (info->BlockTable == NULL)
242 info->BlockTable[(info->OffsetTable[i][j] * layoutPtr->SUsPerPU) + l]
rf_decluster.c 241 info->BlockTable = rf_make_2d_array(info->TableDepthInPUs * layoutPtr->SUsPerPU, raidPtr->numCol, raidPtr->cleanupList);
242 if (info->BlockTable == NULL)
264 info->BlockTable[(info->OffsetTable[i][j] * layoutPtr->SUsPerPU) + l]

Completed in 13 milliseconds