OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emptyBuffersIndex
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_paritylog.h
101
int
emptyBuffersIndex
; /* stick next freed buffer here */
rf_paritylogDiskMgr.c
96
pool->buffers[pool->
emptyBuffersIndex
] = bufPtr;
97
pool->
emptyBuffersIndex
++;
98
if (pool->
emptyBuffersIndex
== pool->totalBuffers)
99
pool->
emptyBuffersIndex
= 0;
rf_paritylogging.c
304
raidPtr->regionBufferPool.
emptyBuffersIndex
= 0;
352
raidPtr->parityBufferPool.
emptyBuffersIndex
= 0;
Completed in 13 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025