Searched refs:target_proc (Results 1 – 1 of 1) sorted by relevance
1505 struct binder_proc *target_proc = t->to_proc; in binder_free_transaction() local1507 if (target_proc) { in binder_free_transaction()1508 binder_inner_proc_lock(target_proc); in binder_free_transaction()1509 target_proc->outstanding_txns--; in binder_free_transaction()1510 if (target_proc->outstanding_txns < 0) in binder_free_transaction()1512 __func__, target_proc->outstanding_txns); in binder_free_transaction()1513 if (!target_proc->outstanding_txns && target_proc->is_frozen) in binder_free_transaction()1514 wake_up_interruptible_all(&target_proc->freeze_wait); in binder_free_transaction()1517 binder_inner_proc_unlock(target_proc); in binder_free_transaction()2041 struct binder_proc *target_proc = t->to_proc; in binder_translate_binder() local[all …]