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)
commit277a4a9b56cde0f3d53ea8abc0e43ff636820007
tree9ee40cd882086479f11a2ed501a581f9489e6f55
parent9fae8dd59ff3d9c19570cbddf12e87d7bb66c8a2
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