Searched refs:max_nodes (Results 1 – 6 of 6) sorted by relevance
308 int min_nodes, int max_nodes, in libxl__get_numa_candidate() argument421 if (!max_nodes || max_nodes > nr_suit_nodes) in libxl__get_numa_candidate()422 max_nodes = nr_suit_nodes; in libxl__get_numa_candidate()423 if (min_nodes > max_nodes) { in libxl__get_numa_candidate()444 while (min_nodes <= max_nodes && *cndt_found == 0) { in libxl__get_numa_candidate()
833 int max_nodes) in libxl_node_bitmap_alloc() argument838 if (max_nodes < 0) { in libxl_node_bitmap_alloc()844 if (max_nodes == 0) in libxl_node_bitmap_alloc()845 max_nodes = libxl_get_max_nodes(ctx); in libxl_node_bitmap_alloc()846 if (max_nodes < 0) { in libxl_node_bitmap_alloc()848 rc = max_nodes; in libxl_node_bitmap_alloc()852 libxl_bitmap_alloc(ctx, nodemap, max_nodes); in libxl_node_bitmap_alloc()1012 int max_nodes = xc_get_max_nodes(ctx->xch); in libxl_get_max_nodes() local1014 return max_nodes < 0 ? ERROR_FAIL : max_nodes; in libxl_get_max_nodes()
159 int max_nodes);
4492 int min_nodes, int max_nodes,
53 static int max_nodes = 0; in xc_get_max_nodes() local56 if ( max_nodes ) in xc_get_max_nodes()57 return max_nodes; in xc_get_max_nodes()61 max_nodes = physinfo.max_node_id + 1; in xc_get_max_nodes()62 return max_nodes; in xc_get_max_nodes()79 int max_nodes = xc_get_max_nodes(xch); in xc_get_nodemap_size() local81 if ( max_nodes < 0 ) in xc_get_nodemap_size()83 return (max_nodes + 7) / 8; in xc_get_nodemap_size()266 *max_nodes * *max_nodes * sizeof(*distance), in xc_numainfo()274 sysctl.u.numainfo.num_nodes = *max_nodes; in xc_numainfo()[all …]
1247 int xc_numainfo(xc_interface *xch, unsigned *max_nodes,
Completed in 27 milliseconds