Home
last modified time | relevance | path

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

/block/
Dbfq-iosched.h771 unsigned int word_depths[2][2]; member
Dbfq-iosched.c592 bfqd->word_depths[!!bfqd->wr_busy_queues][op_is_sync(op)]; in bfq_limit_depth()
6848 bfqd->word_depths[0][0] = max((1U << bt->sb.shift) >> 1, 1U); in bfq_update_depths()
6854 bfqd->word_depths[0][1] = max(((1U << bt->sb.shift) * 3) >> 2, 1U); in bfq_update_depths()
6864 bfqd->word_depths[1][0] = max(((1U << bt->sb.shift) * 3) >> 4, 1U); in bfq_update_depths()
6866 bfqd->word_depths[1][1] = max(((1U << bt->sb.shift) * 6) >> 4, 1U); in bfq_update_depths()
6870 min_shallow = min(min_shallow, bfqd->word_depths[i][j]); in bfq_update_depths()