Searched refs:next_res (Results 1 – 5 of 5) sorted by relevance
987 struct resource *next_res = NULL; in __reserve_region_with_split() local1003 if (!next_res) in __reserve_region_with_split()1005 res = next_res; in __reserve_region_with_split()1006 next_res = NULL; in __reserve_region_with_split()1014 WARN_ON(next_res); in __reserve_region_with_split()1023 next_res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()1024 if (!next_res) { in __reserve_region_with_split()1028 next_res->name = name; in __reserve_region_with_split()1029 next_res->start = conflict->end + 1; in __reserve_region_with_split()1030 next_res->end = end; in __reserve_region_with_split()[all …]
301 struct pci_resource *next_res; in sort_by_size() local328 next_res = current_res->next; in sort_by_size()331 next_res->next = current_res->next; in sort_by_size()332 current_res->next = next_res; in sort_by_size()349 struct pci_resource *next_res; in sort_by_max_size() local376 next_res = current_res->next; in sort_by_max_size()379 next_res->next = current_res->next; in sort_by_max_size()380 current_res->next = next_res; in sort_by_max_size()
1601 struct hv_24x7_result *res, *next_res; in h_24x7_event_commit_txn() local1628 i < result_buffer->num_results; i++, res = next_res) { in h_24x7_event_commit_txn()1632 &next_res); in h_24x7_event_commit_txn()
890 struct resource *res, *next_res; in pci_register_host_bridge() local982 next_res = next->res; in pci_register_host_bridge()984 if (res->flags != next_res->flags || offset != next_offset) in pci_register_host_bridge()987 if (res->end + 1 == next_res->start) { in pci_register_host_bridge()988 next_res->start = res->start; in pci_register_host_bridge()
2241 struct resource *next_res; in vmbus_acpi_remove() local2250 for (cur_res = hyperv_mmio; cur_res; cur_res = next_res) { in vmbus_acpi_remove()2251 next_res = cur_res->sibling; in vmbus_acpi_remove()