Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c165 if (test_bit(pe, phb->ioda.pe_alloc)) { in pnv_ioda_alloc_pe()
178 set_bit(i, phb->ioda.pe_alloc); in pnv_ioda_alloc_pe()
197 clear_bit(pe_num, phb->ioda.pe_alloc); in pnv_ioda_free_pe()
380 unsigned long size, *pe_alloc; in pnv_ioda_pick_m64_pe() local
389 pe_alloc = kzalloc(size, GFP_KERNEL); in pnv_ioda_pick_m64_pe()
390 if (!pe_alloc) { in pnv_ioda_pick_m64_pe()
397 pnv_ioda_reserve_m64_pe(bus, pe_alloc, all); in pnv_ioda_pick_m64_pe()
405 kfree(pe_alloc); in pnv_ioda_pick_m64_pe()
431 kfree(pe_alloc); in pnv_ioda_pick_m64_pe()
2230 if (!test_bit(pe_num, phb->ioda.pe_alloc)) in pnv_pci_ioda_pe_dump()
[all …]
H A Dpci.h162 unsigned long *pe_alloc; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c165 if (test_bit(pe, phb->ioda.pe_alloc)) { in pnv_ioda_alloc_pe()
178 set_bit(i, phb->ioda.pe_alloc); in pnv_ioda_alloc_pe()
197 clear_bit(pe_num, phb->ioda.pe_alloc); in pnv_ioda_free_pe()
380 unsigned long size, *pe_alloc; in pnv_ioda_pick_m64_pe() local
389 pe_alloc = kzalloc(size, GFP_KERNEL); in pnv_ioda_pick_m64_pe()
390 if (!pe_alloc) { in pnv_ioda_pick_m64_pe()
397 pnv_ioda_reserve_m64_pe(bus, pe_alloc, all); in pnv_ioda_pick_m64_pe()
405 kfree(pe_alloc); in pnv_ioda_pick_m64_pe()
431 kfree(pe_alloc); in pnv_ioda_pick_m64_pe()
2230 if (!test_bit(pe_num, phb->ioda.pe_alloc)) in pnv_pci_ioda_pe_dump()
[all …]
H A Dpci.h162 unsigned long *pe_alloc; member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c165 if (test_bit(pe, phb->ioda.pe_alloc)) { in pnv_ioda_alloc_pe()
178 set_bit(i, phb->ioda.pe_alloc); in pnv_ioda_alloc_pe()
197 clear_bit(pe_num, phb->ioda.pe_alloc); in pnv_ioda_free_pe()
380 unsigned long size, *pe_alloc; in pnv_ioda_pick_m64_pe() local
389 pe_alloc = kzalloc(size, GFP_KERNEL); in pnv_ioda_pick_m64_pe()
390 if (!pe_alloc) { in pnv_ioda_pick_m64_pe()
397 pnv_ioda_reserve_m64_pe(bus, pe_alloc, all); in pnv_ioda_pick_m64_pe()
405 kfree(pe_alloc); in pnv_ioda_pick_m64_pe()
431 kfree(pe_alloc); in pnv_ioda_pick_m64_pe()
2230 if (!test_bit(pe_num, phb->ioda.pe_alloc)) in pnv_pci_ioda_pe_dump()
[all …]
H A Dpci.h162 unsigned long *pe_alloc; member