Searched refs:RawSGTable (Results 1 – 1 of 1) sorted by relevance
246 struct RawSGTable(Opaque<bindings::sg_table>); struct249 unsafe impl Send for RawSGTable {} implementation252 unsafe impl Sync for RawSGTable {} implementation254 impl RawSGTable { impl297 impl Drop for RawSGTable { implementation321 sgt: RawSGTable,366 sgt: unsafe { RawSGTable::new(&mut page_vec, size, max_segment, flags) }?, in new()