Searched refs:VVec (Results 1 – 4 of 4) sorted by relevance
| /linux/samples/rust/ |
| H A D | rust_dma.rs | 21 sgt: SGTable<Owned<VVec<u8>>>, 75 let pages = VVec::with_capacity(size, GFP_KERNEL)?; in probe()
|
| /linux/rust/kernel/ |
| H A D | prelude.rs | 25 pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
|
| H A D | alloc.rs | 18 pub use self::kvec::VVec;
|
| /linux/rust/kernel/alloc/ |
| H A D | kvec.rs | 139 pub type VVec<T> = Vec<T, Vmalloc>; typedef 1053 impl<T> AsPageIter for VVec<T> { implementation
|