Home
last modified time | relevance | path

Searched refs:pe_alloc (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/powerpc/platforms/powernv/
Dpci-ioda.c150 if (test_and_set_bit(pe_no, phb->ioda.pe_alloc)) in pnv_ioda_reserve_pe()
167 if (test_bit(pe, phb->ioda.pe_alloc)) { in pnv_ioda_alloc_pe()
180 set_bit(i, phb->ioda.pe_alloc); in pnv_ioda_alloc_pe()
199 clear_bit(pe_num, phb->ioda.pe_alloc); in pnv_ioda_free_pe()
382 unsigned long size, *pe_alloc; in pnv_ioda_pick_m64_pe() local
391 pe_alloc = kzalloc(size, GFP_KERNEL); in pnv_ioda_pick_m64_pe()
392 if (!pe_alloc) { in pnv_ioda_pick_m64_pe()
399 pnv_ioda_reserve_m64_pe(bus, pe_alloc, all); in pnv_ioda_pick_m64_pe()
406 if (bitmap_empty(pe_alloc, phb->ioda.total_pe_num)) { in pnv_ioda_pick_m64_pe()
407 kfree(pe_alloc); in pnv_ioda_pick_m64_pe()
[all …]
Dpci.h158 unsigned long *pe_alloc; member