Searched refs:max_id (Results 1 – 2 of 2) sorted by relevance
451 uint64_t *hole_array, max_id; in get_configs() local507 max_id = 0; in get_configs()511 ZPOOL_CONFIG_VDEV_CHILDREN, &max_id) == 0) { in get_configs()514 max_id) == 0); in get_configs()616 if (max_id < children) { in get_configs()617 for (c = max_id; c < children; c++) in get_configs()619 children = max_id; in get_configs()620 } else if (max_id > children) { in get_configs()623 newchild = zfs_alloc(hdl, (max_id) * in get_configs()633 children = max_id; in get_configs()
2516 processorid_t id, max_id; in enumerate_xen_cpus() local2529 max_id = 0; in enumerate_xen_cpus()2532 max_id = id; in enumerate_xen_cpus()2534 bsetpropsi(BOOT_NCPUS_NAME, max_id+1); in enumerate_xen_cpus()