Searched refs:VIO_CMO_MIN_ENT (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/kernel/
H A Dvio.c145 * hotplug must be equal to %VIO_CMO_MIN_ENT for the excess pool to be
165 if (vio_cmo.spare >= VIO_CMO_MIN_ENT)
218 spare_needed = VIO_CMO_MIN_ENT - vio_cmo.spare;
236 * This removes entitlement from the device down to VIO_CMO_MIN_ENT,
243 VIO_CMO_MIN_ENT)));
300 if (vio_cmo.spare < VIO_CMO_MIN_ENT) {
301 tmp = min(delta, (VIO_CMO_MIN_ENT - vio_cmo.spare));
329 (viodev->cmo.entitled > VIO_CMO_MIN_ENT))
332 VIO_CMO_MIN_ENT);
345 * Remove all but VIO_CMO_MIN_ENT byte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dvio.h45 #define VIO_CMO_MIN_ENT 1562624 macro

Completed in 116 milliseconds