Searched defs:vmballoon_stats (Results 1 – 1 of 1) sorted by relevance
185 struct vmballoon_stats { struct186 unsigned int timer;187 unsigned int doorbell;190 unsigned int alloc[VMW_BALLOON_NUM_PAGE_SIZES];191 unsigned int alloc_fail[VMW_BALLOON_NUM_PAGE_SIZES];192 unsigned int sleep_alloc;193 unsigned int sleep_alloc_fail;194 unsigned int refused_alloc[VMW_BALLOON_NUM_PAGE_SIZES];195 unsigned int refused_free[VMW_BALLOON_NUM_PAGE_SIZES];196 unsigned int free[VMW_BALLOON_NUM_PAGE_SIZES];[all …]