Searched refs:realloc_head (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/pci/ |
H A D | setup-bus.c | 234 * @realloc_head: Head of the list tracking requests requiring 239 * Walk through each element of the realloc_head and try to procure additional 242 static void reassign_resources_sorted(struct list_head *realloc_head, in reassign_resources_sorted() argument 253 list_for_each_entry_safe(add_res, tmp, realloc_head, list) { in reassign_resources_sorted() 401 struct list_head *realloc_head, in __assign_resources_sorted() argument 439 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() 454 /* Update res in head list with add_size in realloc_head list */ in __assign_resources_sorted() 458 res->end += get_res_add_size(realloc_head, re in __assign_resources_sorted() 598 pbus_assign_resources_sorted(const struct pci_bus * bus,struct list_head * realloc_head,struct list_head * fail_head) pbus_assign_resources_sorted() argument 984 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 1161 pbus_size_mem(struct pci_bus * bus,unsigned long mask,unsigned long type,unsigned long type2,unsigned long type3,resource_size_t min_size,resource_size_t add_size,struct list_head * realloc_head) pbus_size_mem() argument 1304 pci_bus_size_cardbus(struct pci_bus * bus,struct list_head * realloc_head) pci_bus_size_cardbus() argument 1393 __pci_bus_size_bridges(struct pci_bus * bus,struct list_head * realloc_head) __pci_bus_size_bridges() argument 1568 __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 D | pci.h | 350 struct list_head *realloc_head); 352 struct list_head *realloc_head,
|