Home
last modified time | relevance | path

Searched refs:KVBox (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/rust/kernel/
H A Dprelude.rs17 pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
H A Dalloc.rs19 pub use self::kbox::KVBox;
/linux-6.15/rust/kernel/alloc/
H A Dkbox.rs101 pub type KVBox<T> = Box<T, super::allocator::KVmalloc>; typedef