summaryrefslogtreecommitdiff
path: root/sound/soc/sti
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-12-19 22:06:02 +0300
committerJens Axboe <axboe@kernel.dk>2020-01-21 03:03:59 +0300
commite94f141bd248ebdadcb7351f1e70b31cee5add53 (patch)
treea2dbf2db8721c44c10007d707fbc5794b35eb424 /sound/soc/sti
parentad3eb2c89fb24d14ac81f43eff8e85fece2c934d (diff)
downloadlinux-e94f141bd248ebdadcb7351f1e70b31cee5add53.tar.xz
io_uring: improve poll completion performance
For busy IORING_OP_POLL_ADD workloads, we can have enough contention on the completion lock that we fail the inline completion path quite often as we fail the trylock on that lock. Add a list for deferred completions that we can use in that case. This helps reduce the number of async offloads we have to do, as if we get multiple completions in a row, we'll piggy back on to the poll_llist instead of having to queue our own offload. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'sound/soc/sti')
0 files changed, 0 insertions, 0 deletions