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

  /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;

Completed in 26 milliseconds