Searched refs:get_max_resource (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 615 * get_max_resource - get largest node which has at least the given size. 623 static struct pci_resource *get_max_resource(struct pci_resource **head, u32 size) in get_max_resource() function 2366 bus_node = get_max_resource(&(resources->bus_head), 1); in configure_new_function() 2402 io_node = get_max_resource(&(resources->io_head), 0x1000); in configure_new_function() 2405 mem_node = get_max_resource(&(resources->mem_head), 0x100000); in configure_new_function() 2408 p_mem_node = get_max_resource(&(resources->p_mem_head), 0x100000); in configure_new_function()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 615 * get_max_resource - get largest node which has at least the given size. 623 static struct pci_resource *get_max_resource(struct pci_resource **head, u32 size) in get_max_resource() function 2354 bus_node = get_max_resource(&(resources->bus_head), 1); in configure_new_function() 2390 io_node = get_max_resource(&(resources->io_head), 0x1000); in configure_new_function() 2393 mem_node = get_max_resource(&(resources->mem_head), 0x100000); in configure_new_function() 2396 p_mem_node = get_max_resource(&(resources->p_mem_head), 0x100000); in configure_new_function()
|
Completed in 6 milliseconds