Home
last modified time | relevance | path

Searched refs:next_res (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/
Dresource.c942 struct resource *next_res = NULL; in __reserve_region_with_split() local
956 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 …]
/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp_ctrl.c315 struct pci_resource *next_res; in sort_by_size() local
342 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() local
390 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()
/linux-4.4.14/drivers/hv/
Dvmbus_drv.c1103 struct resource *next_res; in vmbus_acpi_remove() local
1106 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()