Searched refs:bufFlags (Results 1 – 2 of 2) sorted by relevance
360 if( (_hsl->pSystemState->bufFlags != BUFFER_FLAG_NONE) || in bufferWriteThread()363 if( _hsl->pSystemState->bufFlags & BUFFER_FLAG_EMERGENCY_DUMP ) in bufferWriteThread()368 if( _hsl->pSystemState->bufFlags & BUFFER_FLAG_TX ) in bufferWriteThread()480 _hsl->pSystemState->bufFlags &= ~BUFFER_FLAG_TX; in bufferWriteThread()489 if( _hsl->pSystemState->bufFlags & BUFFER_FLAG_DUMP ) in bufferWriteThread()495 _hsl->pSystemState->bufFlags &= ~BUFFER_FLAG_DUMP; in bufferWriteThread()734 _hsl->pSystemState->bufFlags = BUFFER_FLAG_NONE; in initBufferMemory()997 _hsl->pSystemState->bufFlags |= BUFFER_FLAG_EMERGENCY_DUMP; in bufferAllocateWrite()1006 _hsl->pSystemState->bufFlags &= ~BUFFER_FLAG_EMERGENCY_DUMP; in bufferAllocateWrite()1013 _hsl->pSystemState->bufFlags |= BUFFER_FLAG_DUMP; in bufferAllocateWrite()[all …]
212 MS_U32 bufFlags; member