Lines Matching refs:target
169 unsigned int target; member
193 unsigned int target; member
282 unsigned long target; in vmballoon_send_get_target() local
300 STATS_INC(b->stats.target); in vmballoon_send_get_target()
302 status = VMWARE_BALLOON_CMD(GET_TARGET, limit, target); in vmballoon_send_get_target()
304 *new_target = target; in vmballoon_send_get_target()
517 pr_debug("%s - size: %d, target %d\n", __func__, b->size, b->target); in vmballoon_inflate()
534 goal = b->target - b->size; in vmballoon_inflate()
623 pr_debug("%s - size: %d, target %d\n", __func__, b->size, b->target); in vmballoon_deflate()
626 goal = min(b->size - b->target, b->rate_free); in vmballoon_deflate()
657 unsigned int target; in vmballoon_work() local
667 if (vmballoon_send_get_target(b, &target)) { in vmballoon_work()
669 b->target = target; in vmballoon_work()
671 if (b->size < target) in vmballoon_work()
673 else if (b->size > target) in vmballoon_work()
699 b->target, b->size); in vmballoon_debug_show()
727 stats->target, stats->target_fail, in vmballoon_debug_show()