Home
last modified time | relevance | path

Searched refs:Vmalloc (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/rust/kernel/alloc/
H A Dallocator.rs35 pub struct Vmalloc; struct
147 unsafe impl Allocator for Vmalloc { implementation
H A Dallocator_test.rs22 pub type Vmalloc = Kmalloc; typedef
H A Dkbox.rs6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc};
89 pub type VBox<T> = Box<T, super::allocator::Vmalloc>;
H A Dkvec.rs9 allocator::{KVmalloc, Kmalloc, Vmalloc},
133 pub type VVec<T> = Vec<T, Vmalloc>;
/linux-6.15/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst3580 Vmalloc'ed Buffers