Home
last modified time | relevance | path

Searched refs:word_depths (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c551 bfqd->word_depths[!!bfqd->wr_busy_queues][op_is_sync(op)]; in bfq_limit_depth()
6349 bfqd->word_depths[0][0] = max((1U << bt->sb.shift) >> 1, 1U); in bfq_update_depths()
6355 bfqd->word_depths[0][1] = max(((1U << bt->sb.shift) * 3) >> 2, 1U); in bfq_update_depths()
6365 bfqd->word_depths[1][0] = max(((1U << bt->sb.shift) * 3) >> 4, 1U); in bfq_update_depths()
6367 bfqd->word_depths[1][1] = max(((1U << bt->sb.shift) * 6) >> 4, 1U); in bfq_update_depths()
6371 min_shallow = min(min_shallow, bfqd->word_depths[i][j]); in bfq_update_depths()
H A Dbfq-iosched.h744 unsigned int word_depths[2][2]; member
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.h816 unsigned int word_depths[2][2]; member
H A Dbfq-iosched.c702 depth = bfqd->word_depths[!!bfqd->wr_busy_queues][op_is_sync(opf)]; in bfq_limit_depth()
7102 bfqd->word_depths[0][0] = max(depth >> 1, 1U); in bfq_update_depths()
7108 bfqd->word_depths[0][1] = max((depth * 3) >> 2, 1U); in bfq_update_depths()
7118 bfqd->word_depths[1][0] = max((depth * 3) >> 4, 1U); in bfq_update_depths()
7120 bfqd->word_depths[1][1] = max((depth * 6) >> 4, 1U); in bfq_update_depths()

Completed in 20 milliseconds