OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:availBuffersIndex
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_paritylog.h
102
int
availBuffersIndex
; /* grab next buffer from here */
rf_paritylogDiskMgr.c
72
bufPtr = pool->buffers[pool->
availBuffersIndex
];
74
pool->
availBuffersIndex
++;
75
if (pool->
availBuffersIndex
== pool->totalBuffers)
76
pool->
availBuffersIndex
= 0;
rf_paritylogging.c
303
raidPtr->regionBufferPool.
availBuffersIndex
= 0;
351
raidPtr->parityBufferPool.
availBuffersIndex
= 0;
Completed in 12 milliseconds
Indexes created Mon Oct 20 03:09:53 GMT 2025