]> 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, 4 Sep 2025 17:45:55 +0000 (13:45 -0400)
commit45686c2701dfe13e63af3aa1be2c4b684fcd439d
treeb159aa56c83d7e4a30356e19f42fba106fc53c55
parent3e19abfb58c5f50f4bf6ec82c6da79b1e320b9d7
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