Page MenuHomeFreeBSD

vm: Use vmem_xalloc in kva_alloc
ClosedPublic

Authored by andrew on Nov 29 2023, 12:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 18, 8:52 AM
Unknown Object (File)
Thu, Jan 16, 3:50 AM
Unknown Object (File)
Wed, Jan 8, 11:24 PM
Unknown Object (File)
Dec 12 2024, 12:07 AM
Unknown Object (File)
Nov 15 2024, 11:45 AM
Unknown Object (File)
Sep 24 2024, 5:08 PM
Unknown Object (File)
Sep 20 2024, 12:07 AM
Unknown Object (File)
Sep 17 2024, 1:10 AM
Subscribers

Details

Summary

The kernel_arena used in kva_alloc has the qcache disabled. vmem_alloc
will first try to use the qcache before falling back to vmem_xalloc.

Rather than trying to use the qcache in vmem_alloc just call
vmem_xalloc directly.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable