balloon.c | 137 kmutex_t balloon_mtx; /* Protects condvar, target and res_min (below) */ 751 u_quad_t newval, res_min, res_max; local in function:sysctl_kern_xen_balloon_target 759 res_min = balloon_sc->balloon_res_min; 777 if (newval < res_min || newval > res_max) { 782 "min %"PRIu64", max %"PRIu64"\n", res_min, res_max);
|