Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder.c1662 struct binder_proc *target_proc; in binder_free_transaction() local
1665 target_proc = t->to_proc; in binder_free_transaction()
1676 if (target_proc) { in binder_free_transaction()
1677 binder_inner_proc_lock(target_proc); in binder_free_transaction()
1678 target_proc->outstanding_txns--; in binder_free_transaction()
1679 if (target_proc->outstanding_txns < 0) in binder_free_transaction()
1681 __func__, target_proc->outstanding_txns); in binder_free_transaction()
1682 if (!target_proc->outstanding_txns && target_proc->is_frozen) in binder_free_transaction()
1683 wake_up_interruptible_all(&target_proc->freeze_wait); in binder_free_transaction()
1686 binder_inner_proc_unlock(target_proc); in binder_free_transaction()
[all …]