]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kernel/fork: Use per-cpu array for vma and vma locks slub-percpu-caches-v5
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 9 Feb 2024 22:16:07 +0000 (17:16 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 29 Apr 2024 14:50:35 +0000 (10:50 -0400)
commit5d80ad9536a729fa9f3030f6fcade883a4ed4d64
tree5a4b36a432dea50c9c267cb3b515a48e2302d60c
parent24b660891f27e3402866534c38b21a0248bdb5a9
kernel/fork: Use per-cpu array for vma and vma locks

This will allow vmas to utilize the bulk allocator and amortize the
allocation time over multiple bulk allocations vs one per item.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
kernel/fork.c