Lines Matching defs:max
3256 int max)
3272 for (i = start; i < max; i++) {
5434 /* dump data (max 32 bytes) */
5534 /* dump the Channel Program (max 140 Bytes per line) */
5558 from = max(from, ++to);
6656 int max;
6666 max = DASD_ECKD_MAX_BLOCKS_RAW << block->s2b_shift;
6668 max = DASD_ECKD_MAX_BLOCKS << block->s2b_shift;
6671 q->limits.max_dev_sectors = max;
6673 blk_queue_max_hw_sectors(q, max);