Home
last modified time | relevance | path

Searched refs:VVec (Results 1 – 4 of 4) sorted by relevance

/linux/samples/rust/
H A Drust_dma.rs21 sgt: SGTable<Owned<VVec<u8>>>,
75 let pages = VVec::with_capacity(size, GFP_KERNEL)?; in probe()
/linux/rust/kernel/
H A Dprelude.rs25 pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
H A Dalloc.rs18 pub use self::kvec::VVec;
/linux/rust/kernel/alloc/
H A Dkvec.rs139 pub type VVec<T> = Vec<T, Vmalloc>; typedef
1053 impl<T> AsPageIter for VVec<T> { implementation