Searched refs:hold_mem_node (Results 1 – 1 of 1) sorted by relevance
2327 struct pci_resource *hold_mem_node; in configure_new_function() local2440 hold_mem_node = kmalloc(sizeof(*hold_mem_node), GFP_KERNEL); in configure_new_function()2446 kfree(hold_mem_node); in configure_new_function()2625 &hold_mem_node, 0x100000); in configure_new_function()2643 hold_mem_node->length = mem_node->base - hold_mem_node->base; in configure_new_function()2645 if (hold_mem_node->length) { in configure_new_function()2647 func->mem_head = hold_mem_node; in configure_new_function()2661 kfree(hold_mem_node); in configure_new_function()2666 func->mem_head = hold_mem_node; in configure_new_function()2668 } else if (hold_mem_node) { in configure_new_function()[all …]