Searched refs:next_res (Results 1 – 3 of 3) sorted by relevance
942 struct resource *next_res = NULL; in __reserve_region_with_split() local956 if (!next_res) in __reserve_region_with_split()958 res = next_res; in __reserve_region_with_split()959 next_res = NULL; in __reserve_region_with_split()967 WARN_ON(next_res); in __reserve_region_with_split()976 next_res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()977 if (!next_res) { in __reserve_region_with_split()981 next_res->name = name; in __reserve_region_with_split()982 next_res->start = conflict->end + 1; in __reserve_region_with_split()983 next_res->end = end; in __reserve_region_with_split()[all …]
315 struct pci_resource *next_res; in sort_by_size() local342 next_res = current_res->next; in sort_by_size()345 next_res->next = current_res->next; in sort_by_size()346 current_res->next = next_res; in sort_by_size()363 struct pci_resource *next_res; in sort_by_max_size() local390 next_res = current_res->next; in sort_by_max_size()393 next_res->next = current_res->next; in sort_by_max_size()394 current_res->next = next_res; in sort_by_max_size()
1103 struct resource *next_res; in vmbus_acpi_remove() local1106 for (cur_res = hyperv_mmio; cur_res; cur_res = next_res) { in vmbus_acpi_remove()1107 next_res = cur_res->sibling; in vmbus_acpi_remove()