Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs44 struct ScatterGatherState { struct
46 unused_buffer_space: UnusedBufferSpace,
48 sg_entries: KVec<ScatterGatherEntry>,
51 ancestors: KVec<usize>,
100 impl ScatterGatherState { impl
648 sg_state: &mut ScatterGatherState, in translate_object()