Searched refs:pHead (Results 1 – 3 of 3) sorted by relevance
454 static RF_Cmd* RF_queueEnd(RF_Handle h, List_List* pHead);567 List_Elem* pHead = List_head(list); in RF_queueEnd() local570 while (pHead) in RF_queueEnd()572 if (RF_isClientOwner(h, (RF_Cmd*)pHead)) in RF_queueEnd()574 pTail = pHead; in RF_queueEnd()577 pHead = List_next(pHead); in RF_queueEnd()1571 RF_Cmd* pHead = (RF_Cmd*)List_head(pPendQueue); in RF_howToSchedule() local1574 RF_Cmd* it = pHead; in RF_howToSchedule()1578 if (RF_verifyGap(newCmd, pCmdBg, pHead)) in RF_howToSchedule()
501 static RCL_MultiBuffer* RCL_Handler_BLE_CS_findBufferFitNumberOfBytes(List_List *pHead, uint16_t nu…525 static RCL_MultiBuffer* RCL_Handler_BLE_CS_findBufferFitNumberOfBytes(List_List *pHead, uint16_t nu… in RCL_Handler_BLE_CS_findBufferFitNumberOfBytes() argument528 RCL_MultiBuffer *pBuffer = RCL_MultiBuffer_head(pHead); in RCL_Handler_BLE_CS_findBufferFitNumberOfBytes()
3087 _SlSpawnMsgItem_t* pHead = g_pCB->spawnMsgList; in _SlSpawnMsgListProcess() local3088 _SlSpawnMsgItem_t* pCurr = pHead; in _SlSpawnMsgListProcess()3089 _SlSpawnMsgItem_t* pLast = pHead; in _SlSpawnMsgListProcess()