Home
last modified time | relevance | path

Searched defs:ScatterGatherState (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/android/binder/
H A Dthread.rs45 struct ScatterGatherState { struct
47 unused_buffer_space: UnusedBufferSpace,
49 sg_entries: KVec<ScatterGatherEntry>,
52 ancestors: KVec<usize>,
108 impl ScatterGatherState { implementation
662 sg_state: &mut ScatterGatherState, in translate_object()