Searched refs:hold_IO_node (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp_ctrl.c | 1952 struct pci_resource *hold_IO_node; in configure_new_function() local 2067 hold_IO_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in configure_new_function() 2071 if (!hold_bus_node || !hold_IO_node || !hold_mem_node || !hold_p_mem_node) { in configure_new_function() 2074 if (hold_IO_node) in configure_new_function() 2075 kfree(hold_IO_node); in configure_new_function() 2094 memcpy(hold_IO_node, io_node, sizeof(struct pci_resource)); in configure_new_function() 2106 kfree(hold_IO_node); in configure_new_function() 2107 hold_IO_node = NULL; in configure_new_function() 2203 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function() 2225 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function() [all …]
|
D | cpqphp_ctrl.c | 2466 struct pci_resource *hold_IO_node; in configure_new_function() local 2562 hold_IO_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in configure_new_function() 2566 if (!hold_bus_node || !hold_IO_node || !hold_mem_node || !hold_p_mem_node) { in configure_new_function() 2569 if (hold_IO_node) in configure_new_function() 2570 kfree(hold_IO_node); in configure_new_function() 2588 memcpy(hold_IO_node, io_node, sizeof(struct pci_resource)); in configure_new_function() 2598 kfree(hold_IO_node); in configure_new_function() 2599 hold_IO_node = NULL; in configure_new_function() 2687 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function() 2709 return_resource(&(resources-> io_head), hold_IO_node); in configure_new_function() [all …]
|
D | shpchp_ctrl.c | 2397 struct pci_resource *hold_IO_node; in configure_new_function() local 2510 hold_IO_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in configure_new_function() 2514 if (!hold_bus_node || !hold_IO_node || !hold_mem_node || !hold_p_mem_node) { in configure_new_function() 2517 if (hold_IO_node) in configure_new_function() 2518 kfree(hold_IO_node); in configure_new_function() 2537 memcpy(hold_IO_node, io_node, sizeof(struct pci_resource)); in configure_new_function() 2549 kfree(hold_IO_node); in configure_new_function() 2550 hold_IO_node = NULL; in configure_new_function() 2646 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function() 2668 return_resource(&(resources->io_head), hold_IO_node); in configure_new_function() [all …]
|