Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dscatterlist.rs246 struct RawSGTable(Opaque<bindings::sg_table>); struct
249 unsafe impl Send for RawSGTable {} implementation
252 unsafe impl Sync for RawSGTable {} implementation
254 impl RawSGTable { impl
297 impl Drop for RawSGTable { implementation
321 sgt: RawSGTable,
366 sgt: unsafe { RawSGTable::new(&mut page_vec, size, max_segment, flags) }?, in new()