Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dbfq-iosched.h817 unsigned int word_depths[2][2]; member
A Dbfq-iosched.c701 depth = bfqd->word_depths[!!bfqd->wr_busy_queues][op_is_sync(opf)]; in bfq_limit_depth()
7097 bfqd->word_depths[0][0] = max(depth >> 1, 1U); in bfq_update_depths()
7103 bfqd->word_depths[0][1] = max((depth * 3) >> 2, 1U); in bfq_update_depths()
7113 bfqd->word_depths[1][0] = max((depth * 3) >> 4, 1U); in bfq_update_depths()
7115 bfqd->word_depths[1][1] = max((depth * 6) >> 4, 1U); in bfq_update_depths()

Completed in 17 milliseconds