Searched refs:tail (Results 1 – 12 of 12) sorted by relevance
83 list->tail = NULL; in LIST_Init()138 list->tail->next = element; in LIST_AddTail()142 element->prev = list->tail; in LIST_AddTail()146 list->tail = element; in LIST_AddTail()181 list->tail = element; in LIST_AddHead()232 list->tail = NULL; in LIST_RemoveHead()362 element->list->tail = element->prev; /*is null if solo*/ in LIST_RemoveElement()
71 struct list_element_tag *tail; /*!< list tail */ member
138 struct blockHeader_s *tail; member254 UPDATE_PEAK(((uint32_t)FreeBlockHdrList.tail + BLOCK_HDR_SIZE), s_memStatis.peak_upper_addr); in MEM_BufferAllocates_memStatis()324 assert(BlockHdr < FreeBlockHdrList.tail); in MEM_BufferFreeBlocksCleanUp()336 FreeBlockHdrList.tail = BlockHdr; in MEM_BufferFreeBlocksCleanUp()439 FreeBlockHdrList.tail = firstBlockHdr; in MEM_Init()487 assert(FreeBlockHdr < FreeBlockHdrList.tail); in MEM_BufferAllocate()543 assert(FreeBlockHdr == FreeBlockHdrList.tail); in MEM_BufferAllocate()572 assert(FreeBlockHdrList.head == FreeBlockHdrList.tail); in MEM_BufferAllocate()586 FreeBlockHdrList.tail = NextFreeBlockHdr; in MEM_BufferAllocate()733 assert(BlockHdr < FreeBlockHdrList.tail); in MEM_BufferFree()[all …]
41 __WEAK_FUNC void log_backend_ringbuffer_update(uint8_t *buffer, size_t head, size_t tail);42 __WEAK_FUNC void log_backend_ringbuffer_update(uint8_t *buffer, size_t head, size_t tail) in log_backend_ringbuffer_update() argument46 (void)tail; in log_backend_ringbuffer_update()
132 uint16_t tail; /*!< Index of the next place to write to */ member1117 pMsgQStruct->tail = 0; in OSA_MsgQCreate()1153 pMsgArray = &pQueue->queueMem[pQueue->tail]; in OSA_MsgQPut()1160 pQueue->tail += (uint16_t)pQueue->size; in OSA_MsgQPut()1162 if (pQueue->tail >= (pQueue->max * pQueue->size)) in OSA_MsgQPut()1164 pQueue->tail = 0; in OSA_MsgQPut()
148 currentTcd = handle->tail; in SPDIF_SubmitTransfer()157 handle->tail = nextTcd; in SPDIF_SubmitTransfer()
867 handle->tail = 0; in EDMA_InstallTCDMemory()1127 currentTcd = handle->tail; in EDMA_SubmitTransfer()1136 handle->tail = nextTcd; in EDMA_SubmitTransfer()1350 handle->tail = 0; in EDMA_AbortTransfer()
248 volatile int8_t tail; /*!< The last TCD index. */ member
1092 uint32_t tail = pipe->ed->TailP & USB_HOST_OHCI_ED_TAILP_MASK; in USB_HostOhciTdDoneHandle() local1095 if (head != tail) in USB_HostOhciTdDoneHandle()1966 uint32_t tail; in USB_HostOhciSof() local2005 tail = pipe->ed->TailP & USB_HOST_OHCI_ED_TAILP_MASK; in USB_HostOhciSof()2007 if ((0U != pipe->isBusy) && (head == tail)) in USB_HostOhciSof()2754 uint32_t tail = pipe->ed->TailP & USB_HOST_OHCI_ED_TAILP_MASK; in USB_HostOhciIsrFunction() local2756 if (head == tail) in USB_HostOhciIsrFunction()
251 …volatile int8_t tail; /*!< The last TCD index. Should point to the next TCD to be stored into th… member
1164 currentTcd = handle->tail; in EDMA_SubmitTransfer()1173 handle->tail = nextTcd; in EDMA_SubmitTransfer()1365 handle->tail = 0; in EDMA_AbortTransfer()
1718 uartDmaHandle->rxEdmaHandle.tail = 0U; in LPUART_StartRingBufferEDMA()