Home
last modified time | relevance | path

Searched refs:async_depths (Results 1 – 2 of 2) sorted by relevance

/linux/block/
H A Dbfq-iosched.h816 unsigned int async_depths[2][2]; member
H A Dbfq-iosched.c703 limit = bfqd->async_depths[!!bfqd->wr_busy_queues][op_is_sync(opf)]; in bfq_limit_depth()
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()