firstPFMemFromMem  342 drivers/pci/hotplug/ibmphp.h 	struct resource_node *firstPFMemFromMem;	/* when run out of pfmem available, taking from Mem */
firstPFMemFromMem  813 drivers/pci/hotplug/ibmphp_res.c 			res_cur = bus_cur->firstPFMemFromMem;
firstPFMemFromMem  835 drivers/pci/hotplug/ibmphp_res.c 						bus_cur->firstPFMemFromMem = res_cur->next;
firstPFMemFromMem 1400 drivers/pci/hotplug/ibmphp_res.c 	if (bus->firstPFMemFromMem) {
firstPFMemFromMem 1401 drivers/pci/hotplug/ibmphp_res.c 		res_cur = bus->firstPFMemFromMem;
firstPFMemFromMem 1409 drivers/pci/hotplug/ibmphp_res.c 		bus->firstPFMemFromMem = NULL;
firstPFMemFromMem 1520 drivers/pci/hotplug/ibmphp_res.c 			res_cur = bus->firstPFMemFromMem;
firstPFMemFromMem 1636 drivers/pci/hotplug/ibmphp_res.c 		if (bus_cur->firstPFMemFromMem) {
firstPFMemFromMem 1637 drivers/pci/hotplug/ibmphp_res.c 			res_cur = bus_cur->firstPFMemFromMem;
firstPFMemFromMem 1645 drivers/pci/hotplug/ibmphp_res.c 			bus_cur->firstPFMemFromMem = NULL;
firstPFMemFromMem 1679 drivers/pci/hotplug/ibmphp_res.c 				if (!bus_cur->firstPFMemFromMem)
firstPFMemFromMem 1686 drivers/pci/hotplug/ibmphp_res.c 					pfmem_cur->next = bus_cur->firstPFMemFromMem;
firstPFMemFromMem 1688 drivers/pci/hotplug/ibmphp_res.c 				bus_cur->firstPFMemFromMem = pfmem_cur;
firstPFMemFromMem 1718 drivers/pci/hotplug/ibmphp_res.c 	if (bus_cur->firstPFMemFromMem)
firstPFMemFromMem 1719 drivers/pci/hotplug/ibmphp_res.c 		pfmem->next = bus_cur->firstPFMemFromMem;
firstPFMemFromMem 1723 drivers/pci/hotplug/ibmphp_res.c 	bus_cur->firstPFMemFromMem = pfmem;
firstPFMemFromMem 1852 drivers/pci/hotplug/ibmphp_res.c 		if (bus_cur->firstPFMemFromMem) {
firstPFMemFromMem 1853 drivers/pci/hotplug/ibmphp_res.c 			res = bus_cur->firstPFMemFromMem;