Home
last modified time | relevance | path

Searched refs:async_depth (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dblk-sysfs.c134 return queue_var_show(disk->queue->async_depth, page); in queue_async_depth_show()
158 q->async_depth = min(q->nr_requests, nr); in queue_async_depth_store()
H A Dbfq-iosched.c7115 unsigned int async_depth = q->async_depth; in bfq_depth_updated() local
7130 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()
H A Delevator.c592 q->async_depth = q->tag_set->queue_depth; in elevator_switch()
H A Dblk-mq.c4666 q->async_depth = set->queue_depth; in blk_mq_init_allocated_queue()
5037 q->async_depth = max(q->async_depth * nr / q->nr_requests, 1); in blk_mq_update_nr_requests()