Lines Matching refs:queue_depth
2447 set->queue_depth, set->reserved_tags); in __blk_mq_alloc_rq_map()
2452 set->queue_depth); in __blk_mq_alloc_rq_map()
2724 unsigned int queue_depth, in blk_mq_init_sq_queue() argument
2734 set->queue_depth = queue_depth; in blk_mq_init_sq_queue()
2913 q->nr_requests = set->queue_depth; in blk_mq_init_allocated_queue()
2979 depth = set->queue_depth; in blk_mq_alloc_rq_maps()
2985 set->queue_depth >>= 1; in blk_mq_alloc_rq_maps()
2986 if (set->queue_depth < set->reserved_tags + BLK_MQ_TAG_MIN) { in blk_mq_alloc_rq_maps()
2990 } while (set->queue_depth); in blk_mq_alloc_rq_maps()
2992 if (!set->queue_depth || err) { in blk_mq_alloc_rq_maps()
2997 if (depth != set->queue_depth) in blk_mq_alloc_rq_maps()
2999 depth, set->queue_depth); in blk_mq_alloc_rq_maps()
3047 if (!set->queue_depth) in blk_mq_alloc_tag_set()
3049 if (set->queue_depth < set->reserved_tags + BLK_MQ_TAG_MIN) in blk_mq_alloc_tag_set()
3058 if (set->queue_depth > BLK_MQ_MAX_DEPTH) { in blk_mq_alloc_tag_set()
3061 set->queue_depth = BLK_MQ_MAX_DEPTH; in blk_mq_alloc_tag_set()
3077 set->queue_depth = min(64U, set->queue_depth); in blk_mq_alloc_tag_set()