Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dpciehp_ctrl.c1951 struct pci_resource *hold_p_mem_node; in configure_new_function() local
2069 hold_p_mem_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()
2078 if (hold_p_mem_node) in configure_new_function()
2079 kfree(hold_p_mem_node); in configure_new_function()
2142 memcpy(hold_p_mem_node, p_mem_node, sizeof(struct pci_resource)); in configure_new_function()
2160 kfree(hold_p_mem_node); in configure_new_function()
2161 hold_p_mem_node = NULL; in configure_new_function()
2205 return_resource(&(resources->p_mem_head), hold_p_mem_node); in configure_new_function()
2227 return_resource(&(resources->p_mem_head), hold_p_mem_node); in configure_new_function()
[all …]
Dcpqphp_ctrl.c2465 struct pci_resource *hold_p_mem_node; in configure_new_function() local
2564 hold_p_mem_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()
2573 if (hold_p_mem_node) in configure_new_function()
2574 kfree(hold_p_mem_node); in configure_new_function()
2630 memcpy(hold_p_mem_node, p_mem_node, sizeof(struct pci_resource)); in configure_new_function()
2646 kfree(hold_p_mem_node); in configure_new_function()
2647 hold_p_mem_node = NULL; in configure_new_function()
2689 return_resource(&(resources->p_mem_head), hold_p_mem_node); in configure_new_function()
2711 return_resource(&(resources-> p_mem_head), hold_p_mem_node); in configure_new_function()
[all …]
Dshpchp_ctrl.c2396 struct pci_resource *hold_p_mem_node; in configure_new_function() local
2512 hold_p_mem_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()
2521 if (hold_p_mem_node) in configure_new_function()
2522 kfree(hold_p_mem_node); in configure_new_function()
2585 memcpy(hold_p_mem_node, p_mem_node, sizeof(struct pci_resource)); in configure_new_function()
2603 kfree(hold_p_mem_node); in configure_new_function()
2604 hold_p_mem_node = NULL; in configure_new_function()
2648 return_resource(&(resources->p_mem_head), hold_p_mem_node); in configure_new_function()
2670 return_resource(&(resources->p_mem_head), hold_p_mem_node); in configure_new_function()
[all …]