Home
last modified time | relevance | path

Searched refs:bufBookmarks (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c730 _hsl->pSystemState->bufBookmarks[0].address = _hsl->pSystemState->bufStart; in initBufferMemory()
731 _hsl->pSystemState->bufBookmarks[0].timerWrapDelta = 0; in initBufferMemory()
885 while( _hsl->pSystemState->bufBookmarks[i].address <= _hsl->pSystemState->bufReadPos) in bufferDumpOldestDataSegment()
893 if( _hsl->pSystemState->bufBookmarks[i].address < _hsl->pSystemState->bufUsedEnd ) in bufferDumpOldestDataSegment()
895 _hsl->pSystemState->bufReadPos = _hsl->pSystemState->bufBookmarks[i].address; in bufferDumpOldestDataSegment()
987 …_hsl->pSystemState->bufBookmarks[BUFFER_SEGMENTS_COUNT-1].address = _hsl->pSystemState->bufUsedEnd; in bufferAllocateWrite()
1036 …_hsl->pSystemState->bufBookmarks[_hsl->pSystemState->nextBookmark].address = _hsl->pSystemState->b… in bufferAllocateWrite()
1134 _hsl->pSystemState->bufBookmarks[0].address = _hsl->pSystemState->bufStart; in bufferProcessCommand()
1135 _hsl->pSystemState->bufBookmarks[0].timerWrapDelta = 0; in bufferProcessCommand()
H A Dfrhsl_cfg.h217 stRBbookmark bufBookmarks[BUFFER_SEGMENTS_COUNT]; member