Searched refs:STAM_REL_U32_INC (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/vmm/
H A Dstam.h370 /** @def STAM_REL_U32_INC
376 # define STAM_REL_U32_INC(pCounter) \ macro
379 # define STAM_REL_U32_INC(pCounter) do { } while (0) macro
387 # define STAM_U32_INC(pCounter) STAM_REL_U32_INC(pCounter)
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp1877 STAM_REL_U32_INC(&pThis->StatMemBalloonChunks);

Completed in 55 milliseconds