summaryrefslogtreecommitdiff
path: root/mm/balloon_compaction.c
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2023-03-10 12:11:07 -0800
committerJens Axboe <axboe@kernel.dk>2023-04-03 07:14:21 -0600
commitda64d6db3bd304d44d7ac1eb7f319a1cc7efd611 (patch)
tree793dc98215738e883ff0e4df5dbb261b9a197765 /mm/balloon_compaction.c
parentc56e022c0a27142b7b59ae6bdf45f86bf4b298a1 (diff)
io_uring: One wqe per wq
Right now io_wq allocates one io_wqe per NUMA node. As io_wq is now bound to a task, the task basically uses only the NUMA local io_wqe, and almost never changes NUMA nodes, thus, the other wqes are mostly unused. Allocate just one io_wqe embedded into io_wq, and uses all possible cpus (cpu_possible_mask) in the io_wqe->cpumask. Signed-off-by: Breno Leitao <leitao@debian.org> Link: https://lore.kernel.org/r/20230310201107.4020580-1-leitao@debian.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'mm/balloon_compaction.c')
0 files changed, 0 insertions, 0 deletions