Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dscatterlist.rs247 struct RawSGTable(Opaque<bindings::sg_table>); struct
250 unsafe impl Send for RawSGTable {} implementation
253 unsafe impl Sync for RawSGTable {} implementation
255 impl RawSGTable { implementation
298 impl Drop for RawSGTable { implementation