]> 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)
committerVlastimil Babka <vbabka@suse.cz>
Wed, 11 Jun 2025 14:03:38 +0000 (16:03 +0200)
commitde20e00591f8f67c48a8e1c55f6f6ed5901e9f59
tree75c5cf6f18f1d60a38385fe9796b1d0e75ac1e51
parent724027f193bd6452d3a1fd6b8f564e1c8175442a
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