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

/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp751 unsigned cMaxTasksOutstanding = fAsync ? cMaxReqs : 1; local
755 paIoReq = (PVDIOREQ)RTMemAllocZ(cMaxTasksOutstanding * sizeof(VDIOREQ));
761 for (unsigned i = 0; i < cMaxTasksOutstanding; i++)
779 while ( idx < cMaxTasksOutstanding
937 while (idx < cMaxTasksOutstanding)
960 for (unsigned i = 0; i < cMaxTasksOutstanding; i++)

Completed in 55 milliseconds