Searched refs:Vmalloc (Results 1 – 5 of 5) sorted by relevance
| /linux/rust/kernel/alloc/ |
| H A D | allocator.rs | 40 pub struct Vmalloc; struct 160 impl Vmalloc { implementation 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 D | kbox.rs | 6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc, VmallocPageIter}; 130 pub type VBox<T> = Box<T, super::allocator::Vmalloc>;
|
| H A D | kvec.rs | 6 allocator::{KVmalloc, Kmalloc, Vmalloc, VmallocPageIter}, 139 pub type VVec<T> = Vec<T, Vmalloc>;
|
| /linux/rust/kernel/alloc/allocator/ |
| H A D | iter.rs | 3 use super::Vmalloc; 58 Some(unsafe { Vmalloc::to_page(ptr) }) in next()
|
| /linux/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 3580 Vmalloc'ed Buffers
|