Searched refs:pNextCmd (Results 1 – 1 of 1) sorted by relevance
2096 RF_Cmd* pNextCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_dispatchNextCmd() local2101 if (pNextCmd) in RF_dispatchNextCmd()2110 && (RF_cmdQ.pCurrCmdBg->pClient == pNextCmd->pClient) in RF_dispatchNextCmd()2111 && (pNextCmd->flags & RF_CMD_FG_CMD_FLAG)) in RF_dispatchNextCmd()2138 …if (pNextCmd && (validTime = RF_cmdDispatchTime(&dispatchTimeClockTicks, !doDispatchNow, &pConflic… in RF_dispatchNextCmd()2148 pNextCmd = NULL; in RF_dispatchNextCmd()2153 … if(pNextCmd && RFCC26XX_schedulerPolicy.executeHook && validTime && (0 == dispatchTimeClockTicks)) in RF_dispatchNextCmd()2176 RF_Cmd *abortCmd = pConflictCmd ? pConflictCmd : pNextCmd; in RF_dispatchNextCmd()2197 if (doDispatchNow && pNextCmd) in RF_dispatchNextCmd()2199 if (pNextCmd->pClient != RF_currClient) in RF_dispatchNextCmd()[all …]