Searched refs:pElem (Results 1 – 1 of 1) sorted by relevance
3725 RF_Cmd* pElem = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_discardPendCmd() local3728 while (pElem && (pElem != pCmd)) in RF_discardPendCmd()3730 pElem = (RF_Cmd*)List_next((List_Elem*)pElem); in RF_discardPendCmd()3734 while (pElem) in RF_discardPendCmd()3738 RF_Cmd* pNextElem = (RF_Cmd*)List_next((List_Elem*)pElem); in RF_discardPendCmd()3740 if (RF_isClientOwner(h, pElem)) in RF_discardPendCmd()3743 RF_cmdStoreEvents(pElem, RF_EventCmdCancelled); in RF_discardPendCmd()3748 RF_cmdStoreEvents(pElem, RF_EventCmdPreempted); in RF_discardPendCmd()3757 List_remove(&RF_cmdQ.pPend, (List_Elem*)pElem); in RF_discardPendCmd()3758 List_put(&RF_cmdQ.pDone, (List_Elem*)pElem); in RF_discardPendCmd()[all …]