Searched refs:cReqsOutstandingMax (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp305 int cReqsOutstandingMax = 0; local
309 &cReqsOutstandingMax, /* Where to store the old value. */
316 pAioLimits->cReqsOutstandingMax = cReqsOutstandingMax;
324 int cReqsOutstandingMax = 0; local
328 &cReqsOutstandingMax, /* Where to store the old value. */
341 pAioLimits->cReqsOutstandingMax = cReqsOutstandingMax;
344 pAioLimits->cReqsOutstandingMax = RTFILEAIO_UNLIMITED_REQS;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileAio.cpp196 uint32_t cReqsMax = AioLimits.cReqsOutstandingMax < TSTFILEAIO_MAX_REQS_IN_FLIGHT
197 ? AioLimits.cReqsOutstandingMax
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp120 int cReqsOutstandingMax = 0; local
124 &cReqsOutstandingMax, /* Where to store the old value. */
137 pAioLimits->cReqsOutstandingMax = cReqsOutstandingMax;
/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionFileInternal.h269 uint32_t cReqsOutstandingMax; member in struct:PDMASYNCCOMPLETIONEPCLASSFILE
/vbox/include/iprt/
H A Dfile.h1229 uint32_t cReqsOutstandingMax; member in struct:RTFILEAIOLIMITS
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp105 pAioLimits->cReqsOutstandingMax = RTFILEAIO_UNLIMITED_REQS;
/vbox/src/VBox/Runtime/r3/win/
H A Dfileaio-win.cpp130 pAioLimits->cReqsOutstandingMax = RTFILEAIO_UNLIMITED_REQS;
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFile.cpp809 pEpClassFile->cReqsOutstandingMax = AioLimits.cReqsOutstandingMax;
/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp314 pAioLimits->cReqsOutstandingMax = RTFILEAIO_UNLIMITED_REQS;

Completed in 2876 milliseconds