Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Dsetup-bus.c439 if (!realloc_head) in __assign_resources_sorted()
440 realloc_head = &dummy_head; in __assign_resources_sorted()
443 if (list_empty(realloc_head)) in __assign_resources_sorted()
1022 if (realloc_head) in pbus_size_io()
1234 if (realloc_head) { in pbus_size_mem()
1321 if (realloc_head) { in pci_bus_size_cardbus()
1333 if (realloc_head) { in pci_bus_size_cardbus()
1368 if (realloc_head) { in pci_bus_size_cardbus()
1384 if (realloc_head) { in pci_bus_size_cardbus()
2269 LIST_HEAD(realloc_head); in pci_assign_unassigned_root_bus_resources()
[all …]
H A Dpci.h349 struct list_head *realloc_head);
351 struct list_head *realloc_head,