Home
last modified time | relevance | path

Searched refs:BlocksPerTable (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_decluster.c127 info->BlocksPerTable = b; in rf_ConfigureDeclustered()
344 BlockID %= info->BlocksPerTable; in rf_MapSectorDeclustered()
362 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within in rf_MapSectorDeclustered()
405 BlockID %= info->BlocksPerTable; in rf_MapParityDeclustered()
425 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapParityDeclustered()
449 tableOffset = (stripeID % info->BlocksPerTable); /* find offset into in rf_IdentifyStripeDeclustered()
547 *psID = (stripeID / (layoutPtr->SUsPerPU * info->BlocksPerTable)) in rf_MapSIDToPSIDDeclustered()
548 * info->BlocksPerTable + (stripeID % info->BlocksPerTable); in rf_MapSIDToPSIDDeclustered()
549 *which_ru = (stripeID % (info->BlocksPerTable * layoutPtr->SUsPerPU)) in rf_MapSIDToPSIDDeclustered()
550 / info->BlocksPerTable; in rf_MapSIDToPSIDDeclustered()
[all …]
H A Drf_declusterPQ.c106 info->BlocksPerTable = b; in rf_ConfigureDeclusteredPQ()
305 BlockID %= info->BlocksPerTable; in rf_MapSectorDeclusteredPQ()
334 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within in rf_MapSectorDeclusteredPQ()
372 BlockID %= info->BlocksPerTable; in rf_MapParityDeclusteredPQ()
388 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapParityDeclusteredPQ()
422 BlockID %= info->BlocksPerTable; in rf_MapQDeclusteredPQ()
438 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapQDeclusteredPQ()
462 tableOffset = (stripeID % info->BlocksPerTable); /* find offset into in rf_IdentifyStripeDeclusteredPQ()
H A Drf_decluster.h61 RF_StripeCount_t BlocksPerTable; /* block design tuples per member
H A Draidframevar.h372 int BlocksPerTable; member
/netbsd-src/sbin/raidctl/
H A Drf_configure.c582 table[i] = calloc(req->BlocksPerTable, sizeof(**table)); in rf_ReadSpareTable()
587 for (j = 0; j < req->BlocksPerTable; j++) in rf_ReadSpareTable()