OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regionBufferPool
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_paritylogging.c
291
rf_init_mutex2(raidPtr->
regionBufferPool
.mutex, IPL_VM);
292
rf_init_cond2(raidPtr->
regionBufferPool
.cond, "rfrbpl");
293
raidPtr->
regionBufferPool
.bufferSize = raidPtr->regionLogCapacity *
295
printf("
regionBufferPool
.bufferSize %d\n",
296
raidPtr->
regionBufferPool
.bufferSize);
299
raidPtr->
regionBufferPool
.totalBuffers = 1;
301
raidPtr->
regionBufferPool
.availableBuffers =
302
raidPtr->
regionBufferPool
.totalBuffers;
303
raidPtr->
regionBufferPool
.availBuffersIndex = 0;
304
raidPtr->
regionBufferPool
.emptyBuffersIndex = 0
[
all
...]
rf_raid.h
299
RF_RegionBufferQueue_t
regionBufferPool
; /* buffers for holding
rf_paritylogDiskMgr.c
405
regionBuffer = AcquireReintBuffer(&raidPtr->
regionBufferPool
);
443
ReleaseReintBuffer(&raidPtr->
regionBufferPool
, regionBuffer);
Completed in 21 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025