]> git.baikalelectronics.ru Git - kernel.git/commit
block, bfq: give a better name to bfq_bfqq_may_idle
authorPaolo Valente <paolo.valente@linaro.org>
Mon, 25 Jun 2018 19:55:37 +0000 (21:55 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Jul 2018 15:07:52 +0000 (09:07 -0600)
commita5cd34133db73ad339760df7381b1ca885033e09
tree9ee40cd882086479f11a2ed501a581f9489e6f55
parent11fc7d68bc8f562503a0f1776369df79c55a8ebe
block, bfq: give a better name to bfq_bfqq_may_idle

The actual goal of the function bfq_bfqq_may_idle is to tell whether
it is better to perform device idling (more precisely: I/O-dispatch
plugging) for the input bfq_queue, either to boost throughput or to
preserve service guarantees. This commit improves the name of the
function accordingly.

Tested-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Signed-off-by: Paolo Valente <paolo.valente@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.c