tdepth            492 block/blk-mq-tag.c 			    struct blk_mq_tags **tagsptr, unsigned int tdepth,
tdepth            497 block/blk-mq-tag.c 	if (tdepth <= tags->nr_reserved_tags)
tdepth            504 block/blk-mq-tag.c 	if (tdepth > tags->nr_tags) {
tdepth            516 block/blk-mq-tag.c 		if (tdepth > 16 * BLKDEV_MAX_RQ)
tdepth            519 block/blk-mq-tag.c 		new = blk_mq_alloc_rq_map(set, hctx->queue_num, tdepth,
tdepth            523 block/blk-mq-tag.c 		ret = blk_mq_alloc_rqs(set, new, hctx->queue_num, tdepth);
tdepth            538 block/blk-mq-tag.c 				tdepth - tags->nr_reserved_tags);