mem_cur           762 drivers/pci/hotplug/ibmphp_res.c 	struct resource_node *mem_cur;
mem_cur           818 drivers/pci/hotplug/ibmphp_res.c 					mem_cur = bus_cur->firstMem;
mem_cur           819 drivers/pci/hotplug/ibmphp_res.c 					while (mem_cur) {
mem_cur           820 drivers/pci/hotplug/ibmphp_res.c 						if ((mem_cur->start == res_cur->start)
mem_cur           821 drivers/pci/hotplug/ibmphp_res.c 						    && (mem_cur->end == res_cur->end))
mem_cur           823 drivers/pci/hotplug/ibmphp_res.c 						if (mem_cur->next)
mem_cur           824 drivers/pci/hotplug/ibmphp_res.c 							mem_cur = mem_cur->next;
mem_cur           826 drivers/pci/hotplug/ibmphp_res.c 							mem_cur = mem_cur->nextRange;
mem_cur           828 drivers/pci/hotplug/ibmphp_res.c 					if (!mem_cur) {
mem_cur           833 drivers/pci/hotplug/ibmphp_res.c 					ibmphp_remove_resource(mem_cur);