Lines Matching refs:ranges
652 unsigned int n, rc, ranges, is_kexec_kdump = 0; in parse_drconf_memory() local
687 ranges = 1; in parse_drconf_memory()
690 ranges = read_usm_ranges(&usm); in parse_drconf_memory()
691 if (!ranges) /* there are no (base, size) duple */ in parse_drconf_memory()
708 } while (--ranges); in parse_drconf_memory()
760 int ranges; in parse_numa_properties() local
772 ranges = (len >> 2) / (n_mem_addr_cells + n_mem_size_cells); in parse_numa_properties()
791 if (--ranges) in parse_numa_properties()
799 if (--ranges) in parse_numa_properties()
1088 int ranges; in hot_add_node_scn_to_nid() local
1097 ranges = (len >> 2) / (n_mem_addr_cells + n_mem_size_cells); in hot_add_node_scn_to_nid()
1099 while (ranges--) { in hot_add_node_scn_to_nid()