Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs44 struct ScatterGatherState { struct
100 impl ScatterGatherState { implementation
648 sg_state: &mut ScatterGatherState, in translate_object() argument
866 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg()
1005 let sg_state = sg_state.insert(ScatterGatherState { in copy_transaction_data()