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

/drivers/pci/
H A Dsetup-bus.c204 * @realloc_head : head of the list tracking requests requiring additional
209 * Walk through each element of the realloc_head and try to procure
213 static void reassign_resources_sorted(struct list_head *realloc_head, argument
222 list_for_each_entry_safe(add_res, tmp, realloc_head, list) {
304 struct list_head *realloc_head,
322 if (!realloc_head || list_empty(realloc_head))
333 /* Update res in head list with add_size in realloc_head list */
335 dev_res->res->end += get_res_add_size(realloc_head,
343 /* Remove head list from realloc_head lis
303 __assign_resources_sorted(struct list_head *head, struct list_head *realloc_head, struct list_head *fail_head) argument
388 pbus_assign_resources_sorted(const struct pci_bus *bus, struct list_head *realloc_head, struct list_head *fail_head) argument
706 pbus_size_io(struct pci_bus *bus, resource_size_t min_size, resource_size_t add_size, struct list_head *realloc_head) argument
776 pbus_size_mem(struct pci_bus *bus, unsigned long mask, unsigned long type, resource_size_t min_size, resource_size_t add_size, struct list_head *realloc_head) argument
892 pci_bus_size_cardbus(struct pci_bus *bus, struct list_head *realloc_head) argument
985 __pci_bus_size_bridges(struct pci_bus *bus, struct list_head *realloc_head) argument
1056 __pci_bus_assign_resources(const struct pci_bus *bus, struct list_head *realloc_head, struct list_head *fail_head) argument
[all...]

Completed in 183 milliseconds