OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recon_buffer_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_reconutil.c
232
u_int
recon_buffer_size
= rf_RaidAddressToByte(raidPtr, layoutPtr->SUsPerRU * layoutPtr->sectorsPerStripeUnit);
local in function:rf_MakeReconBuffer
235
t->buffer = RF_Malloc(
recon_buffer_size
);
251
u_int
recon_buffer_size
__unused;
253
recon_buffer_size
= rf_RaidAddressToByte(raidPtr, raidPtr->Layout.SUsPerRU * raidPtr->Layout.sectorsPerStripeUnit);
255
RF_Free(rbuf->buffer,
recon_buffer_size
);
rf_reconutil.c
232
u_int
recon_buffer_size
= rf_RaidAddressToByte(raidPtr, layoutPtr->SUsPerRU * layoutPtr->sectorsPerStripeUnit);
local in function:rf_MakeReconBuffer
235
t->buffer = RF_Malloc(
recon_buffer_size
);
251
u_int
recon_buffer_size
__unused;
253
recon_buffer_size
= rf_RaidAddressToByte(raidPtr, raidPtr->Layout.SUsPerRU * raidPtr->Layout.sectorsPerStripeUnit);
255
RF_Free(rbuf->buffer,
recon_buffer_size
);
Completed in 44 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025