Searched defs:vmballoon_stats (Results 1 – 1 of 1) sorted by relevance
222 struct vmballoon_stats { struct223 unsigned int timer;224 unsigned int doorbell;227 unsigned int alloc[VMW_BALLOON_NUM_PAGE_SIZES];228 unsigned int alloc_fail[VMW_BALLOON_NUM_PAGE_SIZES];229 unsigned int sleep_alloc;230 unsigned int sleep_alloc_fail;231 unsigned int refused_alloc[VMW_BALLOON_NUM_PAGE_SIZES];232 unsigned int refused_free[VMW_BALLOON_NUM_PAGE_SIZES];233 unsigned int free[VMW_BALLOON_NUM_PAGE_SIZES];[all …]