Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c441 if( (txPos + txSize) >= _hsl->pSystemState->bufUsedEnd ) in bufferWriteThread()
443 txSize = _hsl->pSystemState->bufUsedEnd - txPos; in bufferWriteThread()
461 …if( (txPos >= _hsl->pSystemState->bufUsedEnd) && (_hsl->pSystemState->bufReadLimit < _hsl->pSystem… in bufferWriteThread()
484 _hsl->pSystemState->bufUsedEnd = _hsl->pSystemState->bufEnd; in bufferWriteThread()
715 _hsl->pSystemState->bufUsedEnd = _hsl->pSystemState->bufEnd; in initBufferMemory()
816 …State->bufReadPos - _hsl->pSystemState->bufStart + _hsl->pSystemState->bufUsedEnd - _hsl->pSystemS… in bufferCalculateFreeSpace()
893 if( _hsl->pSystemState->bufBookmarks[i].address < _hsl->pSystemState->bufUsedEnd ) in bufferDumpOldestDataSegment()
983 _hsl->pSystemState->bufUsedEnd = _hsl->pSystemState->bufWritePos; in bufferAllocateWrite()
987 …_hsl->pSystemState->bufBookmarks[BUFFER_SEGMENTS_COUNT-1].address = _hsl->pSystemState->bufUsedEnd; in bufferAllocateWrite()
1090 …pCmd->u32Len = (_hsl->pSystemState->bufUsedEnd - _hsl->pSystemState->bufReadPos) + (_hsl->pSystemS… in bufferProcessCommand()
[all …]
H A Dfrhsl_cfg.h208 MS_U32 bufUsedEnd; // end of the currently used buffer space (adjusted member