Searched defs:pEpClass (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionInternal.h203 R3PTRTYPE(PPDMASYNCCOMPLETIONEPCLASS) pEpClass; member in struct:PDMASYNCCOMPLETIONENDPOINT
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp258 PPDMASYNCCOMPLETIONEPCLASSFILE pEpClassFile = (PPDMASYNCCOMPLETIONEPCLASSFILE)pAioMgr->pEndpointsHead->Core.pEpClass;
445 PPDMASYNCCOMPLETIONEPCLASSFILE pEpClassFile = (PPDMASYNCCOMPLETIONEPCLASSFILE)pAioMgr->pEndpointsHead->Core.pEpClass;
560 PPDMASYNCCOMPLETIONEPCLASSFILE pEpClass = (PPDMASYNCCOMPLETIONEPCLASSFILE)pEndpoint->Core.pEpClass; local
588 if (RT_UNLIKELY(!pEpClass->fOutOfResourcesWarningPrinted))
590 pEpClass->fOutOfResourcesWarningPrinted = true;
878 PPDMASYNCCOMPLETIONEPCLASSFILE pEpClassFile = (PPDMASYNCCOMPLETIONEPCLASSFILE)pEndpoint->Core.pEpClass;
1413 rc = pdmacFileAioMgrCreate((PPDMASYNCCOMPLETIONEPCLASSFILE)pEndpoint->Core.pEpClass,
H A DPDMAsyncCompletionFile.cpp103 PPDMASYNCCOMPLETIONEPCLASSFILE pEpClass = (PPDMASYNCCOMPLETIONEPCLASSFILE)pEndpoint->Core.pEpClass; local
108 if (pEndpoint->cTasksCached < pEpClass->cTasksCacheMax)
136 PPDMASYNCCOMPLETIONEPCLASSFILE pEndpointClass = (PPDMASYNCCOMPLETIONEPCLASSFILE)pEndpoint->Core.pEpClass;
336 PPDMASYNCCOMPLETIONEPCLASSFILE pEpClassFile = (PPDMASYNCCOMPLETIONEPCLASSFILE)pEpFile->Core.pEpClass;
424 * @param pEpClass Pointer to the endpoint class data.
428 int pdmacFileAioMgrCreate(PPDMASYNCCOMPLETIONEPCLASSFILE pEpClass, PPPDMACEPFILEMGR ppAioMgr, argument
434 int rc = MMR3HeapAllocZEx(pEpClass->Core.pVM, MM_TAG_PDM_ASYNC_COMPLETION, sizeof(PDMACEPFILEMGR), (void **)&pAioMgrNew);
437 if (enmMgrType < pEpClass->enmMgrTypeOverride)
440 pAioMgrNew->enmMgrType = pEpClass
[all...]
H A DPDMAsyncCompletion.cpp130 PPDMASYNCCOMPLETIONEPCLASS pEpClass; member in struct:PDMACBWMGR
585 static PPDMACBWMGR pdmacBwMgrFindById(PPDMASYNCCOMPLETIONEPCLASS pEpClass, const char *pszId) argument
591 int rc = RTCritSectEnter(&pEpClass->CritSect); AssertRC(rc);
593 pBwMgr = pEpClass->pBwMgrsHead;
598 rc = RTCritSectLeave(&pEpClass->CritSect); AssertRC(rc);
608 PPDMASYNCCOMPLETIONEPCLASS pEpClass = pBwMgr->pEpClass; local
609 int rc = RTCritSectEnter(&pEpClass->CritSect); AssertRC(rc);
611 pBwMgr->pNext = pEpClass->pBwMgrsHead;
612 pEpClass
622 PPDMASYNCCOMPLETIONEPCLASS pEpClass = pBwMgr->pEpClass; local
644 pdmacAsyncCompletionBwMgrCreate(PPDMASYNCCOMPLETIONEPCLASS pEpClass, const char *pszBwMgr, uint32_t cbTransferPerSecMax, uint32_t cbTransferPerSecStart, uint32_t cbTransferPerSecStep) argument
1284 PPDMASYNCCOMPLETIONEPCLASS pEpClass = pUVM->pdm.s.apAsyncCompletionEndpointClass[i]; local
1797 PPDMASYNCCOMPLETIONEPCLASS pEpClass = pVM->pUVM->pdm.s.apAsyncCompletionEndpointClass[PDMASYNCCOMPLETIONEPCLASSTYPE_FILE]; local
[all...]

Completed in 59 milliseconds