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
Differential D42831
vm: Use vmem_xalloc in kva_alloc andrew on Nov 29 2023, 12:57 PM. Authored by Tags None Referenced Files
Subscribers
Details
The kernel_arena used in kva_alloc has the qcache disabled. vmem_alloc Rather than trying to use the qcache in vmem_alloc just call Sponsored by: Arm Ltd
Diff Detail
|