Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dsetup-bus.c404 * @realloc_head: Head of the list tracking requests requiring
409 * Walk through each element of the realloc_head and try to procure additional
412 static void reassign_resources_sorted(struct list_head *realloc_head, in reassign_resources_sorted() argument
423 list_for_each_entry_safe(add_res, tmp, realloc_head, list) { in reassign_resources_sorted()
577 struct list_head *realloc_head, in __assign_resources_sorted() argument
613 if (!realloc_head) in __assign_resources_sorted()
614 realloc_head = &dummy_head; in __assign_resources_sorted()
617 if (list_empty(realloc_head)) in __assign_resources_sorted()
628 /* Update res in head list with add_size in realloc_head list */ in __assign_resources_sorted()
632 res->end += get_res_add_size(realloc_head, re in __assign_resources_sorted()
765 pbus_assign_resources_sorted(const struct pci_bus * bus,struct list_head * realloc_head,struct list_head * fail_head) pbus_assign_resources_sorted() argument
1131 pbus_size_io(struct pci_bus * bus,resource_size_t min_size,resource_size_t add_size,struct list_head * realloc_head) pbus_size_io() argument
1313 pbus_size_mem(struct pci_bus * bus,unsigned long type,resource_size_t min_size,resource_size_t add_size,struct list_head * realloc_head) pbus_size_mem() argument
1465 pci_bus_size_cardbus(struct pci_bus * bus,struct list_head * realloc_head) pci_bus_size_cardbus() argument
1554 __pci_bus_size_bridges(struct pci_bus * bus,struct list_head * realloc_head) __pci_bus_size_bridges() argument
1672 __pci_bus_assign_resources(const struct pci_bus * bus,struct list_head * realloc_head,struct list_head * fail_head) __pci_bus_assign_resources() argument
[all...]
H A Dpci.h444 struct list_head *realloc_head);
446 struct list_head *realloc_head,