Lines Matching refs:queue_depth
2272 set->queue_depth, set->reserved_tags); in __blk_mq_alloc_rq_map()
2277 set->queue_depth); in __blk_mq_alloc_rq_map()
2620 q->nr_requests = set->queue_depth; in blk_mq_init_allocated_queue()
2708 depth = set->queue_depth; in blk_mq_alloc_rq_maps()
2714 set->queue_depth >>= 1; in blk_mq_alloc_rq_maps()
2715 if (set->queue_depth < set->reserved_tags + BLK_MQ_TAG_MIN) { in blk_mq_alloc_rq_maps()
2719 } while (set->queue_depth); in blk_mq_alloc_rq_maps()
2721 if (!set->queue_depth || err) { in blk_mq_alloc_rq_maps()
2726 if (depth != set->queue_depth) in blk_mq_alloc_rq_maps()
2728 depth, set->queue_depth); in blk_mq_alloc_rq_maps()
2771 if (!set->queue_depth) in blk_mq_alloc_tag_set()
2773 if (set->queue_depth < set->reserved_tags + BLK_MQ_TAG_MIN) in blk_mq_alloc_tag_set()
2782 if (set->queue_depth > BLK_MQ_MAX_DEPTH) { in blk_mq_alloc_tag_set()
2785 set->queue_depth = BLK_MQ_MAX_DEPTH; in blk_mq_alloc_tag_set()
2795 set->queue_depth = min(64U, set->queue_depth); in blk_mq_alloc_tag_set()