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

  /src/sys/dev/raidframe/
rf_declusterPQ.c 109 info->SUsPerTable = b * info->PUsPerBlock * layoutPtr->SUsPerPU; /* b blks, k-1 SUs each */
110 info->SUsPerFullTable = k * info->SUsPerTable; /* rot k times */
254 info->SUsPerTable * layoutPtr->sectorsPerStripeUnit;
301 TableID = FullTableOffset / info->SUsPerTable;
302 TableOffset = FullTableOffset - TableID * info->SUsPerTable;
369 TableID = FullTableOffset / info->SUsPerTable;
370 TableOffset = FullTableOffset - TableID * info->SUsPerTable;
419 TableID = FullTableOffset / info->SUsPerTable;
420 TableOffset = FullTableOffset - TableID * info->SUsPerTable;
rf_decluster.c 130 info->SUsPerTable = b * (k - 1) * layoutPtr->SUsPerPU; /* b blks, k-1 SUs each */
131 info->SUsPerFullTable = k * info->SUsPerTable; /* rot k times */
276 info->SUsPerTable * layoutPtr->sectorsPerStripeUnit;
340 TableID = FullTableOffset / info->SUsPerTable;
341 TableOffset = FullTableOffset - TableID * info->SUsPerTable;
399 TableID = FullTableOffset / info->SUsPerTable;
400 TableOffset = FullTableOffset - TableID * info->SUsPerTable;
401 /* TableOffset = FullTableOffset % info->SUsPerTable; */
520 *sus_per_fulltable = info->ExtraTablesPerDisk * info->SUsPerTable;
rf_decluster.h 58 RF_StripeCount_t SUsPerTable; /* stripe units per table */

Completed in 14 milliseconds