OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RUsPerPU
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_reconutil.c
62
RF_ReconUnitCount_t
RUsPerPU
= layoutPtr->SUsPerPU / layoutPtr->SUsPerRU;
95
reconCtrlPtr->perDiskInfo[i].ru_count =
RUsPerPU
- 1;
rf_reconstruct.c
574
RF_ReconUnitCount_t
RUsPerPU
;
623
RUsPerPU
= raidPtr->Layout.SUsPerPU / raidPtr->Layout.SUsPerRU;
812
raidPtr->reconControl->perDiskInfo[i].ru_count =
RUsPerPU
- 1;
1180
RF_ReconUnitCount_t
RUsPerPU
= layoutPtr->SUsPerPU / layoutPtr->SUsPerRU;
1192
if (ctrl->ru_count <
RUsPerPU
) {
1211
ctrl->ru_count =
RUsPerPU
- 1;
Completed in 75 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025