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

  /src/sys/dev/raidframe/
rf_declusterPQ.c 108 info->PUsPerBlock = k - 2; /* PQ */
109 info->SUsPerTable = b * info->PUsPerBlock * layoutPtr->SUsPerPU; /* b blks, k-1 SUs each */
111 info->SUsPerBlock = info->PUsPerBlock * layoutPtr->SUsPerPU;
303 BlockID = TableOffset / info->PUsPerBlock;
304 BlockOffset = TableOffset - BlockID * info->PUsPerBlock;
309 PUsPerBlock is k-2.
334 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within
371 BlockID = TableOffset / info->PUsPerBlock;
375 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->groupSize - 1 - TableID;
388 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock);
    [all...]
rf_decluster.c 132 info->PUsPerBlock = k - 1;
133 info->SUsPerBlock = info->PUsPerBlock * layoutPtr->SUsPerPU;
342 BlockID = TableOffset / info->PUsPerBlock;
343 BlockOffset = TableOffset - BlockID * info->PUsPerBlock;
345 RepIndex = info->PUsPerBlock - TableID;
362 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within
402 /* BlockID = (TableOffset / info->PUsPerBlock) %
404 BlockID = TableOffset / info->PUsPerBlock;
408 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->PUsPerBlock - TableID
    [all...]
rf_decluster.h 59 RF_StripeCount_t PUsPerBlock; /* parity units per block */

Completed in 13 milliseconds