OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perDiskInfo
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_reconutil.c
78
/* note: this zeros the
perDiskInfo
*/
79
reconCtrlPtr->
perDiskInfo
= RF_Malloc(raidPtr->numCol *
80
sizeof(*reconCtrlPtr->
perDiskInfo
));
91
reconCtrlPtr->
perDiskInfo
[i].reconCtrl = reconCtrlPtr;
92
reconCtrlPtr->
perDiskInfo
[i].col = i;
94
reconCtrlPtr->
perDiskInfo
[i].curPSID = -1;
95
reconCtrlPtr->
perDiskInfo
[i].ru_count = RUsPerPU - 1;
124
reconCtrlPtr->
perDiskInfo
[i].rbuf = (i == fcol) ? NULL : rf_MakeReconBuffer(raidPtr, i, RF_RBUF_TYPE_EXCLUSIVE);
166
if (reconCtrlPtr->
perDiskInfo
[i].rbuf)
167
rf_FreeReconBuffer(reconCtrlPtr->
perDiskInfo
[i].rbuf)
[
all
...]
rf_reconstruct.h
123
RF_PerDiskReconCtrl_t *
perDiskInfo
; /* information maintained
rf_reconstruct.c
811
raidPtr->reconControl->
perDiskInfo
[i].curPSID--;
812
raidPtr->reconControl->
perDiskInfo
[i].ru_count = RUsPerPU - 1;
991
rbuf = raidPtr->reconControl->
perDiskInfo
[event->col].rbuf;
1056
submitblocked = rf_SubmitReconBuffer(raidPtr->reconControl->
perDiskInfo
[event->col].rbuf,
1177
RF_PerDiskReconCtrl_t *ctrl = &raidPtr->reconControl->
perDiskInfo
[col];
1255
RF_PerDiskReconCtrl_t *ctrl = &raidPtr->reconControl->
perDiskInfo
[col];
1612
if (reconCtrlPtr->
perDiskInfo
[i].headSepCounter < new_min)
1613
new_min = reconCtrlPtr->
perDiskInfo
[i].headSepCounter;
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026