Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dresource.c1037 struct resource *next_res = NULL; in __reserve_region_with_split() local
1053 if (!next_res) in __reserve_region_with_split()
1055 res = next_res; in __reserve_region_with_split()
1056 next_res = NULL; in __reserve_region_with_split()
1064 WARN_ON(next_res); in __reserve_region_with_split()
1073 next_res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
1074 if (!next_res) { in __reserve_region_with_split()
1078 next_res->name = name; in __reserve_region_with_split()
1079 next_res->start = conflict->end + 1; in __reserve_region_with_split()
1080 next_res->end = end; in __reserve_region_with_split()
[all …]
/openbmc/linux/drivers/pci/hotplug/
H A 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()
/openbmc/linux/arch/powerpc/perf/
H A Dhv-24x7.c1588 struct hv_24x7_result *res, *next_res; in h_24x7_event_commit_txn() local
1615 i < result_buffer->num_results; i++, res = next_res) { in h_24x7_event_commit_txn()
1619 &next_res); in h_24x7_event_commit_txn()
/openbmc/linux/drivers/pci/
H A Dprobe.c887 struct resource *res, *next_res; in pci_register_host_bridge() local
983 next_res = next->res; in pci_register_host_bridge()
985 if (res->flags != next_res->flags || offset != next_offset) in pci_register_host_bridge()
988 if (res->end + 1 == next_res->start) { in pci_register_host_bridge()
989 next_res->start = res->start; in pci_register_host_bridge()
/openbmc/linux/drivers/hv/
H A Dvmbus_drv.c2081 struct resource *next_res; in vmbus_mmio_remove() local
2090 for (cur_res = hyperv_mmio; cur_res; cur_res = next_res) { in vmbus_mmio_remove()
2091 next_res = cur_res->sibling; in vmbus_mmio_remove()