entitled          104 arch/powerpc/include/asm/vio.h 		size_t entitled;
entitled           90 arch/powerpc/platforms/pseries/vio.c 	size_t entitled;
entitled          152 arch/powerpc/platforms/pseries/vio.c 	if (viodev->cmo.entitled > viodev->cmo.allocated)
entitled          153 arch/powerpc/platforms/pseries/vio.c 		reserve_free = viodev->cmo.entitled - viodev->cmo.allocated;
entitled          199 arch/powerpc/platforms/pseries/vio.c 	if (viodev->cmo.allocated > viodev->cmo.entitled) {
entitled          201 arch/powerpc/platforms/pseries/vio.c 		                                   viodev->cmo.entitled));
entitled          232 arch/powerpc/platforms/pseries/vio.c 		tmp = min3(spare_needed, reserve_freed, (viodev->cmo.entitled - VIO_CMO_MIN_ENT));
entitled          235 arch/powerpc/platforms/pseries/vio.c 		viodev->cmo.entitled -= tmp;
entitled          285 arch/powerpc/platforms/pseries/vio.c 	if (new_entitlement > vio_cmo.entitled) {
entitled          286 arch/powerpc/platforms/pseries/vio.c 		delta = new_entitlement - vio_cmo.entitled;
entitled          297 arch/powerpc/platforms/pseries/vio.c 		vio_cmo.entitled += delta;
entitled          305 arch/powerpc/platforms/pseries/vio.c 	delta = vio_cmo.entitled - new_entitlement;
entitled          317 arch/powerpc/platforms/pseries/vio.c 		if ((viodev->cmo.entitled > viodev->cmo.allocated) &&
entitled          318 arch/powerpc/platforms/pseries/vio.c 		    (viodev->cmo.entitled > VIO_CMO_MIN_ENT))
entitled          319 arch/powerpc/platforms/pseries/vio.c 				avail += viodev->cmo.entitled -
entitled          325 arch/powerpc/platforms/pseries/vio.c 		vio_cmo.entitled -= delta;
entitled          343 arch/powerpc/platforms/pseries/vio.c 			if ((viodev->cmo.entitled > viodev->cmo.allocated) &&
entitled          344 arch/powerpc/platforms/pseries/vio.c 			    (viodev->cmo.entitled > VIO_CMO_MIN_ENT))
entitled          345 arch/powerpc/platforms/pseries/vio.c 				tmp = viodev->cmo.entitled -
entitled          348 arch/powerpc/platforms/pseries/vio.c 			viodev->cmo.entitled -= min(tmp, delta);
entitled          398 arch/powerpc/platforms/pseries/vio.c 	BUG_ON(cmo->min > cmo->entitled);
entitled          399 arch/powerpc/platforms/pseries/vio.c 	cmo->spare = min_t(size_t, VIO_CMO_MIN_ENT, (cmo->entitled - cmo->min));
entitled          407 arch/powerpc/platforms/pseries/vio.c 	avail = cmo->entitled - cmo->spare;
entitled          411 arch/powerpc/platforms/pseries/vio.c 		viodev->cmo.entitled = VIO_CMO_MIN_ENT;
entitled          439 arch/powerpc/platforms/pseries/vio.c 			                    viodev->cmo.entitled));
entitled          440 arch/powerpc/platforms/pseries/vio.c 			viodev->cmo.entitled += chunk;
entitled          447 arch/powerpc/platforms/pseries/vio.c 			need = max(viodev->cmo.allocated, viodev->cmo.entitled)-
entitled          465 arch/powerpc/platforms/pseries/vio.c 		if (viodev->cmo.entitled)
entitled          466 arch/powerpc/platforms/pseries/vio.c 			cmo->reserve.size += (viodev->cmo.entitled -
entitled          469 arch/powerpc/platforms/pseries/vio.c 		if (viodev->cmo.allocated > viodev->cmo.entitled)
entitled          470 arch/powerpc/platforms/pseries/vio.c 			need += viodev->cmo.allocated - viodev->cmo.entitled;
entitled          472 arch/powerpc/platforms/pseries/vio.c 	cmo->excess.size = cmo->entitled - cmo->reserve.size;
entitled          663 arch/powerpc/platforms/pseries/vio.c 		if (viodev->cmo.entitled > desired) {
entitled          664 arch/powerpc/platforms/pseries/vio.c 			vio_cmo.reserve.size -= viodev->cmo.entitled - desired;
entitled          665 arch/powerpc/platforms/pseries/vio.c 			vio_cmo.excess.size += viodev->cmo.entitled - desired;
entitled          671 arch/powerpc/platforms/pseries/vio.c 			if (viodev->cmo.allocated < viodev->cmo.entitled)
entitled          672 arch/powerpc/platforms/pseries/vio.c 				vio_cmo.excess.free += viodev->cmo.entitled -
entitled          674 arch/powerpc/platforms/pseries/vio.c 			viodev->cmo.entitled = desired;
entitled          834 arch/powerpc/platforms/pseries/vio.c 	if (viodev->cmo.entitled) {
entitled          847 arch/powerpc/platforms/pseries/vio.c 		viodev->cmo.entitled -= VIO_CMO_MIN_ENT;
entitled          850 arch/powerpc/platforms/pseries/vio.c 		if (viodev->cmo.entitled && (vio_cmo.spare < VIO_CMO_MIN_ENT)) {
entitled          851 arch/powerpc/platforms/pseries/vio.c 			tmp = min(viodev->cmo.entitled, (VIO_CMO_MIN_ENT -
entitled          854 arch/powerpc/platforms/pseries/vio.c 			viodev->cmo.entitled -= tmp;
entitled          858 arch/powerpc/platforms/pseries/vio.c 		vio_cmo.excess.size += viodev->cmo.entitled;
entitled          859 arch/powerpc/platforms/pseries/vio.c 		vio_cmo.excess.free += viodev->cmo.entitled;
entitled          860 arch/powerpc/platforms/pseries/vio.c 		vio_cmo.reserve.size -= viodev->cmo.entitled;
entitled          867 arch/powerpc/platforms/pseries/vio.c 		viodev->cmo.entitled = VIO_CMO_MIN_ENT;
entitled          907 arch/powerpc/platforms/pseries/vio.c 		vio_cmo.entitled = 0;
entitled          909 arch/powerpc/platforms/pseries/vio.c 		vio_cmo.entitled = mpp_data.entitled_mem;
entitled          917 arch/powerpc/platforms/pseries/vio.c 	if (vio_cmo.reserve.size > vio_cmo.entitled) {
entitled          924 arch/powerpc/platforms/pseries/vio.c 	vio_cmo.excess.size = vio_cmo.entitled - vio_cmo.reserve.size;
entitled          971 arch/powerpc/platforms/pseries/vio.c viodev_cmo_rd_attr(entitled);
entitled         1018 arch/powerpc/platforms/pseries/vio.c viobus_cmo_rd_attr(entitled);