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

/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp2478 GVMMR0DECL(int) GVMMR0ResetStatistics(PCGVMMSTATS pStats, PSUPDRVSESSION pSession, PVM pVM) function
2480 LogFlow(("GVMMR0ResetStatistics: pStats=%p pSession=%p pVM=%p\n", pStats, pSession, pVM));
2566 * VMMR0 request wrapper for GVMMR0ResetStatistics.
2568 * @returns see GVMMR0ResetStatistics.
2580 return GVMMR0ResetStatistics(&pReq->Stats, pReq->pSession, pVM);

Completed in 68 milliseconds