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

/linux-master/arch/powerpc/include/asm/
H A Dvio.h94 * @allocs_failed: number of DMA failures due to insufficient entitlement.
106 atomic_t allocs_failed; member in struct:vio_dev::__anon28
/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c490 atomic_inc(&viodev->cmo.allocs_failed);
499 atomic_inc(&viodev->cmo.allocs_failed);
535 atomic_inc(&viodev->cmo.allocs_failed);
581 atomic_inc(&viodev->cmo.allocs_failed);
875 atomic_set(&viodev->cmo.allocs_failed, 0);
950 return sprintf(buf, "%d\n", atomic_read(&viodev->cmo.allocs_failed));
957 atomic_set(&viodev->cmo.allocs_failed, 0);

Completed in 114 milliseconds