Home
last modified time | relevance | path

Searched refs:rf_make_2d_array (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_utils.h45 RF_RowCol_t **rf_make_2d_array(int b, int k, RF_AllocListElem_t * allocList);
H A Drf_declusterPQ.c213 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 Drf_utils.c45 rf_make_2d_array(int b, int k, RF_AllocListElem_t *allocList) in rf_make_2d_array() function
H A Drf_decluster.c235 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 Drf_raid5_rotatedspare.c76 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, raidPtr->numCol, raidPtr->cleanupList); in rf_ConfigureRAID5_RS()
H A Drf_interdecluster.c83 info->stripeIdentifier = rf_make_2d_array(SUs_per_region, 2, raidPtr->cleanupList); in rf_ConfigureInterDecluster()
H A Drf_chaindecluster.c79 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, 2, raidPtr->cleanupList); in rf_ConfigureChainDecluster()
H A Drf_raid5.c73 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, raidPtr->numCol, raidPtr->cleanupList); in rf_ConfigureRAID5()
H A Drf_evenodd.c80 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol, raidPtr->numCol, raidPtr->cleanupList); in rf_ConfigureEvenOdd()
H A Drf_raid1.c80 info->stripeIdentifier = rf_make_2d_array(raidPtr->numCol / 2, 2, raidPtr->cleanupList); in rf_ConfigureRAID1()
H A Drf_paritylogging.c107 info->stripeIdentifier = rf_make_2d_array((raidPtr->numCol), in rf_ConfigureParityLogging()