Searched refs:BlockTable (Results 1 – 3 of 3) sorted by relevance
219 …info->BlockTable = rf_make_2d_array(info->TableDepthInPUs * layoutPtr->SUsPerPU, raidPtr->numCol, … in rf_ConfigureDeclusteredPQ()220 if (info->BlockTable == NULL) in rf_ConfigureDeclusteredPQ()242 info->BlockTable[(info->OffsetTable[i][j] * layoutPtr->SUsPerPU) + l] in rf_ConfigureDeclusteredPQ()
56 RF_RowCol_t **BlockTable; /* the block membership table */ member
241 …info->BlockTable = rf_make_2d_array(info->TableDepthInPUs * layoutPtr->SUsPerPU, raidPtr->numCol, … in rf_ConfigureDeclustered()242 if (info->BlockTable == NULL) in rf_ConfigureDeclustered()264 info->BlockTable[(info->OffsetTable[i][j] * layoutPtr->SUsPerPU) + l] in rf_ConfigureDeclustered()