Home | Sort by: relevance | last modified time | path |
/src/sys/arch/xen/xen/ | |
balloon.c | 716 u_quad_t node_val; local in function:sysctl_kern_xen_balloon_max 720 node_val = BALLOON_PAGES_TO_KB(xenmem_get_maxreservation()); 721 node.sysctl_data = &node_val; 730 u_quad_t node_val; local in function:sysctl_kern_xen_balloon_current 734 node_val = BALLOON_PAGES_TO_KB(xenmem_get_currentreservation()); 735 node.sysctl_data = &node_val; |
balloon.c | 716 u_quad_t node_val; local in function:sysctl_kern_xen_balloon_max 720 node_val = BALLOON_PAGES_TO_KB(xenmem_get_maxreservation()); 721 node.sysctl_data = &node_val; 730 u_quad_t node_val; local in function:sysctl_kern_xen_balloon_current 734 node_val = BALLOON_PAGES_TO_KB(xenmem_get_currentreservation()); 735 node.sysctl_data = &node_val; |