]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm, vma: use percpu sheaves for vm_area_struct cache
authorVlastimil Babka <vbabka@suse.cz>
Wed, 23 Apr 2025 13:56:37 +0000 (15:56 +0200)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 28 Aug 2025 20:19:58 +0000 (16:19 -0400)
commitf0cef59a03a401df832c4f2942166a7a782ba229
tree8e9cf866b301b5fd56970597bc3a03b0ad03e0bf
parent1113b946dc0f9b881cd80587187c460be6572991
mm, vma: use percpu sheaves for vm_area_struct cache

Create the vm_area_struct cache with percpu sheaves of size 32 to
improve its performance.

Reviewed-by: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
mm/vma_init.c