Searched refs:List_next (Results 1 – 11 of 11) sorted by relevance
229 nextBuffer = (RCL_MultiBuffer *) List_next((List_Elem *) nextBuffer); in RCL_MultiBuffer_RxEntry_next()244 nextBuffer = (RCL_MultiBuffer *) List_next((List_Elem *) nextBuffer); in RCL_MultiBuffer_RxEntry_next()292 head = (RCL_MultiBuffer *) List_next((List_Elem *) head); in RCL_MultiBuffer_RxEntry_consume()305 curBuffer = (RCL_MultiBuffer *) List_next((List_Elem *)curBuffer); in RCL_MultiBuffer_findFirstWritableBuffer()339 curBuffer = (RCL_MultiBuffer *) List_next((List_Elem *)curBuffer); in RCL_MultiBuffer_getBuffer()377 nextBuffer = (RCL_MultiBuffer *) List_next((List_Elem *)curBuffer); in RCL_MultiBuffer_findAvailableRxSpace()416 multiBuffer = (RCL_MultiBuffer *) List_next((List_Elem *)multiBuffer); in RxEntry_isAtEnd()
203 static inline List_Elem *List_next(List_Elem *elem) in List_next() function
204 static inline List_Elem *List_next(List_Elem *elem) in List_next() function
200 notifyLink = List_next(notifyLink); in setNextThresholds()231 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
282 notifyLink = List_next(notifyLink); in setNextThresholds()312 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
235 notifyLink = List_next(notifyLink); in setNextThresholds()267 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
754 interface->activeTransfer = (I2S_Transaction*)List_next(&transactionFinished->queueElement); in handleDMATransaction()768 else if((I2S_Transaction*)List_next(&transactionFinished->queueElement) != NULL){ in handleDMATransaction()771 … interface->activeTransfer = (I2S_Transaction*)List_next(&transactionFinished->queueElement); in handleDMATransaction()925 interface->activeTransfer = (I2S_Transaction*)List_next(&transaction->queueElement); in handleCPUTransaction()934 else if(List_next(&newTransaction->queueElement) == NULL) { in handleCPUTransaction()
577 pHead = List_next(pHead); in RF_queueEnd()749 pTempCmd = (RF_Cmd*)List_next((List_Elem*)pTempCmd); in RF_cmdDispatchTime()1593 if (RF_verifyGap(newCmd, it, (RF_Cmd*)List_next((List_Elem*)it))) in RF_howToSchedule()1602 it = (RF_Cmd*)List_next((List_Elem*)it); in RF_howToSchedule()1651 if (List_next((List_Elem*)pInsertLocation)) in RF_defaultSubmitPolicy()1654 List_insert(pPendQueue, (List_Elem*)pCmdNew, List_next((List_Elem*)pInsertLocation)); in RF_defaultSubmitPolicy()3740 pElem = (RF_Cmd*)List_next((List_Elem*)pElem); in RF_discardPendCmd()3748 RF_Cmd* pNextElem = (RF_Cmd*)List_next((List_Elem*)pElem); in RF_discardPendCmd()
1306 elem = List_next(elem); in notify()
1180 elem = List_next(elem); in notify()
1220 elem = List_next(elem); in PowerCC23X0_notify()