Searched refs:cRequestsActive (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp206 if (!pEndpointRemove->AioMgr.cRequestsActive)
334 && !pAioMgr->cRequestsActive,
549 pAioMgr->cRequestsActive += cReqs;
550 pEndpoint->AioMgr.cRequestsActive += cReqs;
552 LogFlow(("Enqueuing %d requests. I/O manager has a total of %d active requests now\n", cReqs, pAioMgr->cRequestsActive));
553 LogFlow(("Endpoint has a total of %d active requests now\n", pEndpoint->AioMgr.cRequestsActive));
573 pAioMgr->cRequestsActive--;
574 pEndpoint->AioMgr.cRequestsActive--;
585 pAioMgr->cRequestsActiveMax = pAioMgr->cRequestsActive;
592 pAioMgr->cRequestsActive));
[all...]
/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionFileInternal.h165 unsigned cRequestsActive; member in struct:PDMACEPFILEMGR
434 unsigned cRequestsActive; member in struct:PDMASYNCCOMPLETIONENDPOINTFILE::__anon16945

Completed in 1518 milliseconds