Searched refs:KVmalloc (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/kernel/alloc/ |
| H A D | allocator.rs | 49 pub struct KVmalloc; struct 233 unsafe impl Allocator for KVmalloc { implementation 300 let ta = TestAlign::<Blob, KVmalloc>::new()?; in test_alignment() 303 let ta = TestAlign::<LargeAlignBlob, KVmalloc>::new()?; in test_alignment()
|
| H A D | kbox.rs | 6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc, VmallocPageIter}; 142 pub type KVBox<T> = Box<T, super::allocator::KVmalloc>;
|
| H A D | kvec.rs | 6 allocator::{KVmalloc, Kmalloc, Vmalloc, VmallocPageIter}, 152 pub type KVVec<T> = Vec<T, KVmalloc>;
|