Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dscatterlist.rs249 // SAFETY: `RawSGTable` can be sent to any task. implementation
252 // SAFETY: `RawSGTable` has no interior mutability and can be accessed concurrently. implementation
246 struct RawSGTable(Opaque<bindings::sg_table>); global() struct
254 impl RawSGTable { global() implementation
297 impl Drop for RawSGTable { global() implementation
[all...]