aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorPavel Begunkov <[email protected]>2024-02-07 14:14:28 +0000
committerJens Axboe <[email protected]>2024-02-08 10:18:47 -0700
commitc9f5f3aa19c617fe85085b19abbf7a9a077336d0 (patch)
tree52ca30cebabae974e1792ed1c905e410fb417de8 /tools/perf/scripts/python/bin
parent79ae56fc475869d636071f66d9e4ef2a3819eee6 (diff)
block: extend bio caching to task context
bio_put_percpu_cache() puts all non-iopoll bios into the irq-safe list, which entails disabling irqs. The overhead of that is not that bad when interrupts are already off but getting worse otherwise. We can optimise it when we're in the task context by using ->free_list directly just as the IOPOLL path does. Signed-off-by: Pavel Begunkov <[email protected]> Link: https://lore.kernel.org/r/4774e1a0f905f96c63174b0f3e4f79f0d9b63246.1707314970.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions