Searched refs:pPendingRC (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPDMQueue.cpp99 //pQueue->pPendingRC = NULL;
598 if (pQueue->pPendingRC)
600 pQueue->pPendingRC += offDelta;
601 PPDMQUEUEITEMCORE pCur = (PPDMQUEUEITEMCORE)MMHyperRCToR3(pVM, pQueue->pPendingRC);
658 || pCur->pPendingRC)
687 RTRCPTR pItemsRC = ASMAtomicXchgRCPtr(&pQueue->pPendingRC, NIL_RTRCPTR);
875 || pQueue->pPendingRC)
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllQueue.cpp207 || pQueue->pPendingRC != NIL_RTRCPTR)
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h868 RCPTRTYPE(PPDMQUEUEITEMCORE) volatile pPendingRC; member in struct:PDMQUEUE
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h569 GEN_CHECK_OFF(PDMQUEUE, pPendingRC);

Completed in 41 milliseconds