Searched defs:ScatterGatherState (Results 1 – 1 of 1) sorted by relevance
45 struct ScatterGatherState { struct47 unused_buffer_space: UnusedBufferSpace,49 sg_entries: KVec<ScatterGatherEntry>,52 ancestors: KVec<usize>,108 impl ScatterGatherState { implementation662 sg_state: &mut ScatterGatherState, in translate_object()