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)
Tue, Mar 11, 1:22 PM
Unknown Object (File)
Sat, Feb 22, 2:13 PM
Unknown Object (File)
Sat, Feb 22, 2:02 PM
Unknown Object (File)
Sat, Feb 22, 1:46 PM
Unknown Object (File)
Feb 8 2025, 1:07 PM
Unknown Object (File)
Jan 18 2025, 8:52 AM
Unknown Object (File)
Jan 16 2025, 3:50 AM
Unknown Object (File)
Jan 8 2025, 11:24 PM
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