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

/linux-master/block/
H A Dbfq-iosched.h816 unsigned int word_depths[2][2]; member in struct:bfq_data
H A Dbfq-iosched.c702 depth = bfqd->word_depths[!!bfqd->wr_busy_queues][op_is_sync(opf)];
7102 bfqd->word_depths[0][0] = max(depth >> 1, 1U);
7108 bfqd->word_depths[0][1] = max((depth * 3) >> 2, 1U);
7118 bfqd->word_depths[1][0] = max((depth * 3) >> 4, 1U);
7120 bfqd->word_depths[1][1] = max((depth * 6) >> 4, 1U);

Completed in 282 milliseconds