Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dbfq-iosched.h744 unsigned int word_depths[2][2]; member
Dbfq-iosched.c543 bfqd->word_depths[!!bfqd->wr_busy_queues][op_is_sync(op)]; in bfq_limit_depth()
6335 bfqd->word_depths[0][0] = max((1U << bt->sb.shift) >> 1, 1U); in bfq_update_depths()
6341 bfqd->word_depths[0][1] = max(((1U << bt->sb.shift) * 3) >> 2, 1U); in bfq_update_depths()
6351 bfqd->word_depths[1][0] = max(((1U << bt->sb.shift) * 3) >> 4, 1U); in bfq_update_depths()
6353 bfqd->word_depths[1][1] = max(((1U << bt->sb.shift) * 6) >> 4, 1U); in bfq_update_depths()
6357 min_shallow = min(min_shallow, bfqd->word_depths[i][j]); in bfq_update_depths()