Searched refs:rf_make_2d_array (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_utils.h | 45 RF_RowCol_t **rf_make_2d_array(int b, int k, RF_AllocListElem_t * allocList);
|
H A D | rf_declusterPQ.c | 213 info->LayoutTable = rf_make_2d_array(b, k, raidPtr->cleanupList); in rf_ConfigureDeclusteredPQ() 216 info->OffsetTable = rf_make_2d_array(b, k, raidPtr->cleanupList); in rf_ConfigureDeclusteredPQ() 219 …info->BlockTable = rf_make_2d_array(info->TableDepthInPUs * layoutPtr->SUsPerPU, raidPtr->numCol, … in rf_ConfigureDeclusteredPQ()
|
H A D | rf_utils.c | 45 rf_make_2d_array(int b, int k, RF_AllocListElem_t *allocList) in rf_make_2d_array() function
|
H A D | rf_decluster.c | 235 info->LayoutTable = rf_make_2d_array(b, k, raidPtr->cleanupList); in rf_ConfigureDeclustered() 238 info->OffsetTable = rf_make_2d_array(b, k, raidPtr->cleanupList); in rf_ConfigureDeclustered() 241 …info->BlockTable = rf_make_2d_array(info->TableDepthInPUs * layoutPtr->SUsPerPU, raidPtr->numCol, … in rf_ConfigureDeclustered()
|
H A D | rf_raid5_rotatedspare.c | 76 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, raidPtr->numCol, raidPtr->cleanupList); in rf_ConfigureRAID5_RS()
|
H A D | rf_interdecluster.c | 83 info->stripeIdentifier = rf_make_2d_array(SUs_per_region, 2, raidPtr->cleanupList); in rf_ConfigureInterDecluster()
|
H A D | rf_chaindecluster.c | 79 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, 2, raidPtr->cleanupList); in rf_ConfigureChainDecluster()
|
H A D | rf_raid5.c | 73 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, raidPtr->numCol, raidPtr->cleanupList); in rf_ConfigureRAID5()
|
H A D | rf_evenodd.c | 80 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, raidPtr->numCol, raidPtr->cleanupList); in rf_ConfigureEvenOdd()
|
H A D | rf_raid1.c | 80 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol / 2, 2, raidPtr->cleanupList); in rf_ConfigureRAID1()
|
H A D | rf_paritylogging.c | 107 info->stripeIdentifier = rf_make_2d_array((raidPtr->numCol), in rf_ConfigureParityLogging()
|