OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TablesPerSpareRegion
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/raidframe/
rf_decluster.c
139
info->
TablesPerSpareRegion
= k * info->FullTablesPerSpareRegion;
140
info->SpareSpaceDepthPerRegionInSUs = (r * info->
TablesPerSpareRegion
/ (v - 1)) * layoutPtr->SUsPerPU;
166
spareRegionDepthInPUs = (info->
TablesPerSpareRegion
* info->TableDepthInPUs +
167
(info->
TablesPerSpareRegion
* info->TableDepthInPUs) / (v - 1));
185
complete_FT_count = (numCompleteSpareRegionsPerDisk * (info->
TablesPerSpareRegion
/ k) + i / k);
590
TableInSpareRegion = (ftID * info->NumParityReps + TableID) % info->
TablesPerSpareRegion
;
619
req->
TablesPerSpareRegion
= info->
TablesPerSpareRegion
;
643
size_t ptrslen = info->
TablesPerSpareRegion
* sizeof(*ptrs);
651
info->SpareTable = RF_Malloc(info->
TablesPerSpareRegion
*
[
all
...]
rf_decluster.h
80
RF_StripeCount_t
TablesPerSpareRegion
; /* # of tables */
rf_declusterPQ.c
117
info->
TablesPerSpareRegion
= k * info->FullTablesPerSpareRegion;
118
info->SpareSpaceDepthPerRegionInSUs = (r * info->
TablesPerSpareRegion
/ (v - 1)) * layoutPtr->SUsPerPU;
144
spareRegionDepthInPUs = (info->
TablesPerSpareRegion
* info->TableDepthInPUs +
145
(info->
TablesPerSpareRegion
* info->TableDepthInPUs) / (v - 1));
163
complete_FT_count = /* raidPtr->numRow */ 1 * (numCompleteSpareRegionsPerDisk * (info->
TablesPerSpareRegion
/ k) + i / k);
raidframevar.h
371
int
TablesPerSpareRegion
;
/src/sbin/raidctl/
rf_configure.c
576
table = calloc(req->
TablesPerSpareRegion
, sizeof(*table));
581
for (i = 0; i < req->
TablesPerSpareRegion
; i++) {
615
linecount = req->
TablesPerSpareRegion
* req->TableDepthInPUs;
643
for (i = 0; i < req->
TablesPerSpareRegion
; i++)
Completed in 211 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025