Searched defs:ScatterGatherState (Results 1 – 1 of 1) sorted by relevance
44 struct ScatterGatherState { struct46 unused_buffer_space: UnusedBufferSpace,48 sg_entries: KVec<ScatterGatherEntry>,51 ancestors: KVec<usize>,100 impl ScatterGatherState { impl648 sg_state: &mut ScatterGatherState, in translate_object()