Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_dma.rs26 sgt: SGTable<Owned<VVec<u8>>>,
80 let pages = VVec::with_capacity(size, GFP_KERNEL)?; in probe()
/linux/rust/kernel/
H A Dprelude.rs70 VVec,
H A Dalloc.rs18 pub use self::kvec::VVec;
/linux/rust/kernel/alloc/
H A Dkvec.rs142 pub type VVec<T> = Vec<T, Vmalloc>; typedef
1165 impl<T> AsPageIter for VVec<T> { implementation