Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c144 mutex_lock(&phb->ioda.pe_alloc_mutex); in pnv_ioda_reserve_pe()
148 mutex_unlock(&phb->ioda.pe_alloc_mutex); in pnv_ioda_reserve_pe()
158 mutex_lock(&phb->ioda.pe_alloc_mutex); in pnv_ioda_alloc_pe()
181 mutex_unlock(&phb->ioda.pe_alloc_mutex); in pnv_ioda_alloc_pe()
193 mutex_lock(&phb->ioda.pe_alloc_mutex); in pnv_ioda_free_pe()
195 mutex_unlock(&phb->ioda.pe_alloc_mutex); in pnv_ioda_free_pe()
2553 mutex_init(&phb->ioda.pe_alloc_mutex); in pnv_pci_init_ioda_phb()
H A Dpci.h156 struct mutex pe_alloc_mutex; member