Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dallocator.rs40 pub struct Vmalloc; struct
160 impl Vmalloc { impl
212 unsafe impl Allocator for Vmalloc { implementation
294 let ta = TestAlign::<Blob, Vmalloc>::new()?; in test_alignment()
297 let ta = TestAlign::<LargeAlignBlob, Vmalloc>::new()?; in test_alignment()
H A Dkbox.rs6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc, VmallocPageIter};
130 pub type VBox<T> = Box<T, super::allocator::Vmalloc>;
H A Dkvec.rs6 allocator::{KVmalloc, Kmalloc, Vmalloc, VmallocPageIter},
139 pub type VVec<T> = Vec<T, Vmalloc>;
/linux/rust/kernel/alloc/allocator/
H A Diter.rs3 use super::Vmalloc;
58 Some(unsafe { Vmalloc::to_page(ptr) }) in next()
/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst3580 Vmalloc'ed Buffers