Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs866 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg() method
1068 if let Err(err) = self.apply_sg(&mut alloc, sg_state) { in copy_transaction_data()