Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dscatterlist.rs56 // SAFETY: `SGEntry` can be sent to any task. implementation
59 // SAFETY: `SGEntry` has no interior mutability and can be accessed concurrently. implementation
53 pub struct SGEntry(Opaque<bindings::scatterlist>); global() struct
61 impl SGEntry { global() implementation
[all...]