vrate_max         401 block/blk-iocost.c 	u64				vrate_max;
vrate_max         846 block/blk-iocost.c 	ioc->vrate_max = div64_u64((u64)ioc->params.qos[QOS_MAX] *
vrate_max        1569 block/blk-iocost.c 		u64 vrate_min = ioc->vrate_min, vrate_max = ioc->vrate_max;
vrate_max        1584 block/blk-iocost.c 		} else if (vrate > vrate_max) {
vrate_max        1587 block/blk-iocost.c 			vrate = max(vrate, vrate_max);
vrate_max        1599 block/blk-iocost.c 				      vrate_min, vrate_max);