Home
last modified time | relevance | path

Searched refs: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 { impl
298 impl Drop for RawSGTable { implementation
322 sgt: RawSGTable,
367 sgt: unsafe { RawSGTable::new(&mut page_vec, size, max_segment, flags) }?, in new()