OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spareRegionDepthInPUs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_declusterPQ.c
65
int PUsPerDisk,
spareRegionDepthInPUs
, numCompleteSpareRegionsPerDisk = 0,
144
spareRegionDepthInPUs
= (info->TablesPerSpareRegion * info->TableDepthInPUs +
146
info->SpareRegionDepthInSUs =
spareRegionDepthInPUs
* layoutPtr->SUsPerPU;
148
numCompleteSpareRegionsPerDisk = PUsPerDisk /
spareRegionDepthInPUs
;
150
extraPUsPerDisk = PUsPerDisk %
spareRegionDepthInPUs
;
rf_decluster.c
79
RF_StripeCount_t PUsPerDisk,
spareRegionDepthInPUs
, numCompleteSpareRegionsPerDisk,
166
spareRegionDepthInPUs
= (info->TablesPerSpareRegion * info->TableDepthInPUs +
168
info->SpareRegionDepthInSUs =
spareRegionDepthInPUs
* layoutPtr->SUsPerPU;
170
numCompleteSpareRegionsPerDisk = PUsPerDisk /
spareRegionDepthInPUs
;
172
extraPUsPerDisk = PUsPerDisk %
spareRegionDepthInPUs
;
Completed in 13 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025