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

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp591 * This is returned by gmmR0ChunkMutexAcquire and is used by the other
1070 static int gmmR0ChunkMutexAcquire(PGMMR0CHUNKMTXSTATE pMtxState, PGMM pGMM, PGMMCHUNK pChunk, uint32_t fFlags) function
1183 * Drops the giant GMM lock we kept in gmmR0ChunkMutexAcquire while keeping the
1186 * This only works if gmmR0ChunkMutexAcquire was called with
1493 gmmR0ChunkMutexAcquire(&MtxState, pGMM, pChunk, GMMR0CHUNK_MTX_KEEP_GIANT);
3222 gmmR0ChunkMutexAcquire(&MtxState, pGMM, pChunk, GMMR0CHUNK_MTX_KEEP_GIANT);
3932 int rc = gmmR0ChunkMutexAcquire(&MtxState, pGMM, pChunk,
4061 int rc = gmmR0ChunkMutexAcquire(&MtxState, pGMM, pChunk,
4087 gmmR0ChunkMutexAcquire(&MtxState, pGMM, pChunk, GMMR0CHUNK_MTX_KEEP_GIANT);

Completed in 55 milliseconds