Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dvio.h106 atomic_t allocs_failed; member
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvio.c490 atomic_inc(&viodev->cmo.allocs_failed); in vio_dma_iommu_alloc_coherent()
499 atomic_inc(&viodev->cmo.allocs_failed); in vio_dma_iommu_alloc_coherent()
535 atomic_inc(&viodev->cmo.allocs_failed); in vio_dma_iommu_map_page()
581 atomic_inc(&viodev->cmo.allocs_failed); in vio_dma_iommu_map_sg()
875 atomic_set(&viodev->cmo.allocs_failed, 0); in vio_cmo_bus_remove()
950 return sprintf(buf, "%d\n", atomic_read(&viodev->cmo.allocs_failed)); in cmo_allocs_failed_show()
957 atomic_set(&viodev->cmo.allocs_failed, 0); in cmo_allocs_failed_store()