availBuffersIndex  111 dev/raidframe/rf_paritylog.h 	int	 availBuffersIndex;	/* Grab next buffer from here. */
availBuffersIndex   85 dev/raidframe/rf_paritylogDiskMgr.c 		bufPtr = pool->buffers[pool->availBuffersIndex];
availBuffersIndex   87 dev/raidframe/rf_paritylogDiskMgr.c 		pool->availBuffersIndex++;
availBuffersIndex   88 dev/raidframe/rf_paritylogDiskMgr.c 		if (pool->availBuffersIndex == pool->totalBuffers)
availBuffersIndex   89 dev/raidframe/rf_paritylogDiskMgr.c 			pool->availBuffersIndex = 0;
availBuffersIndex  346 dev/raidframe/rf_paritylogging.c 	raidPtr->regionBufferPool.availBuffersIndex = 0;
availBuffersIndex  416 dev/raidframe/rf_paritylogging.c 	raidPtr->parityBufferPool.availBuffersIndex = 0;