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

/vbox/src/VBox/Storage/testcase/
H A DVDIoBackendMem.cpp66 PRTCIRCBUF pRequestRing; member in struct:VDIOBACKENDMEM
99 rc = RTCircBufCreate(&pIoBackend->pRequestRing, VDMEMIOBACKEND_REQS * sizeof(PVDIOBACKENDREQ));
120 RTCircBufDestroy(pIoBackend->pRequestRing);
138 RTCircBufDestroy(pIoBackend->pRequestRing);
162 RTCircBufAcquireWriteBlock(pIoBackend->pRequestRing, sizeof(PVDIOBACKENDREQ), (void **)&ppReq, &cbData);
183 RTCircBufReleaseWriteBlock(pIoBackend->pRequestRing, sizeof(PVDIOBACKENDREQ));
219 RTCircBufAcquireReadBlock(pIoBackend->pRequestRing, sizeof(PVDIOBACKENDREQ), (void **)&ppReq, &cbData);
221 RTCircBufReleaseReadBlock(pIoBackend->pRequestRing, cbData);

Completed in 241 milliseconds