Home
last modified time | relevance | path

Searched defs: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 { implementation