Lines Matching refs:ranges
659 unsigned int n, rc, ranges, is_kexec_kdump = 0; in parse_drconf_memory() local
694 ranges = 1; in parse_drconf_memory()
697 ranges = read_usm_ranges(&usm); in parse_drconf_memory()
698 if (!ranges) /* there are no (base, size) duple */ in parse_drconf_memory()
715 } while (--ranges); in parse_drconf_memory()
767 int ranges; in parse_numa_properties() local
779 ranges = (len >> 2) / (n_mem_addr_cells + n_mem_size_cells); in parse_numa_properties()
798 if (--ranges) in parse_numa_properties()
806 if (--ranges) in parse_numa_properties()
1095 int ranges; in hot_add_node_scn_to_nid() local
1104 ranges = (len >> 2) / (n_mem_addr_cells + n_mem_size_cells); in hot_add_node_scn_to_nid()
1106 while (ranges--) { in hot_add_node_scn_to_nid()