Searched refs:nextFreeIndex (Results 1 – 2 of 2) sorted by relevance
381 RecorderDataPtr->nextFreeIndex = 0; in vTraceClear()1459 if (RecorderDataPtr->nextFreeIndex + noOfSlots > RecorderDataPtr->maxEvents) in xTraceVPrintF()1462 (void)memset(& RecorderDataPtr->eventData[RecorderDataPtr->nextFreeIndex * 4], in xTraceVPrintF()1464 (RecorderDataPtr->maxEvents - RecorderDataPtr->nextFreeIndex)*4); in xTraceVPrintF()1465 RecorderDataPtr->nextFreeIndex = 0; in xTraceVPrintF()1486 (void)memcpy(& RecorderDataPtr->eventData[RecorderDataPtr->nextFreeIndex * 4], in xTraceVPrintF()1493 RecorderDataPtr->eventData[RecorderDataPtr->nextFreeIndex * 4] = in xTraceVPrintF()1499 RecorderDataPtr->nextFreeIndex += noOfSlots; in xTraceVPrintF()1502 if (RecorderDataPtr->nextFreeIndex >= (TRC_CFG_EVENT_BUFFER_SIZE)) in xTraceVPrintF()1507 RecorderDataPtr->nextFreeIndex = 0; in xTraceVPrintF()[all …]
1416 uint32_t nextFreeIndex; member