Searched refs:target_proc (Results 1 – 1 of 1) sorted by relevance
1660 struct binder_proc *target_proc = t->to_proc; in binder_free_transaction() local1662 if (target_proc) { in binder_free_transaction()1663 binder_inner_proc_lock(target_proc); in binder_free_transaction()1664 target_proc->outstanding_txns--; in binder_free_transaction()1665 if (target_proc->outstanding_txns < 0) in binder_free_transaction()1667 __func__, target_proc->outstanding_txns); in binder_free_transaction()1668 if (!target_proc->outstanding_txns && target_proc->is_frozen) in binder_free_transaction()1669 wake_up_interruptible_all(&target_proc->freeze_wait); in binder_free_transaction()1672 binder_inner_proc_unlock(target_proc); in binder_free_transaction()2225 struct binder_proc *target_proc = t->to_proc; in binder_translate_binder() local[all …]