Searched refs:pElem (Results 1 – 1 of 1) sorted by relevance
3695 RF_Cmd* pElem = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_discardPendCmd() local3698 while (pElem && (pElem != pCmd)) in RF_discardPendCmd()3700 pElem = (RF_Cmd*)List_next((List_Elem*)pElem); in RF_discardPendCmd()3704 while (pElem) in RF_discardPendCmd()3708 RF_Cmd* pNextElem = (RF_Cmd*)List_next((List_Elem*)pElem); in RF_discardPendCmd()3710 if (RF_isClientOwner(h, pElem)) in RF_discardPendCmd()3713 RF_cmdStoreEvents(pElem, RF_EventCmdCancelled); in RF_discardPendCmd()3718 RF_cmdStoreEvents(pElem, RF_EventCmdPreempted); in RF_discardPendCmd()3727 List_remove(&RF_cmdQ.pPend, (List_Elem*)pElem); in RF_discardPendCmd()3728 List_put(&RF_cmdQ.pDone, (List_Elem*)pElem); in RF_discardPendCmd()[all …]