Lines Matching defs:vmballoon_stats
185 struct vmballoon_stats { struct
186 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];
199 unsigned int lock[VMW_BALLOON_NUM_PAGE_SIZES];
200 unsigned int lock_fail[VMW_BALLOON_NUM_PAGE_SIZES];
201 unsigned int unlock[VMW_BALLOON_NUM_PAGE_SIZES];
202 unsigned int unlock_fail[VMW_BALLOON_NUM_PAGE_SIZES];
203 unsigned int target;
204 unsigned int target_fail;
205 unsigned int start;
206 unsigned int start_fail;
207 unsigned int guest_type;
208 unsigned int guest_type_fail;
209 unsigned int doorbell_set;
210 unsigned int doorbell_unset;