Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dresource.c993 struct resource *next_res = NULL; in __reserve_region_with_split() local
1009 if (!next_res) in __reserve_region_with_split()
1011 res = next_res; in __reserve_region_with_split()
1012 next_res = NULL; in __reserve_region_with_split()
1020 WARN_ON(next_res); in __reserve_region_with_split()
1029 next_res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
1030 if (!next_res) { in __reserve_region_with_split()
1034 next_res->name = name; in __reserve_region_with_split()
1035 next_res->start = conflict->end + 1; in __reserve_region_with_split()
1036 next_res->end = end; in __reserve_region_with_split()
[all …]
/Linux-v4.19/drivers/pci/hotplug/
Dcpqphp_ctrl.c301 struct pci_resource *next_res; in sort_by_size() local
328 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() local
376 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()
/Linux-v4.19/arch/powerpc/perf/
Dhv-24x7.c1506 struct hv_24x7_result *res, *next_res; in h_24x7_event_commit_txn() local
1533 i < result_buffer->num_results; i++, res = next_res) { in h_24x7_event_commit_txn()
1537 &next_res); in h_24x7_event_commit_txn()
/Linux-v4.19/drivers/hv/
Dvmbus_drv.c1617 struct resource *next_res; in vmbus_acpi_remove() local
1626 for (cur_res = hyperv_mmio; cur_res; cur_res = next_res) { in vmbus_acpi_remove()
1627 next_res = cur_res->sibling; in vmbus_acpi_remove()