Searched refs:target_proc (Results 1 – 3 of 3) sorted by relevance
1579 struct binder_proc *target_proc = t->to_proc; in binder_free_transaction() local1581 if (target_proc) { in binder_free_transaction()1582 binder_inner_proc_lock(target_proc); in binder_free_transaction()1583 target_proc->outstanding_txns--; in binder_free_transaction()1584 if (target_proc->outstanding_txns < 0) in binder_free_transaction()1586 __func__, target_proc->outstanding_txns); in binder_free_transaction()1587 if (!target_proc->outstanding_txns && target_proc->is_frozen) in binder_free_transaction()1588 wake_up_interruptible_all(&target_proc->freeze_wait); in binder_free_transaction()1591 binder_inner_proc_unlock(target_proc); in binder_free_transaction()2145 struct binder_proc *target_proc = t->to_proc; in binder_translate_binder() local[all …]
[all...]