Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dscatterlist.rs53 pub struct SGEntry(Opaque<bindings::scatterlist>); struct
56 unsafe impl Send for SGEntry {} implementation
59 unsafe impl Sync for SGEntry {} implementation
61 impl SGEntry { impl
165 Some(unsafe { SGEntry::from_raw(ptr) }) in iter()
468 pos: Option<&'a SGEntry>,
474 type Item = &'a SGEntry;
486 unsafe { SGEntry::from_raw(next) } in next()