Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs45 struct ScatterGatherState { struct
108 impl ScatterGatherState { impl
656 sg_state: &mut ScatterGatherState, in translate_object() argument
881 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg()
1026 let sg_state = sg_state.insert(ScatterGatherState { in copy_transaction_data()