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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dvio.h55 * @allocs_failed: number of DMA failures due to insufficient entitlement.
66 atomic_t allocs_failed; member in struct:vio_dev::__anon10019
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvio.c497 atomic_inc(&viodev->cmo.allocs_failed);
504 atomic_inc(&viodev->cmo.allocs_failed);
529 atomic_inc(&viodev->cmo.allocs_failed);
536 atomic_inc(&viodev->cmo.allocs_failed);
567 atomic_inc(&viodev->cmo.allocs_failed);
575 atomic_inc(&viodev->cmo.allocs_failed);
855 atomic_set(&viodev->cmo.allocs_failed, 0);
931 return sprintf(buf, "%d\n", atomic_read(&viodev->cmo.allocs_failed));
938 atomic_set(&viodev->cmo.allocs_failed, 0);

Completed in 109 milliseconds