Searched refs:RawSGTable (Results 1 – 1 of 1) sorted by relevance
247 struct RawSGTable(Opaque<bindings::sg_table>); struct250 unsafe impl Send for RawSGTable {} implementation253 unsafe impl Sync for RawSGTable {} implementation255 impl RawSGTable { impl298 impl Drop for RawSGTable { implementation322 sgt: RawSGTable,367 sgt: unsafe { RawSGTable::new(&mut page_vec, size, max_segment, flags) }?, in new()