Searched refs:realloc_head (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | setup-bus.c | 207 * @realloc_head: Head of the list tracking requests requiring 212 * Walk through each element of the realloc_head and try to procure additional 215 static void reassign_resources_sorted(struct list_head *realloc_head, in reassign_resources_sorted() argument 224 list_for_each_entry_safe(add_res, tmp, realloc_head, list) { in reassign_resources_sorted() 346 struct list_head *realloc_head, in __assign_resources_sorted() 378 if (!realloc_head || list_empty(realloc_head)) in __assign_resources_sorted() 389 /* Update res in head list with add_size in realloc_head list */ in __assign_resources_sorted() 391 dev_res->res->end += get_res_add_size(realloc_head, in __assign_resources_sorted() 403 add_align = get_res_add_align(realloc_head, dev_re in __assign_resources_sorted() 345 __assign_resources_sorted(struct list_head *head, struct list_head *realloc_head, struct list_head *fail_head) __assign_resources_sorted() argument 493 pbus_assign_resources_sorted(const struct pci_bus *bus, struct list_head *realloc_head, struct list_head *fail_head) pbus_assign_resources_sorted() argument 878 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 989 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 1110 pci_bus_size_cardbus(struct pci_bus *bus, struct list_head *realloc_head) pci_bus_size_cardbus() argument 1203 __pci_bus_size_bridges(struct pci_bus *bus, struct list_head *realloc_head) __pci_bus_size_bridges() argument 1379 __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 | 298 struct list_head *realloc_head); 300 struct list_head *realloc_head,
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | setup-bus.c | 204 * @realloc_head: Head of the list tracking requests requiring 209 * Walk through each element of the realloc_head and try to procure additional 212 static void reassign_resources_sorted(struct list_head *realloc_head, in reassign_resources_sorted() argument 221 list_for_each_entry_safe(add_res, tmp, realloc_head, list) { in reassign_resources_sorted() 343 struct list_head *realloc_head, in __assign_resources_sorted() 375 if (!realloc_head || list_empty(realloc_head)) in __assign_resources_sorted() 386 /* Update res in head list with add_size in realloc_head list */ in __assign_resources_sorted() 388 dev_res->res->end += get_res_add_size(realloc_head, in __assign_resources_sorted() 400 add_align = get_res_add_align(realloc_head, dev_re in __assign_resources_sorted() 342 __assign_resources_sorted(struct list_head *head, struct list_head *realloc_head, struct list_head *fail_head) __assign_resources_sorted() argument 490 pbus_assign_resources_sorted(const struct pci_bus *bus, struct list_head *realloc_head, struct list_head *fail_head) pbus_assign_resources_sorted() argument 874 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 984 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 1105 pci_bus_size_cardbus(struct pci_bus *bus, struct list_head *realloc_head) pci_bus_size_cardbus() argument 1198 __pci_bus_size_bridges(struct pci_bus *bus, struct list_head *realloc_head) __pci_bus_size_bridges() argument 1372 __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 | 249 struct list_head *realloc_head); 251 struct list_head *realloc_head,
|
Completed in 7 milliseconds