HomeSort by: relevance | last modified time | path
    Searched defs:res_max (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
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);
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);

Completed in 54 milliseconds