Home
last modified time | relevance | path

Searched refs:hold_IO_node (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pci/hotplug/
A Dcpqphp_ctrl.c2341 struct pci_resource *hold_IO_node; in configure_new_function() local
2451 hold_IO_node = kmalloc(sizeof(*hold_IO_node), GFP_KERNEL); in configure_new_function()
2457 kfree(hold_IO_node); in configure_new_function()
2586 &hold_IO_node, 0x1000); in configure_new_function()
2604 hold_IO_node->length = io_node->base - hold_IO_node->base; in configure_new_function()
2607 if (hold_IO_node->length) { in configure_new_function()
2609 func->io_head = hold_IO_node; in configure_new_function()
2621 kfree(hold_IO_node); in configure_new_function()
2626 func->io_head = hold_IO_node; in configure_new_function()
2628 } else if (hold_IO_node) { in configure_new_function()
[all …]

Completed in 7 milliseconds