Searched refs:async_depth (Results 1 – 5 of 5) sorted by relevance
140 return queue_var_show(disk->queue->async_depth, page); in queue_async_depth_show()164 q->async_depth = min(q->nr_requests, nr); in queue_async_depth_store()
7115 unsigned int async_depth = q->async_depth; in bfq_depth_updated() local7130 bfqd->async_depths[0][1] = async_depth; in bfq_depth_updated()7131 bfqd->async_depths[0][0] = max(async_depth * 2 / 3, 1U); in bfq_depth_updated()7132 bfqd->async_depths[1][1] = max(async_depth >> 1, 1U); in bfq_depth_updated()7133 bfqd->async_depths[1][0] = max(async_depth >> 2, 1U); in bfq_depth_updated()7358 q->async_depth = (q->nr_requests * 3) >> 2; in bfq_init_queue()
592 q->async_depth = q->tag_set->queue_depth; in elevator_switch()
466 q->async_depth = BLKDEV_DEFAULT_RQ; in blk_alloc_queue()
4690 q->async_depth = set->queue_depth; in blk_mq_init_allocated_queue()5068 q->async_depth = max(q->async_depth * nr / q->nr_requests, 1); in blk_mq_update_nr_requests()