max_nr_reads     1160 block/blk-throttle.c 	unsigned int max_nr_reads = throtl_grp_quantum*3/4;
max_nr_reads     1161 block/blk-throttle.c 	unsigned int max_nr_writes = throtl_grp_quantum - max_nr_reads;
max_nr_reads     1172 block/blk-throttle.c 		if (nr_reads >= max_nr_reads)