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

/drivers/pci/
H A Dsetup-bus.c1336 struct list_head *add_list = NULL; local
1357 * last try will use add_list, otherwise will try good to have as
1361 add_list = &realloc_head;
1365 __pci_bus_size_bridges(bus, add_list);
1369 __pci_bus_assign_resources(bus, add_list, &fail_head);
1370 if (add_list)
1371 BUG_ON(!list_empty(add_list));
1432 LIST_HEAD(add_list); /* list of resources that
1442 __pci_bus_size_bridges(parent, &add_list);
1443 __pci_bridge_assign_resources(bridge, &add_list,
[all...]

Completed in 82 milliseconds