]> www.infradead.org Git - users/hch/misc.git/commit
mm, vma: use percpu sheaves for vm_area_struct cache
authorVlastimil Babka <vbabka@suse.cz>
Wed, 3 Sep 2025 12:59:54 +0000 (14:59 +0200)
committerVlastimil Babka <vbabka@suse.cz>
Mon, 29 Sep 2025 07:22:53 +0000 (09:22 +0200)
commit3accabda4da1b00ba21dc18573a0a43e032e35f4
tree939244659afa78a60d48e8d825d41fbe6a590037
parentc4fb7f0a79771dfd18838bfc5015650a9730e9c0
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