balloon.c | 751 u_quad_t newval, res_min, res_max; local in function:sysctl_kern_xen_balloon_target 776 res_max = BALLOON_PAGES_TO_KB(xenmem_get_maxreservation()); 777 if (newval < res_min || newval > res_max) { 782 "min %"PRIu64", max %"PRIu64"\n", res_min, res_max);
|