Home
last modified time | relevance | path

Searched defs:SGTable (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dscatterlist.rs127 pub struct SGTable<T: private::Sealed = Borrowed> { struct
132 impl SGTable { argument
385 impl<P> SGTable<Owned<P>> impl
443 impl<P> Deref for SGTable<Owned<P>> { implementation