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

/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp146 unsigned cReqsWaitMax; member in struct:RTFILEAIOCTXINTERNAL
204 while ( (pCtxInt->iFirstFree < pCtxInt->cReqsWaitMax)
218 && (pCtxInt->iFirstFree <= pCtxInt->cReqsWaitMax));
531 unsigned cReqsWaitMax; local
539 cReqsWaitMax = RT_MIN(cAioReqsMax, AIO_LISTIO_MAX);
542 + cReqsWaitMax * sizeof(PRTFILEAIOREQINTERNAL));
556 pCtxInt->cReqsWaitMax = cReqsWaitMax;
612 LogFlow(("cReqsWaitMax=%u\n", pCtxInt->cReqsWaitMax));
[all...]

Completed in 42 milliseconds