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

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

Completed in 22 milliseconds