Searched refs:pe_alloc (Results 1 – 2 of 2) sorted by relevance
162 if (test_bit(pe, phb->ioda.pe_alloc)) { in pnv_ioda_alloc_pe()175 set_bit(i, phb->ioda.pe_alloc); in pnv_ioda_alloc_pe()194 clear_bit(pe_num, phb->ioda.pe_alloc); in pnv_ioda_free_pe()297 unsigned long size, *pe_alloc; in pnv_ioda_pick_m64_pe() local306 pe_alloc = kzalloc(size, GFP_KERNEL); in pnv_ioda_pick_m64_pe()307 if (!pe_alloc) { in pnv_ioda_pick_m64_pe()314 pnv_ioda_reserve_m64_pe(bus, pe_alloc, all); in pnv_ioda_pick_m64_pe()322 kfree(pe_alloc); in pnv_ioda_pick_m64_pe()348 kfree(pe_alloc); in pnv_ioda_pick_m64_pe()2060 if (!test_bit(pe_num, phb->ioda.pe_alloc)) in pnv_pci_ioda_pe_dump()[all …]
157 unsigned long *pe_alloc; member