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

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp1062 * @param pMtxState The chunk mutex state info. (Avoids
1070 static int gmmR0ChunkMutexAcquire(PGMMR0CHUNKMTXSTATE pMtxState, PGMM pGMM, PGMMCHUNK pChunk, uint32_t fFlags) argument
1075 pMtxState->pGMM = pGMM;
1076 pMtxState->fFlags = (uint8_t)fFlags;
1108 pMtxState->iChunkMtx = (uint8_t)iChunkMtx;
1141 static int gmmR0ChunkMutexRelease(PGMMR0CHUNKMTXSTATE pMtxState, PGMMCHUNK pChunk) argument
1143 PGMM pGMM = pMtxState->pGMM;
1148 int rc = RTSemFastMutexRelease(pGMM->aChunkMtx[pMtxState->iChunkMtx].hMtx);
1150 if (pMtxState->fFlags == GMMR0CHUNK_MTX_RETAKE_GIANT)
1153 Assert((pMtxState
1193 gmmR0ChunkMutexDropGiant(PGMMR0CHUNKMTXSTATE pMtxState) argument
[all...]

Completed in 37 milliseconds