Home
last modified time | relevance | path

Searched refs:realloc_head (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dsetup-bus.c375 if (!realloc_head || list_empty(realloc_head)) in __assign_resources_sorted()
474 if (realloc_head) in __assign_resources_sorted()
913 if (realloc_head) in pbus_size_io()
920 size1 = (!realloc_head || (realloc_head && !add_size && !children_add_size)) ? size0 : in pbus_size_io()
1061 if (realloc_head) { in pbus_size_mem()
1123 if (realloc_head) { in pci_bus_size_cardbus()
1136 if (realloc_head) { in pci_bus_size_cardbus()
1171 if (realloc_head) { in pci_bus_size_cardbus()
1188 if (realloc_head) { in pci_bus_size_cardbus()
2037 LIST_HEAD(realloc_head); in pci_assign_unassigned_root_bus_resources()
[all …]
H A Dpci.h249 struct list_head *realloc_head);
251 struct list_head *realloc_head,