Searched defs:get_max_resource (Results 1 - 1 of 1) sorted by relevance

/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c629 * get_max_resource - get largest node which has at least the given size.
637 static struct pci_resource *get_max_resource(struct pci_resource **head, u32 size) function
2417 bus_node = get_max_resource(&(resources->bus_head), 1);
2453 io_node = get_max_resource(&(resources->io_head), 0x1000);
2456 mem_node = get_max_resource(&(resources->mem_head), 0x100000);
2459 p_mem_node = get_max_resource(&(resources->p_mem_head), 0x100000);

Completed in 59 milliseconds