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

/vbox/include/iprt/
H A Dfile.h1229 uint32_t cReqsOutstandingMax; member in struct:RTFILEAIOLIMITS
/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/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/VMM/include/
H A DPDMAsyncCompletionFileInternal.h269 uint32_t cReqsOutstandingMax; member in struct:PDMASYNCCOMPLETIONEPCLASSFILE

Completed in 40 milliseconds