aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.h
Commit message (Collapse)AuthorAgeFilesLines
* block: move blk-throtl fast path inlineJens Axboe2021-10-181-0/+182
Even if no policies are defined, we spend ~2% of the total IO time checking. Move the fast path inline. Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>