OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sectorsPerReconUnit
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_reconmap.h
48
RF_SectorCount_t
sectorsPerReconUnit
; /* sectors per reconstruct
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
...]
Completed in 14 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025