OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectorsPerReconUnit
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_reconmap.c
91
p->
sectorsPerReconUnit
= ru_sectors;
137
RF_SectorCount_t
sectorsPerReconUnit
= mapPtr->
sectorsPerReconUnit
;
151
i = startSector / mapPtr->
sectorsPerReconUnit
;
152
first_in_RU = i *
sectorsPerReconUnit
;
153
last_in_RU = first_in_RU +
sectorsPerReconUnit
- 1;
249
RF_SectorCount_t
sectorsPerReconUnit
= mapPtr->
sectorsPerReconUnit
;
254
if ((p->startSector == i *
sectorsPerReconUnit
) &&
255
(p->stopSector == i *
sectorsPerReconUnit
[
all
...]
rf_reconmap.h
48
RF_SectorCount_t
sectorsPerReconUnit
; /* sectors per reconstruct
Completed in 14 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025